Enum
HeadingExportStyle

Specifies how ATX and Setext heading syntax is emitted.

Definition

Namespace:Telerik.Windows.Documents.Flow.FormatProviders.Md

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

cs-api-definition
public enum HeadingExportStyle

Fields

Atx

ATX style: # Heading through ###### Heading.

Declaration

cs-api-definition
Atx = 0

Field Value

HeadingExportStyle

Setext

Setext style: underline with = for H1, - for H2; falls back to ATX for H3–H6.

Declaration

cs-api-definition
Setext = 1

Field Value

HeadingExportStyle

In this article
DefinitionFieldsAtxSetext
Not finding the help you need?
Contact Support