HeadingStyles interface
Office 2013 and later
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)
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: