Clase OdCustomShape
Contenido
[
Ocultar
]Summary: The open document custom-shape.
Module: aspose.imaging.fileformats.opendocument.objects.graphic
Full Name: aspose.imaging.fileformats.opendocument.objects.graphic.OdCustomShape
Inheritance: OdStyledObject
Constructors
| Name | Descripción |
|---|---|
| OdCustomShape(parent) | Inicializa una nueva instancia de la clase OdCustomShape. |
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. |
| capa | string | r/w | Obtiene o establece la capa. |
| 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. |
| style_name | string | r/w | Obtiene o establece el nombre del estilo. |
| text_style_name | string | r/w | Obtiene o establece el nombre del estilo de texto. |
Constructor: OdCustomShape(parent)
OdCustomShape(parent)
Inicializa una nueva instancia de la clase OdCustomShape.
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| parent | OdObject | El padre. |