|
|||||||||
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
Internal use class Proxy for COM Interface 'IOutputPageOptionsAdmin'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriOutput.olb'
Description: 'Private interface to output page options.' 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 | |
---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.output.IOutputPageOptionsAdmin |
---|
IID, IID1f685f18_704a_4755_834f_4c0d67303a2f |
Constructor Summary | |
---|---|
|
IOutputPageOptionsAdminProxy()
For internal use only |
|
IOutputPageOptionsAdminProxy(java.lang.Object obj)
|
protected |
IOutputPageOptionsAdminProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IOutputPageOptionsAdminProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
IOutputPageOptionsAdminProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.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(java.lang.String iidStr,
java.lang.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 static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IOutputPageOptionsAdminProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IOutputPageOptionsAdminProxy()
public IOutputPageOptionsAdminProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IOutputPageOptionsAdminProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IOutputPageOptionsAdminProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public boolean isOutputtingPageLayout() throws java.io.IOException, AutomationException
isOutputtingPageLayout
in interface IOutputPageOptionsAdmin
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOutputtingPageLayout(boolean flag) throws java.io.IOException, AutomationException
setOutputtingPageLayout
in interface IOutputPageOptionsAdmin
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isPageSelectionExists() throws java.io.IOException, AutomationException
isPageSelectionExists
in interface IOutputPageOptionsAdmin
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPageSelectionExists(boolean flag) throws java.io.IOException, AutomationException
setPageSelectionExists
in interface IOutputPageOptionsAdmin
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getPageCount() throws java.io.IOException, AutomationException
getPageCount
in interface IOutputPageOptionsAdmin
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPageCount(int count) throws java.io.IOException, AutomationException
setPageCount
in interface IOutputPageOptionsAdmin
count
- The count (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSelectedPageCount() throws java.io.IOException, AutomationException
getSelectedPageCount
in interface IOutputPageOptionsAdmin
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSelectedPageCount(int count) throws java.io.IOException, AutomationException
setSelectedPageCount
in interface IOutputPageOptionsAdmin
count
- The count (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCurrentIndex() throws java.io.IOException, AutomationException
getCurrentIndex
in interface IOutputPageOptionsAdmin
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCurrentIndex(int index) throws java.io.IOException, AutomationException
setCurrentIndex
in interface IOutputPageOptionsAdmin
index
- The index (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 |