CFBWriter
Overview
CFBWriter 是Python的Aspose.Email FOSS中的一个类.
复合文件二进制 (CFB) 容器的决定性串行仪.
这个类提供了在Python程序中使用CFBWriter对象的2种方法. 有的方法包括: to_bytes, write_file. 在安装Python包的Aspose.Email FOSS后,所有公众成员都可以访问任何 Python 应用程序.
Methods
| Signature | Description |
|---|---|
to_bytes(document: CFBDocument) → bytes | 将给定的 CFBDocument 串行成一个字节对象. |
| `write_file(document: CFBDocument, path: Path | str)` |