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_alignment | str | 阅读 | 获取表格内容对齐方式。. |
list_export_mode | str | 阅读 | 获取列表导出模式。. |
export_images_as_base64 | bool | 阅读 | 获取导出图像的 base64。. |
images_folder | str | 阅读 | 获取图像文件夹。. |
images_folder_alias | str | 阅读 | 获取图像文件夹别名。. |
export_underline_formatting | bool | 阅读 | 获取导出下划线格式。. |
link_export_mode | str | 阅读 | 获取链接导出模式。. |
export_as_html | str | 阅读 | 获取导出为 html。. |
empty_paragraph_export_mode | str | 阅读 | 获取空段落导出模式。. |
image_resolution | int | 阅读 | 获取图像分辨率。. |
save_format | str | 阅读 | 获取保存格式。. |
encoding | str | 阅读 | 获取编码。. |
paragraph_break | str | 阅读 | 获取段落换行。. |
方法
| Signature | 描述情况 |
|---|---|
__init__() |