xlschartdatapointscollection-ag凯发旗舰厅



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

java.lang.object
  extended by com.spire.xls.core.spreadsheet.xlsobject
      extended by com.spire.xls.core.spreadsheet.charts.xlschartdatapointscollection
all implemented interfaces:
ichartdatapoints, java.lang.iterable
direct known subclasses:
chartdatapointscollection

public class xlschartdatapointscollection
extends xlsobject
implements ichartdatapoints

constructor summary
xlschartdatapointscollection(java.lang.object parent)
           
 
method summary
 void clear()
          removes all elements from the collection.
 void cleardataformats(xlschartseriedataformat format)
          clears all series data formats.
 java.lang.object (java.lang.object parent, xlsworkbook book, com.spire.ms.system.collections.generic.dictionary fontindexes, com.spire.ms.system.collections.generic.dictionary dicnewsheetnames)
          creates a new object that is a copy of the current instance.
 ichartdatapoint get(int index)
          returns single entry from the collection.
 ichartdatapoint getdefaultdatapoint()
          returns default data point which describes formats for data points without format.
 xlschartseriedataformat getdefaultpointformat()
          gets default data format or null.
 java.util.iterator iterator()
          returns an enumerator that iterates through a collection.
 
methods inherited from class com.spire.xls.core.spreadsheet.xlsobject
dispose
 
constructor detail

xlschartdatapointscollection

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

get

public ichartdatapoint get(int index)
returns single entry from the collection. read-only.
specified by:
get in interface ichartdatapoints
returns:

getdefaultdatapoint

public ichartdatapoint getdefaultdatapoint()
returns default data point which describes formats for data points without format. read-only.
specified by:
getdefaultdatapoint in interface ichartdatapoints
returns:

iterator

public java.util.iterator iterator()
returns an enumerator that iterates through a collection.
returns:
an iterator object that can be used to iterate through the collection.

clear

public void clear()
removes all elements from the collection.

cleardataformats

public void cleardataformats(xlschartseriedataformat format)
clears all series data formats.
parameters:
format - represents format to update.

getdefaultpointformat

public xlschartseriedataformat getdefaultpointformat()
gets default data format or null. read only.

deepclone

public java.lang.object deepclone(java.lang.object parent,
                                  xlsworkbook book,
                                  com.spire.ms.system.collections.generic.dictionary fontindexes,
                                  com.spire.ms.system.collections.generic.dictionary dicnewsheetnames)
creates a new object that is a copy of the current instance.
parameters:
parent - parent object for the cloned object.
book - parent workbook.
fontindexes - dictionary with new font indexes.
returns:
a new object that is a copy of this instance.


网站地图