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)

Usage

Public Class eadingStylesImplementation
    Implements HeadingStyles
End Class
Dim eadingStylesImplementation1 As New eadingStylesImplementation()

Syntax

Public Interface HeadingStyles
    Inherits IEnumerable
public interface HeadingStyles : IEnumerable
public interface class HeadingStyles : public IEnumerable
public interface HeadingStyles implements IEnumerable
public interface HeadingStyles implements 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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

HeadingStyles Members