Uses of Class
com.aspose.tasks.Table
-
-
Uses of Table in com.aspose.tasks
Methods in com.aspose.tasks that return Table Modifier and Type Method Description Table
View. getTable()
Gets a table of the single view.Methods in com.aspose.tasks that return types with arguments of type Table Modifier and Type Method Description Iterator<Table>
TableCollection. iterator()
List<Table>
TableCollection. toList()
Converts a table collection to a list ofTable
objects.Methods in com.aspose.tasks with parameters of type Table Modifier and Type Method Description boolean
TableCollection. add(Table item)
Adds the specified item to this collection.boolean
TableCollection. contains(Table item)
Returns true if the specified item is found in this collection; otherwise, false.void
TableCollection. copyTo(Table[] array, int arrayIndex)
Copies the elements of this collection to the specified array, starting at the specified array index.boolean
TableCollection. remove(Table item)
Removes the first occurrence of a specific object from this collection.void
View. setTable(Table value)
Sets a table of the single view.
-