|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.output.IOutputPageOptionsAdminProxy
public class IOutputPageOptionsAdminProxy
Private interface to output page options.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IOutputPageOptionsAdminProxy()
|
|
IOutputPageOptionsAdminProxy(Object obj)
|
protected |
IOutputPageOptionsAdminProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
int |
getCurrentIndex()
Index of the current page. |
int |
getPageCount()
Indicates the number of pages to the export dialog. |
int |
getSelectedPageCount()
Indicates the number of selected pages to the export dialog. |
boolean |
isOutputtingPageLayout()
Indicates if layout is being output. |
boolean |
isPageSelectionExists()
Indicates if a page selection exists. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setCurrentIndex(int index)
Index of the current page. |
void |
setOutputtingPageLayout(boolean flag)
Indicates if layout is being output. |
void |
setPageCount(int count)
Indicates the number of pages to the export dialog. |
void |
setPageSelectionExists(boolean flag)
Indicates if a page selection exists. |
void |
setSelectedPageCount(int count)
Indicates the number of selected pages to the export dialog. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean noncastable
Constructor Detail |
---|
public IOutputPageOptionsAdminProxy()
public IOutputPageOptionsAdminProxy(Object obj) throws IOException
IOException
protected IOutputPageOptionsAdminProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public boolean isOutputtingPageLayout() throws IOException, AutomationException
isOutputtingPageLayout
in interface IOutputPageOptionsAdmin
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOutputtingPageLayout(boolean flag) throws IOException, AutomationException
setOutputtingPageLayout
in interface IOutputPageOptionsAdmin
flag
- The flag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isPageSelectionExists() throws IOException, AutomationException
isPageSelectionExists
in interface IOutputPageOptionsAdmin
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPageSelectionExists(boolean flag) throws IOException, AutomationException
setPageSelectionExists
in interface IOutputPageOptionsAdmin
flag
- The flag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getPageCount() throws IOException, AutomationException
getPageCount
in interface IOutputPageOptionsAdmin
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPageCount(int count) throws IOException, AutomationException
setPageCount
in interface IOutputPageOptionsAdmin
count
- The count (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSelectedPageCount() throws IOException, AutomationException
getSelectedPageCount
in interface IOutputPageOptionsAdmin
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSelectedPageCount(int count) throws IOException, AutomationException
setSelectedPageCount
in interface IOutputPageOptionsAdmin
count
- The count (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCurrentIndex() throws IOException, AutomationException
getCurrentIndex
in interface IOutputPageOptionsAdmin
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCurrentIndex(int index) throws IOException, AutomationException
setCurrentIndex
in interface IOutputPageOptionsAdmin
index
- The index (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 |