Class OdEquation

Class OdEquation

İsim alanı : Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic Toplantı: Aspose.Imaging.dll (25.4.0)

Açık belge eşitliği

[JsonObject(MemberSerialization.OptIn)]
public class OdEquation : OdGraphicObject

Inheritance

object OdObject OdGraphicObject OdEquation

mirasçı üyeleri

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 sınıfının yeni bir örneğini başlatır.

public OdEquation(OdObject parent)

Parameters

parent OdObject

Bir ebeveyn.

Properties

Formula

Formül alın ya da alın.

[JsonProperty]
public string Formula { get; set; }

Mülkiyet Değer

string

Name

İsim alın ya da alın.

[JsonProperty]
public string Name { get; set; }

Mülkiyet Değer

string

Value

Değerini alır ya da belirler.

[JsonProperty]
public float Value { get; set; }

Mülkiyet Değer

float

 Türkçe