Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Word.Interfaces.ConditionalStyleLoadOptions interface
- Package:
- word
Represents special formatting applied to specified areas of a table when the selected table is formatted with a specified table style.
Properties
| $all | Specifying |
| 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 |
| 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 |
| 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 |
| 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
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
Remarks
Office Add-ins
Feedback
Was this page helpful?
