HeadingStyle Interface 

Represents a style used to build a table of contents or figures.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class eadingStyleImplementation
    Implements HeadingStyle
End Class
Dim eadingStyleImplementation1 As New eadingStyleImplementation()

Syntax

Public Interface HeadingStyle
public interface HeadingStyle
public interface class HeadingStyle
public interface HeadingStyle
public interface HeadingStyle

Remarks

The HeadingStyle object is a member of 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.

Use the Add method to add a style to 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

HeadingStyle Members