Word.Interfaces.TableStyleLoadOptions interface

Represents the TableStyle object.

Remarks

[ API set: WordApi 1.6 ]

Properties

$all

Specifying $all for the LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: Range.format.fill.color).

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

$all

Specifying $all for the LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: 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

[ API set: WordApi 1.6 ]

cellSpacing

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

cellSpacing?: boolean;

Property Value

boolean

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?: boolean;

Property Value

boolean

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?: boolean;

Property Value

boolean

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?: boolean;

Property Value

boolean

Remarks

[ API set: WordApi 1.6 ]