TableFormat Class |
Namespace: GemBox.Document.Tables
The TableFormat type exposes the following members.
Name | Description | |
---|---|---|
![]() | TableFormat |
Initializes a new instance of the TableFormat class.
|
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 contents.
|
![]() | BackgroundColor |
Gets or sets the table background color.
|
![]() | Borders |
Gets the table borders.
|
![]() | ColumnBandSize |
Gets or sets the number of columns in column band for this table style.
|
![]() | DefaultCellPadding |
Gets or sets the default table cell padding.
|
![]() | DefaultCellSpacing |
Gets or sets the default table cell spacing (the spacing between adjacent cells and the edges of the table) for all cells in the parent table.
|
![]() | Document |
Gets the owner document.
(Inherited from Format.) |
![]() | IndentFromLeft |
Gets or sets the indentation that should shift the table into the text margin by the specified amount.
|
![]() | Positioning |
Gets the floating table positioning settings.
|
![]() | PreferredWidth |
Gets or sets the table preferred width.
|
![]() | RightToLeft |
Gets or sets a value indicating whether the cells in this table shall be visually represented in a right to left direction.
Supported in DOCX, DOC, PDF, XPS and image file formats.
|
![]() | RowBandSize |
Gets or sets the number of rows in row band for this table style.
|
![]() | Style |
Gets or sets the table style.
|
![]() | StyleOptions |
Gets or sets the table style options that specify which of the referenced TableStyle conditional formats will be applied on the parent Table.
|
Name | Description | |
---|---|---|
![]() | ClearFormatting |
Clears the formatting.
(Overrides FormatClearFormatting.) |
![]() | Clone |
Clones this TableFormat instance.
|
![]() | Equals |
Determines whether the specified Object is equal to this TableFormat instance.
(Overrides ObjectEquals(Object).) |
![]() | GetHashCode |
Returns a hash code for this TableFormat instance.
(Overrides ObjectGetHashCode.) |
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Determines whether first and second TableFormats are equal.
|
![]() ![]() | Inequality |
Determines whether first and second TableFormats are not equal.
|