OdEquation Classe
Summary: The open document equation
Module: aspose.imaging.fileformats.opendocument.objects.graphic
Full Name: aspose.imaging.fileformats.opendocument.objects.graphic.OdEquation
Inheritance: OdGraphicObject
Constructors
| Name | Description |
|---|---|
| OdEquation(parent) | Initialise une nouvelle instance de la classe OdEquation. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| absolute_coordinates | bool | r/w | Obtient ou définit une valeur indiquant si [absolute coordinates]. |
| formule | string | r/w | Obtient ou définit la formule. |
| éléments | System.Collections.Generic.List`1[[Aspose.Imaging.FileFormats.OpenDocument.OdObject]] | r | Obtient les éléments. |
| nom | string | r/w | Obtient ou définit le nom. |
| parent | OdObject | r | Obtient l’objet parent. |
| value | float | r/w | Obtient ou définit la valeur. |
Constructor: OdEquation(parent)
OdEquation(parent)
Initialise une nouvelle instance de la classe OdEquation.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| parent | OdObject | Le parent. |