Edit

Share via


Word.Interfaces.HtmlDivisionCollectionLoadOptions interface

Represents a collection of Word.HtmlDivision objects in a Word document.

Remarks

[ API set: WordApiDesktop 1.4 ]

Properties

$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).

leftIndent

For EACH ITEM in the collection: Specifies the left indent value (in points) for this HTML division.

range

For EACH ITEM in the collection: Gets a Range object that represents the portion of a document that's contained in this HTML division.

rightIndent

For EACH ITEM in the collection: Specifies the right indent (in points) for this HTML division.

spaceAfter

For EACH ITEM in the collection: Specifies the amount of spacing (in points) after this HTML division.

spaceBefore

For EACH ITEM in the collection: 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

For EACH ITEM in the collection: Specifies the left indent value (in points) for this HTML division.

leftIndent?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.4 ]

range

For EACH ITEM in the collection: 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

[ API set: WordApiDesktop 1.4 ]

rightIndent

For EACH ITEM in the collection: Specifies the right indent (in points) for this HTML division.

rightIndent?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.4 ]

spaceAfter

For EACH ITEM in the collection: Specifies the amount of spacing (in points) after this HTML division.

spaceAfter?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.4 ]

spaceBefore

For EACH ITEM in the collection: Specifies the spacing (in points) before this HTML division.

spaceBefore?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.4 ]