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
Properties
| $all | Specifying |
| bottom |
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 |
| left |
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. |
| paragraph |
Returns a |
| right |
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 |
| top |
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
font
Returns a Font object that represents the font formatting for the conditional style.
font?: Word.Interfaces.FontLoadOptions;
Property Value
Remarks
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
paragraphFormat
Returns a ParagraphFormat object that represents the paragraph formatting for the conditional style.
paragraphFormat?: Word.Interfaces.ParagraphFormatLoadOptions;
Property Value
Remarks
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
shading
Returns a ShadingUniversal object that represents the shading of the conditional style.
shading?: Word.Interfaces.ShadingUniversalLoadOptions;
Property Value
Remarks
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