HeadingStyle Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a style used to build a table of contents or figures.
public interface class HeadingStyle
[System.Runtime.InteropServices.Guid("0002098B-0000-0000-C000-000000000046")]
public interface HeadingStyle
type HeadingStyle = interface
Public Interface HeadingStyle
- Attributes
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(Object, Int16) method to add a style to the HeadingStyles collection.
Properties
Application |
Returns an Application object that represents the Microsoft Word application. |
Creator |
Returns a 32-bit integer that indicates the application in which the specified object was created. |
Level |
Returns or sets the level for the heading style in a table of contents or table of figures. |
Parent |
Returns an object that represents the parent object of the specified object. |
Style |
Returns or sets the style for the specified object. |
Methods
Delete() |
Deletes the specified object. |