com.esri.arcgis.geodatabaseui
Interface ITableViewOutput

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITableViewOutputProxy, TableView

public interface ITableViewOutput
extends java.io.Serializable

COM Interface 'ITableViewOutput'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriGeoDatabaseUI.olb'

Description: 'Provides access to members that allow you to output the table to a hDC.' 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 IID2daf7bfc_0d1f_47cd_b9d5_d334d300cca6
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isMetafileDirty()
          Indicates whether the metafile needs to be re-generated next time when Output is called.
 int output(int hDC, int dpi, int left, int top, int width, int height, int startRow, int startCol)
          Draw the table to the specified device context, and return windows enhanced metafile.
 void setIsMetafileDirty(boolean pIsDirty)
          Indicates whether the metafile needs to be re-generated next time when Output is called.
 void setPosition(int left, int top, int width, int height)
          Sets the position of the view window.
 

Field Detail

IID2daf7bfc_0d1f_47cd_b9d5_d334d300cca6

static final int IID2daf7bfc_0d1f_47cd_b9d5_d334d300cca6
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

setPosition

void setPosition(int left,
                 int top,
                 int width,
                 int height)
                 throws java.io.IOException,
                        AutomationException
Sets the position of the view window.

Parameters:
left - The left (in)
top - The top (in)
width - The width (in)
height - The height (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

output

int output(int hDC,
           int dpi,
           int left,
           int top,
           int width,
           int height,
           int startRow,
           int startCol)
           throws java.io.IOException,
                  AutomationException
Draw the table to the specified device context, and return windows enhanced metafile.

Parameters:
hDC - The hDC (A COM typedef) (in)
dpi - The dpi (in)
left - The left (in)
top - The top (in)
width - The width (in)
height - The height (in)
startRow - The startRow (in)
startCol - The startCol (in)
Returns:
The pHEMF (A COM typedef)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIsMetafileDirty

void setIsMetafileDirty(boolean pIsDirty)
                        throws java.io.IOException,
                               AutomationException
Indicates whether the metafile needs to be re-generated next time when Output is called.

Parameters:
pIsDirty - The pIsDirty (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isMetafileDirty

boolean isMetafileDirty()
                        throws java.io.IOException,
                               AutomationException
Indicates whether the metafile needs to be re-generated next time when Output is called.

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