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

NameTypeAccessDescription
namestrRead/WriteGets or sets the name.
clsidbytesRead/WriteGets or sets the clsid.
state_bitsintRead/WriteGets or sets the state bits.
creation_timeFileTimeRead/WriteGets or sets the creation time.
modified_timeFileTimeRead/WriteGets or sets the modified time.
childrenlist["CFBStorage | CFBStream"]Read/WriteGets or sets the children.

Methods

SignatureDescription
add_storage(storage: "CFBStorage")"CFBStorage"Adds a child CFBStorage to this storage and returns the added storage
add_stream(stream: CFBStream)CFBStreamAdds a CFBStream to this storage and returns the created stream

See Also