Click or drag to resize

TableFormat Properties

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
See Also