MarkdownSaveOptions

MarkdownSaveOptions

概述

MarkdownSaveOptions 是Python的Aspose.Words FOSS中的一个类.

保存文件作为Markdown的选项.

这个类提供了一个方法,用于在Python程序中使用MarkdownSaveOptions 对象. 有的方法包括: __init__. 在安装Python包的Aspose.Words FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: empty_paragraph_export_mode, encoding, export_as_html, export_images_as_base64, export_underline_formatting, image_resolution,另外7个.

属性

名称:类型Access描述情况
table_content_alignmentstr阅读获取表格内容对齐方式。.
list_export_modestr阅读获取列表导出模式。.
export_images_as_base64bool阅读获取导出图像的 base64。.
images_folderstr阅读获取图像文件夹。.
images_folder_aliasstr阅读获取图像文件夹别名。.
export_underline_formattingbool阅读获取导出下划线格式。.
link_export_modestr阅读获取链接导出模式。.
export_as_htmlstr阅读获取导出为 html。.
empty_paragraph_export_modestr阅读获取空段落导出模式。.
image_resolutionint阅读获取图像分辨率。.
save_formatstr阅读获取保存格式。.
encodingstr阅读获取编码。.
paragraph_breakstr阅读获取段落换行。.

方法

Signature描述情况
__init__()

查看更多

 中文