Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Word.Interfaces.HtmlDivisionLoadOptions interface
- Package:
- word
Properties
| $all | Specifying |
| leftIndent | Specifies the left indent value (in points) for this HTML division. |
| range | Gets a |
| 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
$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
leftIndent
Specifies the left indent value (in points) for this HTML division.
leftIndent?: boolean;
Property Value
boolean
Remarks
range
Gets a Range object that represents the portion of a document that's contained in this HTML division.
range?: Word.Interfaces.RangeLoadOptions;
Property Value
Remarks
rightIndent
Specifies the right indent (in points) for this HTML division.
rightIndent?: boolean;
Property Value
boolean
Remarks
spaceAfter
Specifies the amount of spacing (in points) after this HTML division.
spaceAfter?: boolean;
Property Value
boolean
Remarks
spaceBefore
Specifies the spacing (in points) before this HTML division.
spaceBefore?: boolean;
Property Value
boolean
Remarks
Office Add-ins
Feedback
Was this page helpful?
