CFBStorage
Overview
CFBStorage is a class in Aspose.Email FOSS for Python.
Mutable storage node used by the CFB writer.
This class provides 2 methods for working with CFBStorage objects in Python programs.
Available methods include: add_storage, add_stream.
All public members are accessible to any Python application after installing the Aspose.Email FOSS for Python package.
Properties: children, clsid, creation_time, modified_time, name, state_bits.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | str | Read/Write | Gets or sets the name. |
clsid | bytes | Read/Write | Gets or sets the clsid. |
state_bits | int | Read/Write | Gets or sets the state bits. |
creation_time | FileTime | Read/Write | Gets or sets the creation time. |
modified_time | FileTime | Read/Write | Gets or sets the modified time. |
children | list["CFBStorage | CFBStream"] | Read/Write | Gets or sets the children. |
Methods
| Signature | Description |
|---|---|
add_storage(storage: "CFBStorage") → "CFBStorage" | Adds a child CFBStorage to this storage and returns the added storage |
add_stream(stream: CFBStream) → CFBStream | Adds a CFBStream to this storage and returns the created stream |