ConversionOptions
概要
ConversionOptions は Aspose.Words for Python のクラスです。
DOCX から Markdown への変換を制御するオプション。
プロパティ
| 名前 | 種類 | アクセス | 説明 |
|---|---|---|---|
heading_style | HeadingStyle | 読み取り | |
list_marker | ListMarker | 読み取り | |
code_block_style | CodeBlockStyle | 読み取り | |
export_underline | bool | 読み取り | |
export_strikethrough | bool | 読み取り | |
export_headers_footers | bool | 読み取り | |
preserve_emphasis | bool | 読み取り | |
table_pipe_style | bool | 読み取り | |
wrap_width | Optional[int] | 読み取り | |
escape_special_chars | bool | 読み取り |