CFBStorage

Overview

CFBStorage 是Python的Aspose.Email FOSS中的一个类.

变性存储节点被CFB编写器使用.

本类提供了在Python程序中使用CFBStorage对象的2种方法. 有的方法包括: add_storage, add_stream. 在安装Python包的Aspose.Email FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: children, clsid, creation_time, modified_time, name, state_bits.

Properties

NameTypeAccessDescription
namestr阅读/写作得到或设置名字.
clsidbytes阅读/写作得到或设置clsid.
state_bitsint阅读/写作得到或设置状态的比特.
creation_timeFileTime阅读/写作获得或设置创建时间.
modified_timeFileTime阅读/写作得到或设置修改时间.
children`list[“CFBStorageCFBStream”]`阅读/写作

Methods

SignatureDescription
add_storage(storage: "CFBStorage")"CFBStorage"将子 CFBStorage 添加到此存储器,并返回所增加的存放器.
add_stream(stream: CFBStream)CFBStream将CFBStream添加到此存储器,并返回创建的流.

See Also

 中文