Edit

Word.Interfaces.HeadingStyleData interface

An interface describing the data returned by calling headingStyle.toJSON().

Remarks

Used by

Properties

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

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?: number;

Property Value

number

Remarks

API set: WordApiDesktop 1.4

name

Specifies the name of style for a heading.

name?: string;

Property Value

string

Remarks

API set: WordApiDesktop 1.4