TableFormattingSettings Members
Contains the settings to format a table.Properties
| Name | Description |
|---|---|
| alignment | Gets or sets the alignment of table rows. |
| allowSpacingBetweenCells | Gets or sets a value specifying whether spacing is allowed between table cells. |
| defaultCellMarginBottom | Gets or sets the default bottom margin for cells in the table in twips. |
| defaultCellMarginLeft | Gets or sets the default left margin for cells in the table in twips. |
| defaultCellMarginRight | Gets or sets the default right margin for cells in the table in twips. |
| defaultCellMarginTop | Gets or sets the default top margin for cells in the table in twips. |
| indent | Gets or sets the table’s left indent in twips. |
| preferredWidth | Gets or sets the preferred width of cells in the table. |
| resizeToFitContent | Gets or sets a value that specifying whether to allow automatic resizing of table cells to fit their contents. |
| spacingBetweenCells | Gets or sets the spacing between table cells in twips. |
See Also