Clase OdEquation
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 | Descripción |
|---|---|
| OdEquation(parent) | Inicializa una nueva instancia de la clase OdEquation. |
Properties
| Name | Type | Access | Descripción |
|---|---|---|---|
| absolute_coordinates | bool | r/w | Obtiene o establece un valor que indica si [absolute coordinates]. |
| fórmula | string | r/w | Obtiene o establece la fórmula. |
| elementos | System.Collections.Generic.List`1[[Aspose.Imaging.FileFormats.OpenDocument.OdObject]] | r | Obtiene los elementos. |
| nombre | string | r/w | Obtiene o establece el nombre. |
| parent | OdObject | r | Obtiene el objeto padre. |
| valor | float | r/w | Obtiene o establece el valor. |
Constructor: OdEquation(parent)
OdEquation(parent)
Inicializa una nueva instancia de la clase OdEquation.
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| parent | OdObject | El padre. |