Interface ITableDocumentPart
- All Known Implementing Classes:
TableDocumentPart
public interface ITableDocumentPart
Definition of a table document part.
-
Method Summary
Modifier and TypeMethodDescriptionint
Get the index of the first row in this document part, relative to the entire table document.getRows()
Get the rows contained in this part.
-
Method Details
-
getFirstRowIndex
int getFirstRowIndex()Get the index of the first row in this document part, relative to the entire table document.- Returns:
- the absolute index of the first row in this part
-
getRows
Get the rows contained in this part.- Returns:
- a list of rows
-