Click or drag to resize

TableFormat Class

Inheritance Hierarchy
System Object
Spire.Doc OwnerHolder
Spire.Doc.Formatting WordAttributeBase
Spire.Doc.Formatting TableFormat

Namespace: Spire.Doc.Formatting
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public class TableFormat : WordAttributeBase

The TableFormat type exposes the following members.

Properties
Name Description
Public property AllowAutoFit
Gets or sets a value indicating whether the layout should automatically fit the content.
Public property Bidi
Gets or sets the bidirectional text setting for the table.
Public property Borders
Gets the Borders object associated with the current instance, creating it if necessary.
Public property CellSpacing
Gets or sets the cell spacing of the table.
Public property Document
Gets the document.
(Inherited from OwnerHolder .)
Public property HorizontalAlignment
Gets or sets the horizontal alignment of the rows in the table.
Public property LayoutType
Gets or sets the layout type of the table.
Public property LeftIndent
Gets or sets the left indent of the table.
Public property Paddings
Gets the padding settings for the table.
Public property Positioning
Gets the positioning of the table.
Public property PreferredWidth
Gets or sets the preferred width of the table.
Public property WrapTextAround
Gets or sets a value indicating whether text should wrap around an object.
Top
Methods
Name Description
Public method ClearBackground
Clears the background shading from all rows in the table.
Public method ClearFormatting
Clears the formatting for all rows in the table.
Public method Equals
Determines whether the current object is equal to another object.
(Overrides Object Equals(Object) .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
Fields
Name Description
Protected field m_doc (Inherited from OwnerHolder .)
Top
See Also