HeadingStyles interface

A collection of HeadingStyle objects that represent the styles used to compile a table of figures or table of contents.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

No code example is currently available or this language may not be supported.

Use the HeadingStyles property of the TablesOfContents or TablesOfFigures object to return the HeadingStyles collection.

Use the Add method to add a style to the HeadingStyles collection.

Use HeadingStyles(index), where index is the index number, to return a single HeadingStyle object. The index number represents the position of the style in the HeadingStyles collection.

Show: