OdObject 类
Summary: The open document object.
Module: aspose.imaging.fileformats.opendocument
Full Name: aspose.imaging.fileformats.opendocument.OdObject
Constructors
| Name | 描述 |
|---|---|
| OdObject() | 初始化 OdObject 类的新实例。 |
| OdObject(parent) | 初始化 OdObject 类的新实例。 |
Properties
| Name | Type | Access | 描述 |
|---|---|---|---|
| 项 | System.Collections.Generic.List`1[[Aspose.Imaging.FileFormats.OpenDocument.OdObject]] | r | 获取项目。 |
| parent | OdObject | r | 获取父对象。 |
Constructor: OdObject()
OdObject()
初始化 OdObject 类的新实例。
Constructor: OdObject(parent)
OdObject(parent)
初始化 OdObject 类的新实例。
Parameters:
| 参数 | Type | Description |
|---|---|---|
| parent | OdObject | 父对象。 |