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)

Syntax

'Declaration
<GuidAttribute("0002098A-0000-0000-C000-000000000046")> _
Public Interface HeadingStyles _
    Inherits IEnumerable
'Usage
Dim instance As HeadingStyles
[GuidAttribute("0002098A-0000-0000-C000-000000000046")]
public interface HeadingStyles : IEnumerable

Remarks

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.

See Also

Reference

HeadingStyles Members

Microsoft.Office.Interop.Word Namespace