ITableStyle Interface Members Send Feedback
See Also  Properties  Methods 

The following tables list the members exposed by ITableStyle.

Public Properties

 NameDescription
 PropertyHeaderOrientationGets or sets whether the Table is created downward or upward from the insertion point.  
 PropertyNameGets the name of the TableStyle.  
Top

Public Methods

 NameDescription
 MethodActivateActivates the TableStyle.  
 MethodCreateExtensionDictionaryCreates a dictionary for the TableStyle.  
 MethodGetAlignmentGets the justification and alignment of the text in the specified type of cell in this TableStyle.  
 MethodGetBackgroundColorGets the background Color for the specified type of cell in this TableStyle.  
 MethodGetBordersColorGets the Color of the specified type of Line for the border of the specified type of cell in this TableStyle.  
 MethodGetBordersLineWeightGets the LineWeight of the specified type of Line for the border of the specified type of cell in this TableStyle.  
 MethodGetBordersVisibilityGets the visibility of the specified type of Line for the border of the specified type of cell in this TableStyle.  
 MethodGetExtensionDictionaryGets the dictionary for the TableStyle.  
 MethodGetHorizontalMarginGets the size of the horizontal margin for the specified type of cell in this TableStyle.  
 MethodGetTextColorGets the Color of the text for the specified type of cell in this TableStyle.  
 MethodGetTextHeightGets the height of the text for the specified type of cell in this TableStyle.  
 MethodGetTextStyleGets the name of the TextStyle for the specified type of cell in this TableStyle.  
 MethodGetVerticalMarginGets the size of the vertical margin for the specified type of cell in this TableStyle.  
 MethodReleaseExtensionDictionaryReleases and erases the dictionary for the TableStyle, if the dictionary exists and is empty.  
 MethodRenameRenames the TableStyle to the specified name.  
 MethodSetAlignmentSets the justification and alignment of the text in the specified type of cell in this TableStyle.  
 MethodSetBackgroundColorSets the background Color for the specified type of cell in this TableStyle.  
 MethodSetBordersColorSets the Color of the specified type of Line for the border of the specified type of cell in this TableStyle.  
 MethodSetBordersLineWeightSets the LineWeight of the specified type of Line for the border of the specified type of cell in this TableStyle.  
 MethodSetBordersVisibilitySets the visibility of the specified type of Line for the border of the specified type of cell in this TableStyle.  
 MethodSetHorizontalMarginSets the size of the horizontal margin for the specified type of cell in this TableStyle.  
 MethodSetTextColorSets the Color of the text for the specified type of cell in this TableStyle.  
 MethodSetTextHeightSets the height of the text for the specified type of cell in this TableStyle.  
 MethodSetTextStyleSets the name of the TextStyle for the specified type of cell in this TableStyle.  
 MethodSetVerticalMarginSets the size of the vertical margin for the specified type of cell in this TableStyle.  
Top

See Also