Classe OdPage
Contenu
[
Cacher
]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) | Initialise une nouvelle instance de la classe OdPage. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| absolute_coordinates | bool | r/w | Obtient ou définit une valeur indiquant si [absolute coordinates]. |
| éléments | System.Collections.Generic.List`1[[Aspose.Imaging.FileFormats.OpenDocument.OdObject]] | r | Obtient les éléments. |
| master_page_name | string | r/w | Obtient ou définit le nom de la page maître. |
| nom | string | r/w | Obtient ou définit le nom. |
| parent | OdObject | r | Obtient l’objet parent. |
| style_name | string | r/w | Obtient ou définit le nom du style. |
Constructor: OdPage(parent)
OdPage(parent)
Initialise une nouvelle instance de la classe OdPage.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| parent | OdObject | Le parent. |