MarkdownSaveOptions

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

NameTypeAccessDescription
table_content_alignmentstrReadGets the table content alignment.
list_export_modestrReadGets the list export mode.
export_images_as_base64boolReadGets the export images as base64.
images_folderstrReadGets the images folder.
images_folder_aliasstrReadGets the images folder alias.
export_underline_formattingboolReadGets the export underline formatting.
link_export_modestrReadGets the link export mode.
export_as_htmlstrReadGets the export as html.
empty_paragraph_export_modestrReadGets the empty paragraph export mode.
image_resolutionintReadGets the image resolution.
save_formatstrReadGets the save format.
encodingstrReadGets the encoding.
paragraph_breakstrReadGets the paragraph break.

Methods

SignatureDescription
__init__()

See Also