Edit

Share via


Word.Interfaces.ConditionalStyleLoadOptions interface

Represents special formatting applied to specified areas of a table when the selected table is formatted with a specified table style.

Remarks

[ API set: WordApiDesktop 1.4 ]

Properties

$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).

bottomPadding

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

font

Returns a Font object that represents the font formatting for the conditional style.

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.

paragraphFormat

Returns a ParagraphFormat object that represents the paragraph formatting for the conditional style.

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.

shading

Returns a ShadingUniversal object that represents the shading of the conditional style.

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

$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

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

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.4 ]

font

Returns a Font object that represents the font formatting for the conditional style.

font?: Word.Interfaces.FontLoadOptions;

Property Value

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

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.4 ]

paragraphFormat

Returns a ParagraphFormat object that represents the paragraph formatting for the conditional style.

paragraphFormat?: Word.Interfaces.ParagraphFormatLoadOptions;

Property Value

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

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.4 ]

shading

Returns a ShadingUniversal object that represents the shading of the conditional style.

shading?: Word.Interfaces.ShadingUniversalLoadOptions;

Property Value

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

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.4 ]