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 TableView. 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 ofTableobjects.Methods in com.aspose.tasks with parameters of type Table Modifier and Type Method Description booleanTableCollection. add(Table item)Adds the specified item to this collection.booleanTableCollection. contains(Table item)Returns true if the specified item is found in this collection; otherwise, false.voidTableCollection. copyTo(Table[] array, int arrayIndex)Copies the elements of this collection to the specified array, starting at the specified array index.booleanTableCollection. remove(Table item)Removes the first occurrence of a specific object from this collection.voidView. setTable(Table value)Sets a table of the single view.
-