com.esri.arcgis.output
Interface IPaper2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IPaper2Proxy, Paper

public interface IPaper2
extends java.io.Serializable

COM Interface 'IPaper2'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriOutput.olb'

Description: 'Provides access to members that control the default printer page settings.' 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 IID6a319332_d3e2_413a_97f4_f25ce438feda
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 short getResolution()
          The print resolution.
 

Field Detail

IID6a319332_d3e2_413a_97f4_f25ce438feda

static final int IID6a319332_d3e2_413a_97f4_f25ce438feda
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

getResolution

short getResolution()
                    throws java.io.IOException,
                           AutomationException
The print resolution.

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