Table of Contents

Property MapHeadingsToStyles

Namespace
DocWright.Formats.Html
Assembly
DocWright.Formats.Html.dll

MapHeadingsToStyles

Gets or sets a value indicating whether an <h1> to <h6> element maps to the matching built-in Heading N paragraph style. True by default. When false the heading's own formatting is applied directly instead, which keeps a document self-describing at the cost of losing the outline structure.

public bool MapHeadingsToStyles { get; set; }

Property Value

bool