Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Word.Interfaces.HeadingStyleData interface
- Package:
- word
An interface describing the data returned by calling headingStyle.toJSON().
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
name
Specifies the name of style for a heading.
name?: string;
Property Value
string
Remarks
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins
Feedback
Was this page helpful?
