CFBDocument

Overview

CFBDocument is a class in Aspose.Email FOSS for Python.

Mutable Compound File Binary (CFB) document description.

Properties

NameTypeAccessDescription
rootCFBStorageReadProvides the root CFBStorage of the document
major_versionintReadIndicates the major version number of the CFB format
minor_versionintReadIndicates the minor version number of the CFB format
transaction_signature_numberintReadReturns the transaction signature number of the document

Methods

SignatureDescription
from_reader(reader: CFBReader)"CFBDocument"Creates a CFBDocument instance from the given CFBReader
build_storage(entry_id: int)CFBStorageReturns a CFBStorage representing the storage for the specified entry ID
from_file(path: Path | str)"CFBDocument"Loads a CFBDocument from a file path or Path object

See Also