|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPrintAndExportPageOptions
Provides access to multiple page settings for printing and export.
| Method Summary | |
|---|---|
int |
getOutputSelection()
Specify which pages to output. |
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(String range)
Specify range or query string when OutputSelection is set to range or query. |
| Method Detail |
|---|
void setOutputSelection(int pOption)
throws IOException,
AutomationException
pOption - A com.esri.arcgis.output.esriOutputSelection constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getOutputSelection()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPageRange(String range)
throws IOException,
AutomationException
range - The range (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getPageRange()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isOutputPageSelection()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setOutputPageSelection(boolean flag)
throws IOException,
AutomationException
flag - The flag (in)
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 | ||||||||