Word.Interfaces.HeadingStyleUpdateData interface
An interface for updating data on the HeadingStyle
object, for use in headingStyle.set({ ... })
.
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
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
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
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Specifies the name of style for a heading.
name?: string;
Property Value
string