Packages

 

com.aspose.imaging.fileformats.opendocument.objects.graphic

Class OdEquation



  • public class OdEquation
    extends OdGraphicObject

    The open document equation

    • Constructor Detail

      • OdEquation

        public OdEquation(OdObject parent)

        Initializes a new instance of the OdEquation class.

        Parameters:
        parent - The parent.
    • Method Detail

      • getName

        public String getName()

        Gets or sets the name.

        Returns:
        The name.
      • setName

        public void setName(String value)

        Gets or sets the name.

        Parameters:
        value - The name.
      • getFormula

        public String getFormula()

        Gets or sets the formula.

        Returns:
        The formula.
      • setFormula

        public void setFormula(String value)

        Gets or sets the formula.

        Parameters:
        value - The formula.
      • getValue

        public float getValue()

        Gets or sets the value.

        Returns:
        The value.
      • setValue

        public void setValue(float value)

        Gets or sets the value.

        Parameters:
        value - The value.