Classe OdCustomShape
Contenuti
[
Nascondere
]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 | Descrizione |
|---|---|
| OdCustomShape(parent) | Inizializza una nuova istanza della classe OdCustomShape. |
Properties
| Name | Type | Access | Descrizione |
|---|---|---|---|
| absolute_coordinates | bool | r/w | Ottiene o imposta un valore che indica se [absolute coordinates]. |
| elementi | System.Collections.Generic.List`1[[Aspose.Imaging.FileFormats.OpenDocument.OdObject]] | r | Ottiene gli elementi. |
| livello | string | r/w | Ottiene o imposta il livello. |
| parent | OdObject | r | Ottiene l’oggetto genitore. |
| rectangle | RectangleF | r/w | Ottiene o imposta il rettangolo. |
| style | OdGraphicStyle | r/w | Ottiene o imposta lo stile. |
| style_name | string | r/w | Ottiene o imposta il nome dello stile. |
| text_style_name | string | r/w | Ottiene o imposta il nome dello stile di testo. |
Constructor: OdCustomShape(parent)
OdCustomShape(parent)
Inizializza una nuova istanza della classe OdCustomShape.
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| parent | OdObject | Il genitore. |