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
Public method Condition Returns a ConditionalStyle object that represents special style formatting for a portion of a table.

Top

Properties

  Name Description
Public property Alignment Returns or sets a constant that represents the alignment for the specified rows.
Public property AllowBreakAcrossPage Sets or returns an Integer indicating whether lines in the rows of tables formatted with a specified style break across pages.
Public property AllowPageBreaks Allows Microsoft Word to break the specified table across pages.
Public property Application Returns a Application object that represents the Microsoft Word application.
Public property Borders Returns a Borders collection that represents all the borders for the specified object.
Public property 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.
Public property ColumnStripe Returns or sets an Integer that represents the number of columns in the banding when a style specifies odd- or even-column banding.
Public property Creator Returns a 32-bit integer that indicates the application in which the specified object was created.
Public property LeftIndent Returns or sets a Single that represents the left indent value (in points) for the specified table style.
Public property 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.
Public property Parent Returns an object that represents the parent object of the specified object.
Public property 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.
Public property 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.
Public property Shading Returns a Shading object that refers to the shading formatting for the specified object.
Public property Spacing Returns or sets the spacing (in points) between the cells in a table style.
Public property TableDirection Returns or sets the direction in which Microsoft Word orders cells in the specified table or row.
Public property TopPadding Returns or sets the amount of space (in points) to add above the contents of all the cells in a table style.

Top

See Also

Reference

TableStyle Interface

Microsoft.Office.Interop.Word Namespace