Class OdEquation

Class OdEquation

Nazwa przestrzeń: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic Zgromadzenie: Aspose.Imaging.dll (25.4.0)

Równanie otwartego dokumentu

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

Inheritance

object OdObject OdGraphicObject OdEquation

Dziedziczeni członkowie

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)

Inicjalizuje nową instancję klasy Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdEquation.

public OdEquation(OdObject parent)

Parameters

parent OdObject

z rodzicem .

Properties

Formula

Przyjmuje lub ustawia formułę.

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

Wartość nieruchomości

string

Name

Zostaw lub ustaw nazwę.

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

Wartość nieruchomości

string

Value

Otrzymuje lub ustala wartość.

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

Wartość nieruchomości

float

 Polski