Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / TableFormat Class
Properties Methods

In This Topic
    TableFormat Class Members
    In This Topic

    The following tables list the members exposed by TableFormat.

    Public Properties
     NameDescription
    Public Property Gets or sets how the table is aligned in the document. (Inherited from GrapeCity.Documents.Word.TableFormatBase)
    Public Property Gets or sets a value indicating whether automatically resizing cells in a table to fit their contents is allowed. (Inherited from GrapeCity.Documents.Word.TableFormatBase)
    Public Property 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.  
    Public Property Gets the table borders formatting. (Inherited from GrapeCity.Documents.Word.TableFormatBase)
    Public Property Gets or sets the description of the table.  
    Public Property Gets or sets the indentation (in points) that shall be added before the leading edge of the current table. (Inherited from GrapeCity.Documents.Word.TableFormatBase)
    Public Property Gets the default paddings for all cells in the current table. (Inherited from GrapeCity.Documents.Word.TableFormatBase)
    Public PropertyGets the position of the table with regard to floating tables.

    This property has effect only if WrapAroundText is true.

     
    Public Property Gets the table preferred width. (Inherited from GrapeCity.Documents.Word.TableFormatBase)
    Public Property Gets the shading that shall be applied to the extents of the current table. Similarly to paragraph shading, this shading shall be applied to the contents of the tab up to the table borders, regardless of the presence of text - unlike cell shading, table shading shall include any cell padding. This property shall be superseded by any cell-level shading. (Inherited from GrapeCity.Documents.Word.TableFormatBase)
    Public Property Gets or sets the default amount of space (in points) between the cells. (Inherited from GrapeCity.Documents.Word.TableFormatBase)
    Public Property Gets or sets the bit flags that specify how a table style is applied to this table. (Inherited from GrapeCity.Documents.Word.TableFormatBase)
    Public Property 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.  
    Public Property Gets or sets the table title.  
    Public Property Gets or sets a value indicating whether the current table is actually a floating table.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden.  Resets to default table formatting.  
    Top
    See Also