|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITableCharacteristics
Provides access to members that control the characteristics of a Table.
Method Summary | |
---|---|
Font |
getCellFont()
Table font. |
IColor |
getCellTextColor()
Text color use in table window. |
Font |
getHeadingFont()
Table font. |
IColor |
getHeadingTextColor()
Text color use in table window. |
String |
getIndexFieldCharacter()
Character placed to the right of the field name when a field is indexed. |
boolean |
isAutoValidateEdits()
Indicates if the table window should validate any changes to the data during editing. |
boolean |
isShowCodedValueDomainDescriptions()
Indicates if the table window shows coded value domain descriptions or values. |
boolean |
isShowIndexFieldCharacter()
Indicates whether table window should show field index character. |
void |
setAutoValidateEdits(boolean autoValidateEdits)
Indicates if the table window should validate any changes to the data during editing. |
void |
setCellFontByRef(Font ppFont)
Table font. |
void |
setCellTextColorByRef(IColor ppTextColor)
Text color use in table window. |
void |
setHeadingFontByRef(Font ppFont)
Table font. |
void |
setHeadingTextColorByRef(IColor ppTextColor)
Text color use in table window. |
void |
setIndexFieldCharacter(String pIndexChar)
Character placed to the right of the field name when a field is indexed. |
void |
setShowCodedValueDomainDescriptions(boolean showCodedValueDomainDescriptions)
Indicates if the table window shows coded value domain descriptions or values. |
void |
setShowIndexFieldCharacter(boolean pShowIndexCharacter)
Indicates whether table window should show field index character. |
Method Detail |
---|
Font getHeadingFont() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Font getCellFont() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColor getHeadingTextColor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColor getCellTextColor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getIndexFieldCharacter() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isShowIndexFieldCharacter() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHeadingFontByRef(Font ppFont) throws IOException, AutomationException
ppFont
- A reference to a com.esri.arcgis.support.ms.stdole.Font (A com.esri.arcgis.support.ms.stdole.Font COM typedef) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCellFontByRef(Font ppFont) throws IOException, AutomationException
ppFont
- A reference to a com.esri.arcgis.support.ms.stdole.Font (A com.esri.arcgis.support.ms.stdole.Font COM typedef) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHeadingTextColorByRef(IColor ppTextColor) throws IOException, AutomationException
ppTextColor
- A reference to a com.esri.arcgis.display.IColor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCellTextColorByRef(IColor ppTextColor) throws IOException, AutomationException
ppTextColor
- A reference to a com.esri.arcgis.display.IColor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIndexFieldCharacter(String pIndexChar) throws IOException, AutomationException
pIndexChar
- The pIndexChar (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShowIndexFieldCharacter(boolean pShowIndexCharacter) throws IOException, AutomationException
pShowIndexCharacter
- The pShowIndexCharacter (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAutoValidateEdits() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAutoValidateEdits(boolean autoValidateEdits) throws IOException, AutomationException
autoValidateEdits
- The autoValidateEdits (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isShowCodedValueDomainDescriptions() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShowCodedValueDomainDescriptions(boolean showCodedValueDomainDescriptions) throws IOException, AutomationException
showCodedValueDomainDescriptions
- The showCodedValueDomainDescriptions (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 |