Generated by
JDiff

Class com.itextpdf.pdfua.checkers.utils.tables.TableStructElementIterator

Changed Constructors
TableStructElementIterator( PdfStructElem, PdfUAValidationContext ) Documentation changed from old to new.
Creates a new TableStructElementIterator instance.
 

Changed Methods
int  getAmountOfRowsBody() Documentation changed from old to new.
Gets the number of rows in the body of the table.
int  getAmountOfRowsFooter() Documentation changed from old to new.
Gets the number of rows in the footer of the table.
int  getAmountOfRowsHeader() Documentation changed from old to new.
Gets the number of rows in the header of the table.
int  getCol() Documentation changed from old to new.
Gets the zero-based column index of the current table element.
int  getColspan() Documentation changed from old to new.
Gets the colspan attribute value of the current table element.
int  getNumberOfColumns() Documentation changed from old to new.
Gets the total number of columns in the table.
int  getRow() Documentation changed from old to new.
Gets the zero-based row index of the current table element.
int  getRowspan() Documentation changed from old to new.
Gets the rowspan attribute value of the current table element.
boolean  hasNext() Documentation changed from old to new.
Checks if there is a next element in the iteration.
PdfStructElem  next() Documentation changed from old to new.
Gets the next table structure element in the iteration.