com.aspose.slides
Interface ILayoutable

All Superinterfaces:
IChartComponent, IPresentationComponent, ISlideComponent
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()
           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.
 
Methods inherited from interface com.aspose.slides.IChartComponent
getChart
 
Methods inherited from interface com.aspose.slides.ISlideComponent
getSlide
 
Methods inherited from interface com.aspose.slides.IPresentationComponent
getPresentation
 

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/write float.


getBottom

float getBottom()

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



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.