Word.Interfaces.SectionCollectionLoadOptions interface

Contains the collection of the document's Word.Section objects.

Remarks

[ API set: WordApi 1.1 ]

Properties

$all

Specifying $all for the LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: Range.format.fill.color).

body

For EACH ITEM in the collection: Gets the body object of the section. This doesn't include the header/footer and other section metadata.

Property Details

$all

Specifying $all for the LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: Range.format.fill.color).

$all?: boolean;

Property Value

boolean

body

For EACH ITEM in the collection: Gets the body object of the section. This doesn't include the header/footer and other section metadata.

body?: Word.Interfaces.BodyLoadOptions;

Property Value

Remarks

[ API set: WordApi 1.1 ]