com.aspose.tasks

Interfaces

Classes

Exceptions

com.aspose.tasks

Class TableCollection

    • Method Detail

      • add

        public final boolean add(Table item)

        Adds the specified item to this collection.

        Specified by:
        add in interface Collection<Table>
        Overrides:
        add in class AbstractCollection<Table>
        Parameters:
        item - the specified item to add to this collection.
        Returns:
        true if adding operation was successful and the item is added to the collection.
      • contains

        public final boolean contains(Table item)

        Returns true if the specified item is found in this collection; otherwise, false.

        Parameters:
        item - the specified item to find.
        Returns:
        true if the specified item is found in this collection; otherwise, false.
      • copyTo

        public final void copyTo(Table[] array,
                                 int arrayIndex)

        Copies the elements of this collection to the specified array, starting at the specified array index.

        Parameters:
        array - the specified one-dimensional array to copy elements to
        arrayIndex - the zero-based index of the specified array at which copying begins.
      • getParentProject

        public final Project getParentProject()

        Gets the parent of the Table object. Read-only Project.

        Returns:
        the parent of the Table object.
      • remove

        public final boolean remove(Table item)

        Removes the first occurrence of a specific object from this collection.

        Parameters:
        item - the specified object to remove.
        Returns:
        true if the specified object was successfully removed from this collection; otherwise, false.
      • size

        public final int size()

        Gets the number of elements contained in this collection.

        Specified by:
        size in interface Collection<Table>
        Specified by:
        size in class AbstractCollection<Table>
        Returns:
        the number of elements contained in this collection.
      • toList

        public final List<Table> toList()

        Converts a table collection to a list of Table objects.

        Returns:
        Generic list of Table objects.