|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPage
COM Interface 'IPage'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control the Page.' 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 |
IID2ab4981f_9406_11d0_87ef_080009ec732a
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
drawBackground(IDisplay display)
Draw the page background. |
void |
drawBorder(IDisplay display)
Draw the page border. |
void |
drawPaper(IDisplay display,
IColor eraseColor)
Draw the paper. |
void |
drawPrintableArea(IDisplay display)
Draw the printable area. |
IBackground |
getBackground()
The page background. |
IColor |
getBackgroundColor()
The page color. |
IBorder |
getBorder()
The page border. |
void |
getDeviceBounds(IPrinter printer,
short currentPage,
double overlap,
short resolution,
IEnvelope deviceBounds)
Return the printer page size in device units. |
int |
getFormID()
The Page form. |
short |
getOrientation()
The Page orientation. |
void |
getPageBounds(IPrinter printer,
short currentPage,
double overlap,
IEnvelope pageBounds)
Return the page size in page units. |
int |
getPageToPrinterMapping()
The page to printer mapping. |
IEnvelope |
getPrintableBounds()
The printable bounds. |
int |
getUnits()
The units used for the page and all associated coordinates. |
boolean |
isDelayEvents()
Indicates if the page stops firing IPageEvents until the flag is set to false. |
boolean |
isPrintableAreaVisible()
Indicates if the printable area is visible. |
boolean |
isStretchGraphicsWithPage()
Indicates if graphics should stretch with the page when the page size changes. |
void |
printerChanged(IPrinter printer)
Called by PageLayout when printer changes. |
void |
printerPageCount(IPrinter printer,
double overlap,
short[] pageCount)
The number of printer pages spanned by the page. |
void |
putCustomSize(double width,
double height)
The size of the page in page units. |
void |
querySize(double[] width,
double[] height)
The size of the page in page units. |
void |
setBackground(IBackground background)
The page background. |
void |
setBackgroundColor(IColor color)
The page color. |
void |
setBorder(IBorder border)
The page border. |
void |
setDelayEvents(boolean delayEvents)
Indicates if the page stops firing IPageEvents until the flag is set to false. |
void |
setFormID(int formID)
The Page form. |
void |
setIsPrintableAreaVisible(boolean isPrintableAreaVisible)
Indicates if the printable area is visible. |
void |
setOrientation(short orientation)
The Page orientation. |
void |
setPageToPrinterMapping(int mode)
The page to printer mapping. |
void |
setStretchGraphicsWithPage(boolean stretchGraphicsWithPage)
Indicates if graphics should stretch with the page when the page size changes. |
void |
setUnits(int units)
The units used for the page and all associated coordinates. |
Field Detail |
---|
static final int IID2ab4981f_9406_11d0_87ef_080009ec732a
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getFormID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFormID(int formID) throws java.io.IOException, AutomationException
formID
- A com.esri.arcgis.carto.esriPageFormID constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.short getOrientation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOrientation(short orientation) throws java.io.IOException, AutomationException
orientation
- The orientation (in)
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.void setUnits(int units) throws java.io.IOException, AutomationException
units
- A com.esri.arcgis.system.esriUnits constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnvelope getPrintableBounds() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isPrintableAreaVisible() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIsPrintableAreaVisible(boolean isPrintableAreaVisible) throws java.io.IOException, AutomationException
isPrintableAreaVisible
- The isPrintableAreaVisible (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isStretchGraphicsWithPage() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStretchGraphicsWithPage(boolean stretchGraphicsWithPage) throws java.io.IOException, AutomationException
stretchGraphicsWithPage
- The stretchGraphicsWithPage (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColor getBackgroundColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBackgroundColor(IColor color) throws java.io.IOException, AutomationException
color
- A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IBorder getBorder() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBorder(IBorder border) throws java.io.IOException, AutomationException
border
- A reference to a com.esri.arcgis.carto.IBorder (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IBackground getBackground() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBackground(IBackground background) throws java.io.IOException, AutomationException
background
- A reference to a com.esri.arcgis.carto.IBackground (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isDelayEvents() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDelayEvents(boolean delayEvents) throws java.io.IOException, AutomationException
delayEvents
- The delayEvents (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPageToPrinterMapping() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPageToPrinterMapping(int mode) throws java.io.IOException, AutomationException
mode
- A com.esri.arcgis.carto.esriPageToPrinterMapping constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void querySize(double[] width, double[] height) throws java.io.IOException, AutomationException
width
- The width (out: use single element array)height
- The height (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void putCustomSize(double width, double height) throws java.io.IOException, AutomationException
width
- The width (in)height
- The height (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void printerPageCount(IPrinter printer, double overlap, short[] pageCount) throws java.io.IOException, AutomationException
printer
- A reference to a com.esri.arcgis.output.IPrinter (in)overlap
- The overlap (in)pageCount
- The pageCount (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getPageBounds(IPrinter printer, short currentPage, double overlap, IEnvelope pageBounds) throws java.io.IOException, AutomationException
printer
- A reference to a com.esri.arcgis.output.IPrinter (in)currentPage
- The currentPage (in)overlap
- The overlap (in)pageBounds
- 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.void getDeviceBounds(IPrinter printer, short currentPage, double overlap, short resolution, IEnvelope deviceBounds) throws java.io.IOException, AutomationException
printer
- A reference to a com.esri.arcgis.output.IPrinter (in)currentPage
- The currentPage (in)overlap
- The overlap (in)resolution
- The resolution (in)deviceBounds
- 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.void drawPaper(IDisplay display, IColor eraseColor) throws java.io.IOException, AutomationException
display
- A reference to a com.esri.arcgis.display.IDisplay (in)eraseColor
- A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void drawBackground(IDisplay display) throws java.io.IOException, AutomationException
display
- A reference to a com.esri.arcgis.display.IDisplay (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void drawPrintableArea(IDisplay display) throws java.io.IOException, AutomationException
display
- A reference to a com.esri.arcgis.display.IDisplay (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void drawBorder(IDisplay display) throws java.io.IOException, AutomationException
display
- A reference to a com.esri.arcgis.display.IDisplay (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void printerChanged(IPrinter printer) throws java.io.IOException, AutomationException
printer
- A reference to a com.esri.arcgis.output.IPrinter (in)
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 |