Package | Description |
---|---|
com.aspose.pdf |
The com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library
which are either directly in it like
Document or indirectly through several
subpackages. |
com.aspose.pdf.markdownoptions |
The com.aspose.pdf.markdownoptions namespace contains specific options classes for a markdown conversion.
|
Modifier and Type | Method and Description |
---|---|
HeadingLevels |
AutoTaggingSettings.getHeadingLevels()
Gets or sets the heading levels used for determining the structure of headings in a PDF document.
|
Modifier and Type | Method and Description |
---|---|
static com.aspose.pdf.engine.pdftomarkdown.headerdetection.IHeaderDetector |
InternalHelper.MarkdownConverter_defineHeaderDetectorStrategy(IDocument document,
int headingRecognitionStrategy,
HeadingLevels headingLevels) |
void |
AutoTaggingSettings.setHeadingLevels(HeadingLevels value)
Gets or sets the heading levels used for determining the structure of headings in a PDF document.
|
Modifier and Type | Method and Description |
---|---|
HeadingLevels |
MarkdownSaveOptions.getHeadingLevels()
Defines expected heading levels to use in FontSize recognition headers strategy.
|
Modifier and Type | Method and Description |
---|---|
void |
MarkdownSaveOptions.setHeadingLevels(HeadingLevels value)
Defines expected heading levels to use in FontSize recognition headers strategy.
|
Copyright © 2025 Aspose. All Rights Reserved.