Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Word.Interfaces.TableStyleLoadOptions interface
- Package:
- word
Represents the TableStyle object.
Properties
| $all | Specifying |
| alignment | Specifies the table's alignment against the page margin. |
| allowBreakAcrossPage | Specifies whether lines in tables formatted with a style break across pages. |
| bottomCellMargin | Specifies the amount of space to add between the contents and the bottom borders of the cells. |
| cellSpacing | Specifies the spacing (in points) between the cells in a table style. |
| columnStripe | Specifies the number of columns in the banding when a style specifies odd- or even-column banding. |
| isBreakAcrossPagesAllowed | Specifies whether Microsoft Word allows to break the specified table across pages. |
| leftCellMargin | Specifies the amount of space to add between the contents and the left borders of the cells. |
| leftIndent | Specifies the left indent value (in points) for the rows in the table style. |
| rightCellMargin | Specifies the amount of space to add between the contents and the right borders of the cells. |
| rowStripe | Specifies the number of rows to include in the banding when the style specifies odd- or even-row banding. |
| shading | Returns a |
| tableDirection | Specifies the direction in which Microsoft Word orders cells in the table style. |
| topCellMargin | Specifies the amount of space to add between the contents and the top borders of the cells. |
Property Details
$all
Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).
$all?: boolean;
Property Value
boolean
alignment
Specifies the table's alignment against the page margin.
alignment?: boolean;
Property Value
boolean
Remarks
allowBreakAcrossPage
Specifies whether lines in tables formatted with a style break across pages.
allowBreakAcrossPage?: boolean;
Property Value
boolean
Remarks
bottomCellMargin
Specifies the amount of space to add between the contents and the bottom borders of the cells.
bottomCellMargin?: boolean;
Property Value
boolean
Remarks
cellSpacing
Specifies the spacing (in points) between the cells in a table style.
cellSpacing?: boolean;
Property Value
boolean
Remarks
columnStripe
Specifies the number of columns in the banding when a style specifies odd- or even-column banding.
columnStripe?: boolean;
Property Value
boolean
Remarks
isBreakAcrossPagesAllowed
Specifies whether Microsoft Word allows to break the specified table across pages.
isBreakAcrossPagesAllowed?: boolean;
Property Value
boolean
Remarks
leftCellMargin
Specifies the amount of space to add between the contents and the left borders of the cells.
leftCellMargin?: boolean;
Property Value
boolean
Remarks
leftIndent
Specifies the left indent value (in points) for the rows in the table style.
leftIndent?: boolean;
Property Value
boolean
Remarks
rightCellMargin
Specifies the amount of space to add between the contents and the right borders of the cells.
rightCellMargin?: boolean;
Property Value
boolean
Remarks
rowStripe
Specifies the number of rows to include in the banding when the style specifies odd- or even-row banding.
rowStripe?: boolean;
Property Value
boolean
Remarks
shading
Returns a ShadingUniversal object that refers to the shading formatting for the table style.
shading?: Word.Interfaces.ShadingLoadOptions;
Property Value
Remarks
tableDirection
Specifies the direction in which Microsoft Word orders cells in the table style.
tableDirection?: boolean;
Property Value
boolean
Remarks
topCellMargin
Specifies the amount of space to add between the contents and the top borders of the cells.
topCellMargin?: boolean;
Property Value
boolean
Remarks
Office Add-ins
Feedback
Was this page helpful?
