Class OdEquation
Class OdEquation
Der Name: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic Versammlung: Aspose.Imaging.dll (25.4.0)
Die Open Document Gleichung
[JsonObject(MemberSerialization.OptIn)]
public class OdEquation : OdGraphicObject
Inheritance
object ← OdObject ← OdGraphicObject ← OdEquation
Vererbte Mitglieder
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)
Initialisiert eine neue Instanz der Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdEquation Klasse.
public OdEquation(OdObject parent)
Parameters
parent
OdObject
Der Elternteil.
Properties
Formula
Sie erhalten oder setzen die Formel.
[JsonProperty]
public string Formula { get; set; }
Eigentumswert
Name
Gibt oder setzt den Namen.
[JsonProperty]
public string Name { get; set; }
Eigentumswert
Value
Sie erhalten oder setzen den Wert.
[JsonProperty]
public float Value { get; set; }