DviDevice
DviDevice
概述
DviDevice 是Python的Aspose.Tex FOSS中的一个类. 继承人: OutputDevice.
输出设备–包裹 DviWriter.
这个类提供了在Python程序中使用DviDevice 对象的3种方法. 有的方法包括: __init__, finalize, get_bytes. 在安装Python包的Aspose.Tex FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: destination.
属性
| 名称: | 类型 | Access | 描述情况 |
|---|---|---|---|
destination | `Path | io.BytesIO` | 阅读 |
方法
| Signature | 描述情况 |
|---|---|
| `init(destination: Path | io.BytesIO |
finalize() | |
get_bytes() → `bytes | None` |