Class OdEquation
Class OdEquation
De naam: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic Verzameling: Aspose.Imaging.dll (25.4.0)
De open documentenquatie
[JsonObject(MemberSerialization.OptIn)]
public class OdEquation : OdGraphicObject
Inheritance
object ← OdObject ← OdGraphicObject ← OdEquation
Geëerbiede leden
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)
Initialiseert een nieuwe instantie van de Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdEquation klasse.
public OdEquation(OdObject parent)
Parameters
parent
OdObject
De ouders.
Properties
Formula
Geeft of zet de formule.
[JsonProperty]
public string Formula { get; set; }
Eigendomswaarde
Name
Geeft of zet de naam.
[JsonProperty]
public string Name { get; set; }
Eigendomswaarde
Value
Geeft of bepaalt de waarde.
[JsonProperty]
public float Value { get; set; }