|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.xls.core.spreadsheet.XlsObject
com.spire.xls.core.spreadsheet.charts.XlsChartLegend
public class XlsChartLegend
| Constructor Summary | |
|---|---|
XlsChartLegend(java.lang.Object parent)
|
|
| Method Summary | |
|---|---|
void |
clear()
Clears chart legend. |
XlsChartLegend |
deepClone(java.lang.Object parent,
java.util.HashMap dicFontIndexes,
java.util.HashMap dicNewSheetNames)
Clones current object. |
void |
delete()
Deletes chart legend. |
boolean |
getAutoPosition()
Automatic positioning . |
boolean |
getAutoPositionX()
X positioning is automatic. |
boolean |
getAutoPositionY()
Y positioning is automatic. |
IChartFrameFormat |
getFrameFormat()
|
int |
getHeight()
Y-size. |
boolean |
getIncludeInLayout()
Show legend without overlapping. |
boolean |
getInnerLayoutTarget()
|
IChartLegendEntries |
getLegendEntries()
Represents legend entries collection. |
LegendPositionType |
getPosition()
Legend position type. |
IChartTextArea |
getTextArea()
Return text area of legend. |
int |
getWidth()
X-size. |
int |
getX()
X-position of upper-left corner. |
int |
getY()
Y-position of upper-left corner. |
boolean |
hasDataTable()
True if chart contains data table. |
void |
hasDataTable(boolean value)
True if chart contains data table. |
boolean |
isHMode()
false value Specifies that the Height shall be interpreted as the Bottom of the chart element.. |
void |
isHMode(boolean value)
false value Specifies that the Height shall be interpreted as the Bottom of the chart element.. |
boolean |
isVerticalLegend()
Indicates whether if vertical legend. |
void |
isVerticalLegend(boolean value)
Indicates whether if vertical legend. |
boolean |
isWMode()
false value Specifies that the Width shall be interpreted as the Right of the chart element.. |
void |
isWMode(boolean value)
false value Specifies that the Width shall be interpreted as the Right of the chart element.. |
boolean |
isXMode()
true value Specifies that the X shall be interpreted as the Left of the chart element.. |
void |
isXMode(boolean value)
true value Specifies that the X shall be interpreted as the Left of the chart element.. |
boolean |
isYMode()
true value Specifies that the Y shall be interpreted as the Top of the chart element.. |
void |
isYMode(boolean value)
true value Specifies that the Y shall be interpreted as the Top of the chart element.. |
void |
setAutoPositionX(boolean value)
X positioning is automatic. |
void |
setAutoPositionY(boolean value)
Y positioning is automatic. |
void |
setHeight(int value)
Y-size. |
void |
setIncludeInLayout(boolean value)
Show legend without overlapping. |
void |
setInnerLayoutTarget(boolean value)
|
void |
setPosition(LegendPositionType position)
Sets legend position type. |
void |
setWidth(int value)
X-size. |
void |
setX(int value)
X-position of upper-left corner. |
void |
setY(int value)
Y-position of upper-left corner. |
| Methods inherited from class com.spire.xls.core.spreadsheet.XlsObject |
|---|
dispose |
| Constructor Detail |
|---|
public XlsChartLegend(java.lang.Object parent)
| Method Detail |
|---|
public boolean getAutoPosition()
public IChartTextArea getTextArea()
getTextArea in interface IChartLegendpublic int getX()
getX in interface IChartLegendpublic void setX(int value)
setX in interface IChartLegendpublic int getY()
getY in interface IChartLegendpublic void setY(int value)
setY in interface IChartLegendpublic LegendPositionType getPosition()
getPosition in interface IChartLegendpublic void setPosition(LegendPositionType position)
setPosition in interface IChartLegendpublic boolean isVerticalLegend()
isVerticalLegend in interface IChartLegendpublic void isVerticalLegend(boolean value)
isVerticalLegend in interface IChartLegendpublic boolean getIncludeInLayout()
getIncludeInLayout in interface IChartLegendpublic void setIncludeInLayout(boolean value)
setIncludeInLayout in interface IChartLegendpublic boolean getInnerLayoutTarget()
getInnerLayoutTarget in interface IChartLegendpublic void setInnerLayoutTarget(boolean value)
setInnerLayoutTarget in interface IChartLegendpublic boolean isWMode()
isWMode in interface IChartLegendpublic void isWMode(boolean value)
isWMode in interface IChartLegendpublic boolean isHMode()
isHMode in interface IChartLegendpublic void isHMode(boolean value)
isHMode in interface IChartLegendpublic boolean isXMode()
isXMode in interface IChartLegendpublic void isXMode(boolean value)
isXMode in interface IChartLegendpublic boolean isYMode()
isYMode in interface IChartLegendpublic void isYMode(boolean value)
isYMode in interface IChartLegendpublic IChartLegendEntries getLegendEntries()
getLegendEntries in interface IChartLegendpublic int getWidth()
getWidth in interface IChartLegendpublic void setWidth(int value)
setWidth in interface IChartLegendpublic int getHeight()
getHeight in interface IChartLegendpublic void setHeight(int value)
setHeight in interface IChartLegendpublic boolean getAutoPositionX()
getAutoPositionX in interface IChartLegendpublic void setAutoPositionX(boolean value)
setAutoPositionX in interface IChartLegendpublic boolean getAutoPositionY()
getAutoPositionY in interface IChartLegendpublic void setAutoPositionY(boolean value)
setAutoPositionY in interface IChartLegendpublic IChartFrameFormat getFrameFormat()
public boolean hasDataTable()
public void hasDataTable(boolean value)
public void clear()
clear in interface IChartLegendpublic void delete()
delete in interface IChartLegend
public XlsChartLegend deepClone(java.lang.Object parent,
java.util.HashMap dicFontIndexes,
java.util.HashMap dicNewSheetNames)
parent - Parent object.dicFontIndexes - Array with new font indexes.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||