com.aspose.slides
Interface ILayoutable

All Superinterfaces:
IChartComponent
All Known Subinterfaces:
IChartPlotArea, IChartTitle, IDataLabel, ILegend
All Known Implementing Classes:
ChartPlotArea, ChartTitle, DataLabel, Legend

public interface ILayoutable
extends IChartComponent

Specifies the exact position of a chart element.


Method Summary
 float getBottom()
           
 float getHeight()
           
 float getRight()
           
 float getWidth()
           
 float getX()
           
 float getY()
           
 void setHeight(float value)
           
 void setWidth(float value)
           
 void setX(float value)
           
 void setY(float value)
           
 
Methods inherited from interface com.aspose.slides.IChartComponent
getChart
 

Method Detail

getX

float getX()

setX

void setX(float value)

getY

float getY()

setY

void setY(float value)

getWidth

float getWidth()

setWidth

void setWidth(float value)

getHeight

float getHeight()

setHeight

void setHeight(float value)

getRight

float getRight()

getBottom

float getBottom()