Edit

Share via


Word.Interfaces.BreakCollectionLoadOptions interface

Contains a collection of Word.Break objects.

Remarks

[ API set: WordApiDesktop 1.3 ]

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

pageIndex

For EACH ITEM in the collection: Returns the page number on which the break occurs.

range

For EACH ITEM in the collection: Returns a Range object that represents the portion of the document that's contained in the break.

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

pageIndex

For EACH ITEM in the collection: Returns the page number on which the break occurs.

pageIndex?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

range

For EACH ITEM in the collection: Returns a Range object that represents the portion of the document that's contained in the break.

range?: Word.Interfaces.RangeLoadOptions;

Property Value

Remarks

[ API set: WordApiDesktop 1.3 ]