Word.Interfaces.TableStyleUpdateData interface

An interface for updating data on the TableStyle object, for use in tableStyle.set({ ... }).

Properties

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.

leftCellMargin

Specifies the amount of space to add between the contents and the left borders of the cells.

rightCellMargin

Specifies the amount of space to add between the contents and the right borders of the cells.

topCellMargin

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

[ API set: WordApi 1.6 ]

cellSpacing

Specifies the spacing (in points) between the cells in a table style.

cellSpacing?: number;

Property Value

number

Remarks

[ API set: WordApi 1.6 ]

leftCellMargin

Specifies the amount of space to add between the contents and the left borders of the cells.

leftCellMargin?: number;

Property Value

number

Remarks

[ API set: WordApi 1.6 ]

rightCellMargin

Specifies the amount of space to add between the contents and the right borders of the cells.

rightCellMargin?: number;

Property Value

number

Remarks

[ API set: WordApi 1.6 ]

topCellMargin

Specifies the amount of space to add between the contents and the top borders of the cells.

topCellMargin?: number;

Property Value

number

Remarks

[ API set: WordApi 1.6 ]