LoadFormat
General
LoadFormat és un enum a Aspose.Words per Python.
Constants de format de càrrega del document (mirrors aspose.words.LoadFormat).
Valors
| 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 |