|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPageDescription
COM Interface 'IPageDescription'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to the available properties of a page description object.' 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 |
IID20da6e47_dd79_4b33_abc0_171c4be6c615
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
IGraphicElements |
getCustomGraphics()
Custom graphics on the page. |
IEnvelope |
getExtent()
The current extent of the page. |
double |
getHeight()
The height of the page. |
IMapFrameDescriptions |
getMapFrames()
Descriptions for the map frames on the page. |
int |
getUnits()
The page units. |
double |
getWidth()
The width of the page. |
void |
setCustomGraphics(IGraphicElements elements)
Custom graphics on the page. |
void |
setExtent(IEnvelope pageExtent)
The current extent of the page. |
Field Detail |
---|
static final int IID20da6e47_dd79_4b33_abc0_171c4be6c615
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
double getHeight() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getWidth() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getUnits() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnvelope getExtent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExtent(IEnvelope pageExtent) throws java.io.IOException, AutomationException
pageExtent
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGraphicElements getCustomGraphics() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCustomGraphics(IGraphicElements elements) throws java.io.IOException, AutomationException
elements
- A reference to a com.esri.arcgis.carto.IGraphicElements (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMapFrameDescriptions getMapFrames() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |