OdEquation

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.opendocument.OdObject, com.aspose.imaging.fileformats.opendocument.objects.graphic.OdGraphicObject

public class OdEquation extends OdGraphicObject

The open document equation

Constructors

ConstructorDescription
OdEquation(OdObject parent)Initializes a new instance of the OdEquation class.

Methods

MethodDescription
getName()Gets or sets the name.
setName(String value)Gets or sets the name.
getFormula()Gets or sets the formula.
setFormula(String value)Gets or sets the formula.
getValue()Gets or sets the value.
setValue(float value)Gets or sets the value.

OdEquation(OdObject parent)

public OdEquation(OdObject parent)

Initializes a new instance of the OdEquation class.

Parameters:

ParameterTypeDescription
parentOdObjectThe parent.

getName()

public String getName()

Gets or sets the name.

Returns: java.lang.String - The name.

setName(String value)

public void setName(String value)

Gets or sets the name.

Parameters:

ParameterTypeDescription
valuejava.lang.StringThe name.

getFormula()

public String getFormula()

Gets or sets the formula.

Returns: java.lang.String - The formula.

setFormula(String value)

public void setFormula(String value)

Gets or sets the formula.

Parameters:

ParameterTypeDescription
valuejava.lang.StringThe formula.

getValue()

public float getValue()

Gets or sets the value.

Returns: float - The value.

setValue(float value)

public void setValue(float value)

Gets or sets the value.

Parameters:

ParameterTypeDescription
valuefloatThe value.