TableFormat Class |
Docentric Toolkit Help
Send Feedback |
Represents a set of formatting properties which shall be applied to a Table.
System.Object
Docentric.Documents.ObjectModel.DocumentObject
Docentric.Documents.ObjectModel.Format
Docentric.Documents.ObjectModel.Tables.TableFormat
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
The TableFormat type exposes the following members.
Name | Description | |
---|---|---|
.ctor() |
Name | Description | |
---|---|---|
Alignment | Gets or sets the alignment of the table with respect to the text margins in the section. | |
AutomaticallyResizeToFitContents | Gets or sets a value indicating whether the table shall automatically resize to fit the contents. | |
Background | Gets or sets the table background brush of this table. | |
Borders | Gets or sets the table borders. | |
CellSpacing | Gets or sets the table cell spacing. | |
ColumnBandSize | Gets or sets the number of columns which shall comprise each a table style column band for this table style. This element determines how many columns constitute each of the column bands for the current table, allowing column band formatting to be applied to groups of columns (rather than just single alternating columns) when the table is formatted. | |
DefaultCellPadding | Gets or sets the default table cell padding. | |
LeftIndentation | Gets or sets the indentation that should shift the table from the left margin right by the specified amount. | |
OwnerDocument | Gets the owner document. (Inherited from DocumentObject) | |
OwnerElement | Gets the element this format object belongs to (Paragraph or Run). (Inherited from Format) | |
OwnerStyle | Gets the style this format object belongs to. (Inherited from Format) | |
PreferredWidth | Gets or sets the table preferred width. | |
RowBandSize | Gets or sets the number of rows which shall comprise each a table style row band for this table style. This element determines how many rows constitute each of the row bands for the current table, allowing row band formatting to be applied to groups of rows (rather than just single alternating rows) when the table is formatted. |
Name | Description | |
---|---|---|
ClearFormatting | Clears the values of all formatting properties. (Inherited from Format) | |
Clone | Clones this DocumentObject object including its DOM children. (Inherited from DocumentObject) | |
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
ToString | Returns a String that represents the current Object. (Inherited from Object) |