|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGxViewPrint
Provides access to members that control the printing of a GxView object.
GxViews optionally support the IGxViewPrint interface, to allow the user to print the current display. This is especially handy for the metadata view (described below), as it allows users to create scripts to print nicely formatted metadata for a batch of objects at once.
Method Summary | |
---|---|
boolean |
isPrintable()
Indicates if the view can be printed. |
void |
print()
Prints the view. |
Method Detail |
---|
boolean isPrintable() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void print() throws IOException, AutomationException
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 |