DocumentFormatReader

DocumentFormatReader

概要

DocumentFormatReader は Aspose.Words for Python のクラスです。
継承元: Protocol

すべてのドキュメントリーダーが実装しなければならないインターフェイスを定義するプロトコル。

方法

シグネチャ説明
load_file(filepath: Union[str, Path])
load_stream(stream: BinaryIO)
load_bytes(data: bytes)
to_light_document()ldm.Document
 日本語