Class OdEquation
Class OdEquation
Namespace: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic
Assembly: Aspose.Imaging.dll (25.2.0)
The open document equation
[JsonObject(MemberSerialization.OptIn)]
public class OdEquation : OdGraphicObject
Inheritance
object ← OdObject ← OdGraphicObject ← OdEquation
Inherited Members
OdGraphicObject.AbsoluteCoordinates, OdObject.parent, OdObject.Parent, OdObject.Items, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
OdEquation(OdObject)
Initializes a new instance of the Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdEquation class.
public OdEquation(OdObject parent)
Parameters
parent
OdObject
The parent.
Properties
Formula
Gets or sets the formula.
[JsonProperty]
public string Formula { get; set; }
Property Value
Name
Gets or sets the name.
[JsonProperty]
public string Name { get; set; }
Property Value
Value
Gets or sets the value.
[JsonProperty]
public float Value { get; set; }