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; }

不動産価値

string

Name

取るか、名前を付けます。

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

不動産価値

string

Value

得るか、価値を設定するか。

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

不動産価値

float

 日本語