com.esri.arcgis.catalogUI
Interface IGxViewPrint

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GxDocumentationView, GxTableView, IGxViewPrintProxy

public interface IGxViewPrint
extends java.io.Serializable

COM Interface 'IGxViewPrint'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalogUI.olb'

Description: 'Provides access to members that control the printing of a GxView object.' 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 IIDa6164232_9140_41ad_b3f3_1da263c80d56
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isPrintable()
          Indicates if the view can be printed.
 void print()
          Prints the view.
 

Field Detail

IIDa6164232_9140_41ad_b3f3_1da263c80d56

static final int IIDa6164232_9140_41ad_b3f3_1da263c80d56
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isPrintable

boolean isPrintable()
                    throws java.io.IOException,
                           AutomationException
Indicates if the view can be printed.

Returns:
The isPrintable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

print

void print()
           throws java.io.IOException,
                  AutomationException
Prints the view.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.