[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.TableFormat

TableFormat Class

Represents formatting of a table.

Inheritance
TableFormat
Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class TableFormat : TableFormatBase
Public Class TableFormat
    Inherits TableFormatBase

Properties

Name Description
Bidi

Gets or sets a value indicating whether the cells in this table shall be visually represented in a right to left direction. This property also affects the application of all table-level properties. When this property is specified, then the ordering of all cells (and table-level properties) in this table shall be applied to the table assuming that the table is a normal left to right table, but the table cells shall be displayed in a right to left direction.

Description

Gets or sets the description of the table.

Position

Gets the position of the table with regard to floating tables.

This property has effect only if WrapAroundText is true.

TableGrid

Gets the table grid for the current table. The table grid is a definition of the set of grid columns that define all of the shared vertical edges of the table, as well as default widths for each of these grid columns. These grid column widths are then used to determine the size of the table based on the table layout algorithm.

Title

Gets or sets the table title.

WrapAroundText

Gets or sets a value indicating whether the current table is actually a floating table.

Methods

Name Description
ClearFormatting()

Resets to default table formatting.

SetAlignment(TableAlignment)

Sets how the table is aligned in the document.