|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITableViewOutput
Provides access to members that allow you to output the table to a hDC.
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. |
Method Detail |
---|
void setPosition(int left, int top, int width, int height) throws IOException, AutomationException
left
- The left (in)top
- The top (in)width
- The width (in)height
- The height (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int output(int hDC, int dpi, int left, int top, int width, int height, int startRow, int startCol) throws IOException, AutomationException
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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIsMetafileDirty(boolean pIsDirty) throws IOException, AutomationException
pIsDirty
- The pIsDirty (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isMetafileDirty() 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 |