Word.Interfaces.TableStyleLoadOptions interface
Represents the TableStyle object.
Remarks
Properties
| $all | Specifying |
| bottom |
Specifies the amount of space to add between the contents and the bottom borders of the cells. |
| cell |
Specifies the spacing (in points) between the cells in a table style. |
| left |
Specifies the amount of space to add between the contents and the left borders of the cells. |
| right |
Specifies the amount of space to add between the contents and the right borders of the cells. |
| top |
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
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
leftCellMargin
Specifies the amount of space to add between the contents and the left borders of the cells.
leftCellMargin?: 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
topCellMargin
Specifies the amount of space to add between the contents and the top borders of the cells.
topCellMargin?: boolean;
Property Value
boolean