Word.Interfaces.TableStyleUpdateData interface
An interface for updating data on the TableStyle
object, for use in tableStyle.set({ ... })
.
Properties
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
bottomCellMargin
Specifies the amount of space to add between the contents and the bottom borders of the cells.
bottomCellMargin?: number;
Property Value
number
Remarks
cellSpacing
Specifies the spacing (in points) between the cells in a table style.
cellSpacing?: number;
Property Value
number
Remarks
leftCellMargin
Specifies the amount of space to add between the contents and the left borders of the cells.
leftCellMargin?: number;
Property Value
number
Remarks
rightCellMargin
Specifies the amount of space to add between the contents and the right borders of the cells.
rightCellMargin?: number;
Property Value
number
Remarks
topCellMargin
Specifies the amount of space to add between the contents and the top borders of the cells.
topCellMargin?: number;
Property Value
number
Remarks
Office Add-ins