itablecollection-ag凯发旗舰厅



com.spire.doc.interfaces
interface itablecollection

all superinterfaces:
icollectionbase, idocumentobjectcollection, java.lang.iterable
all known implementing classes:
tablecollection

public interface itablecollection
extends idocumentobjectcollection

represents a collection of itable.


method summary
 int add(itable table)
          adds a table to end of text body.
 boolean contains(itable table)
          determines whether the itablecollection contains a specific value.
 table get(int index)
          gets the itable at the specified index.
 int indexof(itable table)
          determines the index of a specific item in the collection.
 
methods inherited from interface com.spire.doc.interfaces.icollectionbase
getcount
 
method detail

get

table get(int index)
gets the itable at the specified index.
specified by:
get in interface idocumentobjectcollection
parameters:
index - the index
returns:
the table

add

int add(itable table)
adds a table to end of text body.
parameters:
table - the table.
returns:
the index

indexof

int indexof(itable table)
determines the index of a specific item in the collection.
parameters:
table - the table.
returns:
the index

contains

boolean contains(itable table)
determines whether the itablecollection contains a specific value.
parameters:
table - the table.
returns:
if table is found, set to true.


网站地图