xlsstylescollection-ag凯发旗舰厅
com.spire.xls.core.spreadsheet.collections
class xlsstylescollection
java.lang.object
com.spire.ms.system.collections.collectionbase
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
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. |
xlsstylescollection
public xlsstylescollection(java.lang.object parent)
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: