OdPage Class
Contents
[
Hide
]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 | Description |
---|---|
OdPage(parent) | Initializes a new instance of the OdPage class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
absolute_coordinates | bool | r/w | Gets or sets a value indicating whether [absolute coordinates]. |
items | list[OdObject] | r | Gets the items. |
master_page_name | string | r/w | Gets or sets the name of the master page. |
name | string | r/w | Gets or sets the name. |
parent | OdObject | r | Gets the parent object. |
style_name | string | r/w | Gets or sets the name of the style. |
Constructor: OdPage(parent)
OdPage(parent)
Initializes a new instance of the OdPage class.
Parameters:
Parameter | Type | Description |
---|---|---|
parent | OdObject | The parent. |