Class OdEquation
Class OdEquation
Pôvodný názov: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic Zhromaždenie: Aspose.Imaging.dll (25.4.0)
Rovnováha otvoreného dokumentu
[JsonObject(MemberSerialization.OptIn)]
public class OdEquation : OdGraphicObject
Inheritance
object ← OdObject ← OdGraphicObject ← OdEquation
Z dedičných členov
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)
Initalizuje novú inštanciu Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdEquation triedy.
public OdEquation(OdObject parent)
Parameters
parent
OdObject
a rodičom .
Properties
Formula
Získajte alebo nastavíte vzorec.
[JsonProperty]
public string Formula { get; set; }
Hodnota nehnuteľnosti
Name
Dostane alebo nastaví názov.
[JsonProperty]
public string Name { get; set; }
Hodnota nehnuteľnosti
Value
Získať alebo nastaviť hodnotu.
[JsonProperty]
public float Value { get; set; }