Word.Interfaces.ConditionalStyleData interface    
An interface describing the data returned by calling conditionalStyle.toJSON().
Properties
| bottom | 
	Specifies the amount of space (in points) to add below the contents of a single cell or all the cells in a table.  | 
| 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.  | 
| 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.  | 
| 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
		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