Clase OdPath
Contenido
[
Ocultar
]Summary: The open document object path
Module: aspose.imaging.fileformats.opendocument.objects.graphic
Full Name: aspose.imaging.fileformats.opendocument.objects.graphic.OdPath
Inheritance: OdStyledObject
Constructors
| Name | Descripción |
|---|---|
| OdPath(parent) | Inicializa una nueva instancia de la clase OdPath. |
Properties
| Name | Type | Access | Descripción |
|---|---|---|---|
| absolute_coordinates | bool | r/w | Obtiene o establece un valor que indica si [absolute coordinates]. |
| datos | string | r/w | Obtiene o establece los datos. |
| enhanced_path | OdGraphicObject[] | r/w | Obtiene o establece la ruta mejorada. |
| 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: OdPath(parent)
OdPath(parent)
Inicializa una nueva instancia de la clase OdPath.
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| parent | OdObject | El padre. |