Aspose::Pdf::PdfToMarkdown::HeadingStyle enum
HeadingStyle enum
Defines the available serialization styles for headings. For specification see CommonMark - ATX headings, respectively CommonMark - Setext headings.
enum class HeadingStyle
Values
Name | Value | Description |
---|---|---|
Atx | 0 | Prefix headings with ‘#’. |
Setext | 1 | Underscore level 1 and 2 headings with “======” respectively “——”. |
See Also
- Namespace Aspose::Pdf::PdfToMarkdown
- Library Aspose.PDF for C++