chartlegendentriescoll-ag凯发旗舰厅
com.spire.xls.core.spreadsheet.charts
class chartlegendentriescoll
java.lang.object
com.spire.xls.core.spreadsheet.xlsobject
com.spire.xls.core.spreadsheet.charts.chartlegendentriescoll
- all implemented interfaces:
- ichartlegendentries
public class chartlegendentriescoll
- extends xlsobject
- implements ichartlegendentries
chartlegendentriescoll
public chartlegendentriescoll(java.lang.object parent)
getcount
public int getcount()
- description copied from interface:
ichartlegendentries
- represents count of legend entries in collection. read only.
- specified by:
getcount
in interface ichartlegendentries
get
public ichartlegendentry get(int iindex)
- description copied from interface:
ichartlegendentries
- gets legend entry object by index. read only.
- specified by:
get
in interface ichartlegendentries
add
public xlschartlegendentry add(int iindex)
add
public xlschartlegendentry add(int iindex,
xlschartlegendentry entry)
contains
public boolean contains(int iindex)
candelete
public boolean candelete(int iindex)
remove
public void remove(int iindex)
clear
public void clear()
deepclone
public chartlegendentriescoll deepclone(java.lang.object parent,
java.util.hashmap dicindexes,
java.util.hashmap dicnewsheetnames)
- clones current object.
- parameters:
parent
- parent for cloned object.dicindexes
- represents list with new font indexes.
- returns:
- returns cloned object.
updateentries
public void updateentries(int entryindex,
int value)
- adds value to entties index.
- parameters:
entryindex
- represents start entrie index.value
- represents value to add.