OdPage 类
Summary: The Open document page.
Module: aspose.imaging.fileformats.opendocument.objects.graphic
Full Name: aspose.imaging.fileformats.opendocument.objects.graphic.OdPage
Inheritance: OdGraphicObject
Constructors
| Name | 描述 |
|---|---|
| OdPage(parent) | 初始化 OdPage 类的新实例。 |
Properties
| Name | Type | Access | 描述 |
|---|---|---|---|
| absolute_coordinates | bool | r/w | 获取或设置指示是否使用 [absolute coordinates] 的值。 |
| 项 | System.Collections.Generic.List`1[[Aspose.Imaging.FileFormats.OpenDocument.OdObject]] | r | 获取项目。 |
| master_page_name | string | r/w | 获取或设置母版页的名称。 |
| 名称 | string | r/w | 获取或设置名称。 |
| parent | OdObject | r | 获取父对象。 |
| style_name | string | r/w | 获取或设置样式的名称。 |
Constructor: OdPage(parent)
OdPage(parent)
初始化 OdPage 类的新实例。
Parameters:
| 参数 | Type | Description |
|---|---|---|
| parent | OdObject | 父对象。 |