Class OdEquation
Class OdEquation
名称: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic 收藏: Aspose.Imaging.dll (25.4.0)
开放文件方程式
[JsonObject(MemberSerialization.OptIn)]
public class OdEquation : OdGraphicObject
Inheritance
object ← OdObject ← OdGraphicObject ← OdEquation
继承人
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)
启动 Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdEquation 类的新例子。
public OdEquation(OdObject parent)
Parameters
parent
OdObject
父母的。
Properties
Formula
接收或设置公式。
[JsonProperty]
public string Formula { get; set; }
财产价值
Name
接收或设置名称。
[JsonProperty]
public string Name { get; set; }
财产价值
Value
得到或设置值。
[JsonProperty]
public float Value { get; set; }