OdEquation
Contents
[
Hide
]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
Constructor | Description |
---|---|
OdEquation(OdObject parent) | Initializes a new instance of the OdEquation class. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
parent | OdObject | The 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:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The 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:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The 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:
Parameter | Type | Description |
---|---|---|
value | float | The value. |