com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface ILayoutable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      float getBottom()
      Gets the top of the chart element as a fraction of the height of the chart.
      float getHeight()
      Specifies the height of the chart element as a fraction of the height of the chart.
      float getRight()
      Gets the right of the chart element as a fraction of the width of the chart.
      float getWidth()
      Specifies the width of the chart element as a fraction of the width of the chart.
      float getX()
      Specifies the x location (left) of the chart element as a fraction of the width of the chart.
      float getY()
      Specifies the top of the chart element as a fraction of the height of the chart.
      void setHeight(float value)
      Specifies the height of the chart element as a fraction of the height of the chart.
      void setWidth(float value)
      Specifies the width of the chart element as a fraction of the width of the chart.
      void setX(float value)
      Specifies the x location (left) of the chart element as a fraction of the width of the chart.
      void setY(float value)
      Specifies the top of the chart element as a fraction of the height of the chart.
    • Method Detail

      • getX

        float getX()

        Specifies the x location (left) of the chart element as a fraction of the width of the chart. Read/write float.

      • setX

        void setX(float value)

        Specifies the x location (left) of the chart element as a fraction of the width of the chart. Read/write float.

      • getY

        float getY()

        Specifies the top of the chart element as a fraction of the height of the chart. Read/write float.

      • setY

        void setY(float value)

        Specifies the top of the chart element as a fraction of the height of the chart. Read/write float.

      • getWidth

        float getWidth()

        Specifies the width of the chart element as a fraction of the width of the chart. Read/write float.

      • setWidth

        void setWidth(float value)

        Specifies the width of the chart element as a fraction of the width of the chart. Read/write float.

      • getHeight

        float getHeight()

        Specifies the height of the chart element as a fraction of the height of the chart. Read/write float.

      • setHeight

        void setHeight(float value)

        Specifies the height of the chart element as a fraction of the height of the chart. Read/write float.

      • getRight

        float getRight()

        Gets the right of the chart element as a fraction of the width of the chart. Read-only float.

      • getBottom

        float getBottom()

        Gets the top of the chart element as a fraction of the height of the chart. Read-only float.