Interface TableExcerpt.Builder

    • Method Detail

      • rows

        TableExcerpt.Builder rows​(Collection<TableRow> rows)

        A list of rows in the table excerpt.

        Parameters:
        rows - A list of rows in the table excerpt.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • rows

        TableExcerpt.Builder rows​(TableRow... rows)

        A list of rows in the table excerpt.

        Parameters:
        rows - A list of rows in the table excerpt.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • totalNumberOfRows

        TableExcerpt.Builder totalNumberOfRows​(Integer totalNumberOfRows)

        A count of the number of rows in the original table within the document.

        Parameters:
        totalNumberOfRows - A count of the number of rows in the original table within the document.
        Returns:
        Returns a reference to this object so that method calls can be chained together.