xlsstylescollection-ag凯发旗舰厅



com.spire.xls.core.spreadsheet.collections
class xlsstylescollection

java.lang.object
  extended by com.spire.ms.system.collections.collectionbase
      extended by 
          extended by com.spire.xls.core.spreadsheet.collections.xlsstylescollection
all implemented interfaces:
com.spire.ms.system.collections.icollection, com.spire.ms.system.collections.ienumerable, istyles, java.lang.iterable
direct known subclasses:
stylescollection

public class xlsstylescollection
extends
implements istyles

constructor summary
xlsstylescollection(java.lang.object parent)
           
 
method summary
 boolean contains(java.lang.string name)
          check collection contains style with specified name.
 istyle get(java.lang.string name)
          returns a single object from a collection.
 void remove(java.lang.string stylename)
          removes style from the colleciton.
 
methods inherited from interface com.spire.xls.core.istyles
get, getcount, getparent
 
constructor detail

xlsstylescollection

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

contains

public boolean contains(java.lang.string name)
check collection contains style with specified name.
specified by:
contains in interface istyles
parameters:
name - style name
returns:

remove

public void remove(java.lang.string stylename)
removes style from the colleciton.
specified by:
remove in interface istyles
parameters:
stylename - style name to remove.

get

public istyle get(java.lang.string name)
returns a single object from a collection. read-only.
specified by:
get in interface istyles
parameters:
name -
returns:


网站地图