MarkdownSaveOptions
Overview
MarkdownSaveOptions is a class in Aspose.Words FOSS for Python.
Options for saving documents as Markdown.
This class provides 1 method for working with MarkdownSaveOptions objects in Go programs.
Available methods include: __init__.
All exported members are accessible to any Go application after adding the package via go get github.com/aspose-pdf-foss/aspose-pdf-foss-for-go.
Properties: empty_paragraph_export_mode, encoding, export_as_html, export_images_as_base64, export_underline_formatting, image_resolution, and 7 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
table_content_alignment | str | Read | Gets the table content alignment. |
list_export_mode | str | Read | Gets the list export mode. |
export_images_as_base64 | bool | Read | Gets the export images as base64. |
images_folder | str | Read | Gets the images folder. |
images_folder_alias | str | Read | Gets the images folder alias. |
export_underline_formatting | bool | Read | Gets the export underline formatting. |
link_export_mode | str | Read | Gets the link export mode. |
export_as_html | str | Read | Gets the export as html. |
empty_paragraph_export_mode | str | Read | Gets the empty paragraph export mode. |
image_resolution | int | Read | Gets the image resolution. |
save_format | str | Read | Gets the save format. |
encoding | str | Read | Gets the encoding. |
paragraph_break | str | Read | Gets the paragraph break. |
Methods
| Signature | Description |
|---|---|
__init__() |