public final class HeadingStyle
extends com.aspose.ms.System.Enum
Defines the available serialization styles for headings. For specification see CommonMark - ATX headings, respectively CommonMark - Setext headings.
Modifier and Type | Field and Description |
---|---|
static int |
Atx
Prefix headings with '#'
|
static int |
Setext
Underscore level 1 and 2 headings with "======" respectively "------"
|
public static final int Atx
Prefix headings with '#'
public static final int Setext
Underscore level 1 and 2 headings with "======" respectively "------"
Setext heading are only available for level 1 and 2 headings. Even with the heading style set to Setext, Atx style will be used for level 3 and above headings.Copyright © 2024 Aspose. All Rights Reserved.