|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IOutputPageOptionsAdmin
Private interface to output page options.
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. |
Method Detail |
---|
boolean isOutputtingPageLayout() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOutputtingPageLayout(boolean flag) throws IOException, AutomationException
flag
- The flag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isPageSelectionExists() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPageSelectionExists(boolean flag) throws IOException, AutomationException
flag
- The flag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPageCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPageCount(int count) throws IOException, AutomationException
count
- The count (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSelectedPageCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSelectedPageCount(int count) throws IOException, AutomationException
count
- The count (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCurrentIndex() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCurrentIndex(int index) throws IOException, AutomationException
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 |