Class OdEquation
- Namespace
- Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic
- Assembly
- Aspose.Imaging.dll
The open document equation
public class OdEquation : OdGraphicObject
- Inheritance
-
OdEquation
- Inherited Members
Constructors
OdEquation(OdObject)
Initializes a new instance of the OdEquation class.
public OdEquation(OdObject parent)
Parameters
parent
OdObjectThe parent.
Properties
Formula
Gets or sets the formula.
public string Formula { get; set; }
Property Value
- string
The formula.
Name
Gets or sets the name.
public string Name { get; set; }
Property Value
- string
The name.
Value
Gets or sets the value.
public float Value { get; set; }
Property Value
- float
The value.