TableStyle Members
Include Protected Members
Include Inherited Members
Represents a single style that can be applied to a table.
The TableStyle type exposes the following members.
Methods
Name | Description | |
---|---|---|
Condition | Returns a ConditionalStyle object that represents special style formatting for a portion of a table. |
Top
Properties
Name | Description | |
---|---|---|
Alignment | Returns or sets a constant that represents the alignment for the specified rows. | |
AllowBreakAcrossPage | Sets or returns an Integer indicating whether lines in the rows of tables formatted with a specified style break across pages. | |
AllowPageBreaks | Allows Microsoft Word to break the specified table across pages. | |
Application | Returns a Application object that represents the Microsoft Word application. | |
Borders | Returns a Borders collection that represents all the borders for the specified object. | |
BottomPadding | Returns or sets the amount of space (in points) to add below the contents of a single cell or all the cells in a table. | |
ColumnStripe | Returns or sets an Integer that represents the number of columns in the banding when a style specifies odd- or even-column banding. | |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. | |
LeftIndent | Returns or sets a Single that represents the left indent value (in points) for the specified table style. | |
LeftPadding | Returns or sets the amount of space (in points) to add to the left of the contents of all the cells in a table style. | |
Parent | Returns an object that represents the parent object of the specified object. | |
RightPadding | Returns or sets the amount of space (in points) to add to the right of the contents of all the cells in a table style. | |
RowStripe | Returns or sets an Integer that represents the number of rows to include in the banding when a style specifies odd- or even-row banding. | |
Shading | Returns a Shading object that refers to the shading formatting for the specified object. | |
Spacing | Returns or sets the spacing (in points) between the cells in a table style. | |
TableDirection | Returns or sets the direction in which Microsoft Word orders cells in the specified table or row. | |
TopPadding | Returns or sets the amount of space (in points) to add above the contents of all the cells in a table style. |
Top