xlschartlegendentry-ag凯发旗舰厅



com.spire.xls.core.spreadsheet.charts
class xlschartlegendentry

java.lang.object
  extended by com.spire.xls.core.spreadsheet.xlsobject
      extended by com.spire.xls.core.spreadsheet.charts.xlschartlegendentry
all implemented interfaces:
ichartlegendentry
direct known subclasses:
chartlegendentry

public class xlschartlegendentry
extends xlsobject
implements ichartlegendentry

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

xlschartlegendentry

public xlschartlegendentry(java.lang.object parent)
method detail

getindex

public int getindex()
represents index in collection.

getlegendentityindex

public int getlegendentityindex()
legend-entry index.

setlegendentityindex

public void setlegendentityindex(int value)
legend-entry index.

gettextarea

public icharttextarea gettextarea()
returns text area. read-only.
specified by:
gettextarea in interface ichartlegendentry

isdeleted

public boolean isdeleted()
if true then this entry deleted. otherwise false.
specified by:
isdeleted in interface ichartlegendentry

isdeleted

public void isdeleted(boolean value)
description copied from interface: ichartlegendentry
if true then this entry deleted. otherwise false.
specified by:
isdeleted in interface ichartlegendentry

isformatted

public boolean isformatted()
indicates whether the legend entry has been formatted.
specified by:
isformatted in interface ichartlegendentry

isformatted

public void isformatted(boolean value)
description copied from interface: ichartlegendentry
true if the legend entry has been formatted.
specified by:
isformatted in interface ichartlegendentry

getbackgroundmode

public chartbackgroundmode getbackgroundmode()
display mode of the background.
specified by:
getbackgroundmode in interface ichartlegendentry

setbackgroundmode

public void setbackgroundmode(chartbackgroundmode value)
display mode of the background.
specified by:
setbackgroundmode in interface ichartlegendentry

clear

public void clear()
clears current data point

delete

public void delete()
deletes current legend entry.
specified by:
delete in interface ichartlegendentry

deepclone

public xlschartlegendentry deepclone(java.lang.object parent,
                                     java.util.hashmap dicindexes,
                                     java.util.hashmap dicnewsheetnames)
clones current object.
parameters:
parent - parent object.
dicindexes - dictionary with new font indexes.
returns:
returns cloned object.


网站地图