LoadFormat
Overview
LoadFormat is a enum in Aspose.Words for Python.
Document load format constants (mirrors aspose.words.LoadFormat).
Values
| 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 |