istyles-ag凯发旗舰厅



com.spire.xls.core
interface istyles

all superinterfaces:
java.lang.iterable
all known implementing classes:
stylescollection, xlsstylescollection

public interface istyles
extends java.lang.iterable

method summary
 boolean contains(java.lang.string name)
          method return true if collection contains style with speicfied by user name.
 istyle get(int index)
          returns a single object from a collection.
 istyle get(java.lang.string name)
          returns a single object from a collection.
 int getcount()
          returns the number of objects in the collection.
 java.lang.object getparent()
          returns the parent object for the specified object.
 void remove(java.lang.string stylename)
          removes style from the collection.
 
method detail

getcount

int getcount()
returns the number of objects in the collection. read-only, long.
returns:

get

istyle get(int index)
returns a single object from a collection.
parameters:
index -
returns:

get

istyle get(java.lang.string name)
returns a single object from a collection.
parameters:
name -
returns:

getparent

java.lang.object getparent()
returns the parent object for the specified object.
returns:

contains

boolean contains(java.lang.string name)
method return true if collection contains style with speicfied by user name.
parameters:
name - name to check.
returns:
true - if style exists, otherwise false.

remove

void remove(java.lang.string stylename)
removes style from the collection.
parameters:
stylename - style name to remove.


网站地图