LoadFormat
Přehled
LoadFormat je enum v Aspose.Words pro Python.
Konstanty formátu zatížení dokumentu (odráží aspose.words.LoadFormat).
Hodnoty
| Value | Description |
|---|---|
AUTO | Represents automatic detection of the document’s input format |
DOC | Represents the legacy Microsoft Word binary (.doc) input format |
DOCX | Represents the Office Open XML Word (.docx) input format |
RTF | Represents the Rich Text Format (.rtf) input format |
TEXT | Represents plain text (.txt) input format |
MARKDOWN | Represents Markdown (.md) input format |