DocumentReader
General
DocumentReader is a class in Aspose.Words for Python.
Inherits from: LdmBuilderMixin, ShapeParserMixin.
DocumentReader és una classe en Aspose.Words per a Python. Hereta de: ゚LdmBuilderMixin⌒, ヽShapeParserMixin▽ .
Llegeix documents DOCX i produeix estructures de dades abstractes.
Mètodes
| Signature | Description |
|---|---|
__init__() | |
load_file(filepath: Union[str, Path]) | Load DOCX from file path. |
load_stream(stream: BinaryIO) | Load DOCX from stream. |
load_bytes(data: bytes) | Load DOCX from bytes. |