Edit

Share via


Word.Interfaces.HeadingStyleLoadOptions interface

Represents a heading style used in a table of contents or table of figures.

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

level

Specifies the level for the heading style in a table of contents or table of figures. Must be a value from 1 to 9.

name

Specifies the name of style for a heading.

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

level

Specifies the level for the heading style in a table of contents or table of figures. Must be a value from 1 to 9.

level?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.4 ]

name

Specifies the name of style for a heading.

name?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.4 ]