Clase OdPage
Contenido
[
Ocultar
]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 | Descripción |
|---|---|
| OdPage(parent) | Inicializa una nueva instancia de la clase OdPage. |
Properties
| Name | Type | Access | Descripción |
|---|---|---|---|
| absolute_coordinates | bool | r/w | Obtiene o establece un valor que indica si [absolute coordinates]. |
| elementos | System.Collections.Generic.List`1[[Aspose.Imaging.FileFormats.OpenDocument.OdObject]] | r | Obtiene los elementos. |
| master_page_name | string | r/w | Obtiene o establece el nombre de la página maestra. |
| nombre | string | r/w | Obtiene o establece el nombre. |
| parent | OdObject | r | Obtiene el objeto padre. |
| style_name | string | r/w | Obtiene o establece el nombre del estilo. |
Constructor: OdPage(parent)
OdPage(parent)
Inicializa una nueva instancia de la clase OdPage.
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| parent | OdObject | El padre. |