Aspose::Pdf::MarkdownSaveOptions class
Contents
[
Hide
]MarkdownSaveOptions class
Represents the document save option class in the markdown format.
class MarkdownSaveOptions : public Aspose::Pdf::UnifiedSaveOptions
Methods
Method | Description |
---|---|
get_AreaToExtract() const | Get or set an rectangle area to extract content to markdown. |
get_EmphasisStyle() const | Gets the style of emphasis for generated document. |
get_ExtractVectorGraphics() const | Gets and sets a property indicating whether vector graphics should be extracted. |
get_HeadingLevels() const | Defines expected heading levels to use in FontSize recognition headers strategy. If this property value is set, then header recognition PdfToMarkdown::HeadingRecognitionStrategy::Heuristic strategy will be selected when set PdfToMarkdown::HeadingRecognitionStrategy::Auto strategies even if the document contains bookmarks. |
get_HeadingRecognitionStrategy() const | Gets the heading recognition strategy. |
get_HeadingStyle() const | Gets the heading style for generated document. |
get_LineBreakStyle() const | Gets the line break style for generated document. |
get_ResourcesDirectoryName() const | Gets and sets the directory name to save document resources such as images. If the value is not specified, then the images will be written to the same directory as the markdown file itself. This is not path, it is only name! This directory will be automatically created in the directory with the saved markdown file. |
get_SubscriptAndSuperscriptConversion() const | Gets ans sets allowance to convert subscript and superscript. This value is true by default. |
get_UseImageHtmlTag() const | Gets and sets allowance to use of an img tag to insert images to the left and right of the text. In this case, in the markdown viewer, the text will wrap around the image. |
MarkdownSaveOptions() | Creates an instance option to save a document in markdown format. |
set_AreaToExtract(System::SharedPtr<Rectangle>) | Get or set an rectangle area to extract content to markdown. |
set_EmphasisStyle(Aspose::Pdf::PdfToMarkdown::EmphasisStyle) | Sets the style of emphasis for generated document. |
set_ExtractVectorGraphics(bool) | Gets and sets a property indicating whether vector graphics should be extracted. |
set_HeadingLevels(System::SharedPtr<Aspose::Pdf::PdfToMarkdown::HeadingLevels>) | Defines expected heading levels to use in FontSize recognition headers strategy. If this property value is set, then header recognition PdfToMarkdown::HeadingRecognitionStrategy::Heuristic strategy will be selected when set PdfToMarkdown::HeadingRecognitionStrategy::Auto strategies even if the document contains bookmarks. |
set_HeadingRecognitionStrategy(Aspose::Pdf::PdfToMarkdown::HeadingRecognitionStrategy) | Sets the heading recognition strategy. |
set_HeadingStyle(Aspose::Pdf::PdfToMarkdown::HeadingStyle) | Sets the heading style for generated document. |
set_LineBreakStyle(Aspose::Pdf::PdfToMarkdown::LineBreakStyle) | Sets the line break style for generated document. |
set_ResourcesDirectoryName(System::String) | Gets and sets the directory name to save document resources such as images. If the value is not specified, then the images will be written to the same directory as the markdown file itself. This is not path, it is only name! This directory will be automatically created in the directory with the saved markdown file. |
set_SubscriptAndSuperscriptConversion(bool) | Gets ans sets allowance to convert subscript and superscript. This value is true by default. |
set_UseImageHtmlTag(bool) | Gets and sets allowance to use of an img tag to insert images to the left and right of the text. In this case, in the markdown viewer, the text will wrap around the image. |
See Also
- Class UnifiedSaveOptions
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++