Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Word.Interfaces.HtmlDivisionData interface
- Package:
- word
An interface describing the data returned by calling htmlDivision.toJSON().
Properties
| leftIndent | Specifies the left indent value (in points) for this HTML division. |
| rightIndent | Specifies the right indent (in points) for this HTML division. |
| spaceAfter | Specifies the amount of spacing (in points) after this HTML division. |
| spaceBefore | 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
Remarks
Office Add-ins
Feedback
Was this page helpful?
