Class OdEquation
Class OdEquation
Tên không gian: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic Tổng hợp: Aspose.Imaging.dll (25.4.0)
Tương đương tài liệu mở
[JsonObject(MemberSerialization.OptIn)]
public class OdEquation : OdGraphicObject
Inheritance
object ← OdObject ← OdGraphicObject ← OdEquation
Thành viên thừa kế
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)
Bắt đầu một trường hợp mới của lớp Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdEquation.
public OdEquation(OdObject parent)
Parameters
parent
OdObject
cha mẹ .
Properties
Formula
Nhận hoặc đặt công thức.
[JsonProperty]
public string Formula { get; set; }
Giá trị bất động sản
Name
Nhận hoặc đặt tên.
[JsonProperty]
public string Name { get; set; }
Giá trị bất động sản
Value
Nhận hoặc đặt giá trị.
[JsonProperty]
public float Value { get; set; }