|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILayoutable
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 |
---|
float getX()
Specifies the x location (left) of the chart element as a fraction of the width of the chart.
Read/write float
.
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
.
float getY()
Specifies the top of the chart element as a fraction of the height of the chart.
Read/write float
.
void setY(float value)
Specifies the top of the chart element as a fraction of the height of the chart.
Read/write float
.
float getWidth()
Specifies the width of the chart element as a fraction of the width of the chart.
Read/write float
.
void setWidth(float value)
Specifies the width of the chart element as a fraction of the width of the chart.
Read/write float
.
float getHeight()
Specifies the height of the chart element as a fraction of the height of the chart.
Read/write float
.
void setHeight(float value)
Specifies the height of the chart element as a fraction of the height of the chart.
Read/write float
.
float getRight()
Gets the right of the chart element as a fraction of the width of the chart.
Read/write float
.
float getBottom()
Gets the top of the chart element as a fraction of the height of the chart.
Read/write float
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |