Edit

Share via


Word.Interfaces.ConditionalStyleData interface

An interface describing the data returned by calling conditionalStyle.toJSON().

Properties

bottomPadding

Specifies the amount of space (in points) to add below the contents of a single cell or all the cells in a table.

leftPadding

Specifies the amount of space (in points) to add to the left of the contents of a single cell or all the cells in a table.

rightPadding

Specifies the amount of space (in points) to add to the right of the contents of a single cell or all the cells in a table.

topPadding

Specifies the amount of space (in points) to add above the contents of a single cell or all the cells in a table.

Property Details

bottomPadding

Specifies the amount of space (in points) to add below the contents of a single cell or all the cells in a table.

bottomPadding?: number;

Property Value

number

Remarks

[ API set: WordApiDesktop 1.4 ]

leftPadding

Specifies the amount of space (in points) to add to the left of the contents of a single cell or all the cells in a table.

leftPadding?: number;

Property Value

number

Remarks

[ API set: WordApiDesktop 1.4 ]

rightPadding

Specifies the amount of space (in points) to add to the right of the contents of a single cell or all the cells in a table.

rightPadding?: number;

Property Value

number

Remarks

[ API set: WordApiDesktop 1.4 ]

topPadding

Specifies the amount of space (in points) to add above the contents of a single cell or all the cells in a table.

topPadding?: number;

Property Value

number

Remarks

[ API set: WordApiDesktop 1.4 ]