|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ChartTitleEx
public class ChartTitleEx
Represents chart title properties.
Method Summary | |
---|---|
FormatEx |
getFormat()
Returns the fill, line, effect styles of a title. |
float |
getHeight()
Returns or sets the height of a legend in points. |
boolean |
getOverlay()
Determines whether other chart elements shall be allowed to overlap title. |
TextFrameEx |
getText()
Returns text frame of a chart title. |
float |
getWidth()
Returns or sets the width of a legend in points. |
float |
getX()
Returns or sets the x coordinate of a legend in points. |
float |
getY()
Returns or sets the y coordinate of a legend in points. |
void |
setHeight(float value)
|
void |
setOverlay(boolean value)
|
void |
setWidth(float value)
|
void |
setX(float value)
|
void |
setY(float value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public float getX()
Returns or sets the x coordinate of a legend in points.
Read/write float
.
public void setX(float value)
public float getY()
Returns or sets the y coordinate of a legend in points.
Read/write float
.
public void setY(float value)
public float getWidth()
Returns or sets the width of a legend in points.
Read/write float
.
public void setWidth(float value)
public float getHeight()
Returns or sets the height of a legend in points.
Read/write float
.
public void setHeight(float value)
public boolean getOverlay()
Determines whether other chart elements shall be allowed to overlap title.
Read/write bool
.
public void setOverlay(boolean value)
public TextFrameEx getText()
Returns text frame of a chart title.
public FormatEx getFormat()
Returns the fill, line, effect styles of a title.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |