接口 ITables
-
方法概要
修饰符和类型方法说明Creates a table that includes the specified range of cells and returns the newly created object.Creates a table that includes the specified range of cells and returns the newly created object.void
Generate the tables from json stringget
(int index) Gets theITable
at the specified index.Gets theITable
with the specified name.int
getCount()
Returns the number of objects in the collection.toJson()
Generate the string from tables从接口继承的方法 java.lang.Iterable
forEach, iterator, spliterator
-
方法详细资料
-
get
Gets theITable
with the specified name.- 参数:
name
- TheITable
name.
-
get
Gets theITable
at the specified index.- 参数:
index
- The index.
-
getCount
int getCount()Returns the number of objects in the collection. -
add
Creates a table that includes the specified range of cells and returns the newly created object.- 参数:
range
- The applied range.
-
add
Creates a table that includes the specified range of cells and returns the newly created object.- 参数:
range
- The applied range.containsHeader
- Whether the range contains a header.
-
fromJson
Generate the tables from json string- 参数:
json
-
-
toJson
String toJson()Generate the string from tables- 返回:
-