Style Properties

The Style type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleAliases
Gets all aliases of this style. If style has no aliases then empty array of string is returned.
Public propertyCode exampleBaseStyleName
Gets/sets the name of the style this style is based on.
Public propertyCode exampleBuiltIn
True if this style is one of the built-in styles in MS Word.
Public propertyCode exampleDocument
Gets the owner document.
Public propertyCode exampleFont
Gets the character formatting of the style.
Public propertyCode exampleIsHeading
True when the style is one of the built-in Heading styles.
Public propertyCode exampleIsQuickStyle
Specifies whether this style is shown in the Quick Style gallery inside MS Word UI.
Public propertyCode exampleLinkedStyleName
Gets the name of the Style linked to this one. Returns Empty string if no styles are linked.
Public propertyCode exampleList
Gets the list that defines formatting of this list style.
Public propertyCode exampleListFormat
Provides access to the list formatting properties of a paragraph style.
Public propertyCode exampleName
Gets or sets the name of the style.
Public propertyCode exampleNextParagraphStyleName
Gets/sets the name of the style to be applied automatically to a new paragraph inserted after a paragraph formatted with the specified style.
Public propertyCode exampleParagraphFormat
Gets the paragraph formatting of the style.
Public propertyCode exampleStyleIdentifier
Gets the locale independent style identifier for a built-in style.
Public propertyCode exampleStyles
Gets the collection of styles this style belongs to.
Public propertyCode exampleType
Gets the style type (paragraph or character).
See Also