com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class Rows

  • All Implemented Interfaces:
    Iterable<Row>


    public final class Rows
    extends Object
    implements Iterable<Row>

    Represents a rows collection of table.

    • Constructor Detail

      • Rows

        public Rows()
    • Method Detail

      • add

        public Row add()

        Add row to collection.

        Returns:
        The new row
      • add

        public void add(Row row)

        Add row to cellection.

        Parameters:
        row - The new row.
      • indexOf

        public int indexOf(Row row)

        Returns index of row in collection.

        Parameters:
        row - The existing row.
        Returns:
        The row index
      • remove

        public void remove(Row row)

        Remove row from collection.

        Parameters:
        row - The existing row.
      • removeAt

        public void removeAt(int index)

        Remove row at position from collection.

        Parameters:
        index - The collection index.
      • removeRange

        public void removeRange(int index,
                                int count)

        Remove row set from collection.

        Parameters:
        index - The collection index.
        count - The rows count.
      • iterator_Rename_Namesake

        public com.aspose.ms.System.Collections.IEnumerator iterator_Rename_Namesake()
        ReservedForInternalUse For internal usage only.
        Returns:
        IEnumerator object
      • iterator

        public Iterator<Row> iterator()

        Gets collection's enumerator

        Specified by:
        iterator in interface Iterable<Row>
        Returns:
        Iterator of Row instances
      • dispose

        public void dispose()

        Dispose method

      • getCount

        public int getCount()

        The items count.

        Returns:
        int value
      • get_Item

        public Row get_Item(int index)

        Gets row.

        Parameters:
        index - The row index.
        Returns:
        Row object
      • set_Item

        public void set_Item(int index,
                             Row value)

        Sets row.

        Parameters:
        index - The row index.
        value - Row object