|
|||||||||
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 ichartlegendentry
public boolean isdeleted()
isdeleted
in interface ichartlegendentry
public void isdeleted(boolean value)
ichartlegendentry
isdeleted
in interface ichartlegendentry
public boolean isformatted()
isformatted
in interface ichartlegendentry
public void isformatted(boolean value)
ichartlegendentry
isformatted
in interface ichartlegendentry
public chartbackgroundmode getbackgroundmode()
getbackgroundmode
in interface ichartlegendentry
public void setbackgroundmode(chartbackgroundmode value)
setbackgroundmode
in interface ichartlegendentry
public 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 |