LoadFormat
Oversigt over de forskellige former for støtte
LoadFormat er et enum i Aspose.Words for Python.
Dokumentindlæsningsformatkonstanser (spegler aspose.words.LoadFormat).
Valuer
| 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 |