CFBDocument
Overview
CFBDocument is a class in Aspose.Email FOSS for Python.
Mutable Compound File Binary (CFB) document description.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
root | CFBStorage | Read | Provides the root CFBStorage of the document |
major_version | int | Read | Indicates the major version number of the CFB format |
minor_version | int | Read | Indicates the minor version number of the CFB format |
transaction_signature_number | int | Read | Returns the transaction signature number of the document |
Methods
| Signature | Description |
|---|---|
from_reader(reader: CFBReader) → "CFBDocument" | Creates a CFBDocument instance from the given CFBReader |
build_storage(entry_id: int) → CFBStorage | Returns 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 |