Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Word.Interfaces.ConditionalStyleData interface
- Package:
- word
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
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
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
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
Office Add-ins
Feedback
Was this page helpful?
