public class TableStructElementIterator extends Object
| Constructor and Description |
|---|
TableStructElementIterator(PdfStructElem tableStructElem,
PdfUAValidationContext context)
Creates a new
TableStructElementIterator instance. |
| Modifier and Type | Method and Description |
|---|---|
int |
getAmountOfRowsBody()
Gets the number of rows in the body of the table.
|
int |
getAmountOfRowsFooter()
Gets the number of rows in the footer of the table.
|
int |
getAmountOfRowsHeader()
Gets the number of rows in the header of the table.
|
int |
getCol()
Gets the column index of current position.
|
int |
getColspan()
Gets the colspan of the current position
|
int |
getNumberOfColumns()
Returns the amount of columns the table has.
|
int |
getRow()
Gets the row index of the current position.
|
int |
getRowspan()
Gets the rowspan of current position.
|
boolean |
hasNext()
Checks if there is a next element in the iteration.
|
PdfStructElem |
next()
Gets the next element in the iteration.
|
public TableStructElementIterator(PdfStructElem tableStructElem, PdfUAValidationContext context)
TableStructElementIterator instance.tableStructElem - the root table struct element.context - the validation context.public boolean hasNext()
true if there is a next element, false otherwise.public PdfStructElem next()
public int getAmountOfRowsBody()
public int getAmountOfRowsHeader()
public int getAmountOfRowsFooter()
public int getNumberOfColumns()
public int getRow()
public int getCol()
public int getRowspan()
public int getColspan()
Copyright © 1998–2024 Apryse Group NV. All rights reserved.