Clase OdContainer
Summary: The Container
Module: aspose.imaging.fileformats.opendocument.objects.graphic
Full Name: aspose.imaging.fileformats.opendocument.objects.graphic.OdContainer
Inheritance: OdStyledObject
Constructors
| Name | Descripción |
|---|---|
| OdContainer(parent) | Inicializa una nueva instancia de la clase OdContainer. |
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. |
| parent | OdObject | r | Obtiene el objeto padre. |
| rectangle | RectangleF | r/w | Obtiene o establece el rectángulo. |
| style | OdGraphicStyle | r/w | Obtiene o establece el estilo. |
Constructor: OdContainer(parent)
OdContainer(parent)
Inicializa una nueva instancia de la clase OdContainer.
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| parent | OdObject | El padre. |