Classe OdPath
Contenu
[
Cacher
]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 | Description |
|---|---|
| OdPath(parent) | Initialise une nouvelle instance de la classe OdPath. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| absolute_coordinates | bool | r/w | Obtient ou définit une valeur indiquant si [absolute coordinates]. |
| données | string | r/w | Obtient ou définit les données. |
| enhanced_path | OdGraphicObject[] | r/w | Obtient ou définit le chemin amélioré. |
| éléments | System.Collections.Generic.List`1[[Aspose.Imaging.FileFormats.OpenDocument.OdObject]] | r | Obtient les éléments. |
| couche | string | r/w | Obtient ou définit la couche. |
| parent | OdObject | r | Obtient l’objet parent. |
| rectangle | RectangleF | r/w | Obtient ou définit le rectangle. |
| style | OdGraphicStyle | r/w | Obtient ou définit le style. |
| style_name | string | r/w | Obtient ou définit le nom du style. |
| text_style_name | string | r/w | Obtient ou définit le nom du style de texte. |
Constructor: OdPath(parent)
OdPath(parent)
Initialise une nouvelle instance de la classe OdPath.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| parent | OdObject | Le parent. |