com.esri.arcgis.output
Interface IPrintAndExportPageOptions

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IPrintAndExportPageOptionsProxy, PrintAndExportPageOptions

public interface IPrintAndExportPageOptions
extends java.io.Serializable

COM Interface 'IPrintAndExportPageOptions'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriOutput.olb'

Description: 'Provides access to multiple page settings for printing and export.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID1f685f17_704a_4755_834f_4c0d67303a2f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getOutputSelection()
          Specify which pages to output.
 java.lang.String getPageRange()
          Specify range or query string when OutputSelection is set to range or query.
 boolean isOutputPageSelection()
          Indicates if selection symbology should be output.
 void setOutputPageSelection(boolean flag)
          Indicates if selection symbology should be output.
 void setOutputSelection(int pOption)
          Specify which pages to output.
 void setPageRange(java.lang.String range)
          Specify range or query string when OutputSelection is set to range or query.
 

Field Detail

IID1f685f17_704a_4755_834f_4c0d67303a2f

static final int IID1f685f17_704a_4755_834f_4c0d67303a2f
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setOutputSelection

void setOutputSelection(int pOption)
                        throws java.io.IOException,
                               AutomationException
Specify which pages to output.

Parameters:
pOption - A com.esri.arcgis.output.esriOutputSelection constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOutputSelection

int getOutputSelection()
                       throws java.io.IOException,
                              AutomationException
Specify which pages to output.

Returns:
A com.esri.arcgis.output.esriOutputSelection constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPageRange

void setPageRange(java.lang.String range)
                  throws java.io.IOException,
                         AutomationException
Specify range or query string when OutputSelection is set to range or query.

Parameters:
range - The range (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPageRange

java.lang.String getPageRange()
                              throws java.io.IOException,
                                     AutomationException
Specify range or query string when OutputSelection is set to range or query.

Returns:
The range
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isOutputPageSelection

boolean isOutputPageSelection()
                              throws java.io.IOException,
                                     AutomationException
Indicates if selection symbology should be output.

Returns:
The flag
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOutputPageSelection

void setOutputPageSelection(boolean flag)
                            throws java.io.IOException,
                                   AutomationException
Indicates if selection symbology should be output.

Parameters:
flag - The flag (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.