TableOfContents.UseHeadingStyles Property
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.
True if built-in heading styles are used to create a table of contents.
public:
property bool UseHeadingStyles { bool get(); void set(bool value); };
public bool UseHeadingStyles { get; set; }
member this.UseHeadingStyles : bool with get, set
Public Property UseHeadingStyles As Boolean