Class OdEquation

Class OdEquation

Il nome: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic Assemblea: Aspose.Imaging.dll (25.4.0)

L’equazione del documento aperto

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

Inheritance

object OdObject OdGraphicObject OdEquation

I membri ereditari

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)

Inizia una nuova instanza della classe Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdEquation.

public OdEquation(OdObject parent)

Parameters

parent OdObject

Il genitore .

Properties

Formula

Ottieni o metti la formula.

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

Valore di proprietà

string

Name

Riceve o mette il nome.

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

Valore di proprietà

string

Value

Riceve o stabilisce il valore.

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

Valore di proprietà

float

 Italiano