|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.output.PrintAndExportPageOptions
public class PrintAndExportPageOptions
Print and Export Page Options.
Constructor Summary | |
---|---|
PrintAndExportPageOptions()
Constructs a PrintAndExportPageOptions using ArcGIS Engine. |
|
PrintAndExportPageOptions(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. PrintAndExportPageOptions thePrintAndExportPageOptions = (PrintAndExportPageOptions) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
int |
getOutputSelection()
Specify which pages to output. |
String |
getPageRange()
Specify range or query string when OutputSelection is set to range or query. |
int |
hashCode()
the hashcode for this object |
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public PrintAndExportPageOptions() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic PrintAndExportPageOptions(Object obj) throws IOException
PrintAndExportPageOptions thePrintAndExportPageOptions = (PrintAndExportPageOptions) obj;
obj
to PrintAndExportPageOptions
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void setOutputSelection(int pOption) throws IOException, AutomationException
setOutputSelection
in interface IPrintAndExportPageOptions
pOption
- A com.esri.arcgis.output.esriOutputSelection constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getOutputSelection() throws IOException, AutomationException
getOutputSelection
in interface IPrintAndExportPageOptions
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPageRange(String range) throws IOException, AutomationException
setPageRange
in interface IPrintAndExportPageOptions
range
- The range (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getPageRange() throws IOException, AutomationException
getPageRange
in interface IPrintAndExportPageOptions
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isOutputPageSelection() throws IOException, AutomationException
isOutputPageSelection
in interface IPrintAndExportPageOptions
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOutputPageSelection(boolean flag) throws IOException, AutomationException
setOutputPageSelection
in interface IPrintAndExportPageOptions
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 |