OdEquation Class
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) | Initializes a new instance of the OdEquation class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
absolute_coordinates | bool | r/w | Gets or sets a value indicating whether [absolute coordinates]. |
formula | string | r/w | Gets or sets the formula. |
items | list[OdObject] | r | Gets the items. |
name | string | r/w | Gets or sets the name. |
parent | OdObject | r | Gets the parent object. |
value | float | r/w | Gets or sets the value. |
Constructor: OdEquation(parent)
OdEquation(parent)
Initializes a new instance of the OdEquation class.
Parameters:
Parameter | Type | Description |
---|---|---|
parent | OdObject | The parent. |