|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IOutputPageOptionsAdmin
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 | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID1f685f18_704a_4755_834f_4c0d67303a2f
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
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 |
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. |
Field Detail |
---|
static final int IID1f685f18_704a_4755_834f_4c0d67303a2f
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
boolean isOutputtingPageLayout() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOutputtingPageLayout(boolean flag) throws java.io.IOException, AutomationException
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isPageSelectionExists() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPageSelectionExists(boolean flag) throws java.io.IOException, AutomationException
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPageCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPageCount(int count) throws java.io.IOException, AutomationException
count
- The count (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSelectedPageCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSelectedPageCount(int count) throws java.io.IOException, AutomationException
count
- The count (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCurrentIndex() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCurrentIndex(int index) throws java.io.IOException, AutomationException
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 |