|
|||||||||
| 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.XlsChartLegendEntry
public class XlsChartLegendEntry
| Constructor Summary | |
|---|---|
XlsChartLegendEntry(java.lang.Object parent)
|
|
| Method Summary | |
|---|---|
void |
clear()
Clears current data point |
XlsChartLegendEntry |
deepClone(java.lang.Object parent,
java.util.HashMap dicIndexes,
java.util.HashMap dicNewSheetNames)
Clones current object. |
void |
delete()
Deletes current legend entry. |
ChartBackgroundMode |
getBackgroundMode()
Display mode of the background. |
int |
getIndex()
Represents index in collection. |
int |
getLegendEntityIndex()
Legend-entry index. |
IChartTextArea |
getTextArea()
Returns text area. |
boolean |
isDeleted()
If true then this entry deleted. |
void |
isDeleted(boolean value)
If true then this entry deleted. |
boolean |
isFormatted()
Indicates whether the legend entry has been formatted. |
void |
isFormatted(boolean value)
True if the legend entry has been formatted. |
void |
setBackgroundMode(ChartBackgroundMode value)
Display mode of the background. |
void |
setLegendEntityIndex(int value)
Legend-entry index. |
| Methods inherited from class com.spire.xls.core.spreadsheet.XlsObject |
|---|
dispose |
| Constructor Detail |
|---|
public XlsChartLegendEntry(java.lang.Object parent)
| Method Detail |
|---|
public int getIndex()
public int getLegendEntityIndex()
public void setLegendEntityIndex(int value)
public IChartTextArea getTextArea()
getTextArea in interface IChartLegendEntrypublic boolean isDeleted()
isDeleted in interface IChartLegendEntrypublic void isDeleted(boolean value)
IChartLegendEntry
isDeleted in interface IChartLegendEntrypublic boolean isFormatted()
isFormatted in interface IChartLegendEntrypublic void isFormatted(boolean value)
IChartLegendEntry
isFormatted in interface IChartLegendEntrypublic ChartBackgroundMode getBackgroundMode()
getBackgroundMode in interface IChartLegendEntrypublic void setBackgroundMode(ChartBackgroundMode value)
setBackgroundMode in interface IChartLegendEntrypublic void clear()
public void delete()
delete in interface IChartLegendEntry
public XlsChartLegendEntry deepClone(java.lang.Object parent,
java.util.HashMap dicIndexes,
java.util.HashMap dicNewSheetNames)
parent - Parent object.dicIndexes - Dictionary with new font indexes.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||