|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.LegendEx
public class LegendEx
Represents chart's legend properties.
Method Summary | |
---|---|
FormatEx |
getFormat()
Returns the format of a legend. |
float |
getHeight()
Returns or sets the height of a legend in points. |
boolean |
getOverlay()
Determines whether other chart elements shall be allowed to overlap legend. |
int |
getPosition()
Specifies the position of the legend on a chart. |
TextFrameEx |
getTextProperties()
Represent text properties of Legend |
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 |
setPosition(int value)
|
void |
setTextProperties(TextFrameEx 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 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 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 boolean getOverlay()
Determines whether other chart elements shall be allowed to overlap legend.
Read/write bool
.
public void setOverlay(boolean value)
public int getPosition()
Specifies the position of the legend on a chart.
Read/write LegendPositionTypeEx
.
public void setPosition(int value)
public FormatEx getFormat()
Returns the format of a legend.
Read-only FormatEx
.
public TextFrameEx getTextProperties()
Represent text properties of Legend
public void setTextProperties(TextFrameEx value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |