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)

Syntax

'Declaration
<GuidAttribute("0002098B-0000-0000-C000-000000000046")> _
Public Interface HeadingStyle
'Usage
Dim instance As HeadingStyle
[GuidAttribute("0002098B-0000-0000-C000-000000000046")]
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.

See Also

Reference

HeadingStyle Members

Microsoft.Office.Interop.Word Namespace