Word.Interfaces.HtmlDivisionData interface
An interface describing the data returned by calling htmlDivision.toJSON().
Properties
| left |
Specifies the left indent value (in points) for this HTML division. |
| right |
Specifies the right indent (in points) for this HTML division. |
| space |
Specifies the amount of spacing (in points) after this HTML division. |
| space |
Specifies the spacing (in points) before this HTML division. |
Property Details
leftIndent
Specifies the left indent value (in points) for this HTML division.
leftIndent?: number;
Property Value
number
Remarks
rightIndent
Specifies the right indent (in points) for this HTML division.
rightIndent?: number;
Property Value
number
Remarks
spaceAfter
Specifies the amount of spacing (in points) after this HTML division.
spaceAfter?: number;
Property Value
number
Remarks
spaceBefore
Specifies the spacing (in points) before this HTML division.
spaceBefore?: number;
Property Value
number