Uses of Interface
com.itextpdf.pdfua.checkers.utils.tables.ITableIterator
-
Packages that use ITableIterator Package Description com.itextpdf.pdfua.checkers.utils.tables -
-
Uses of ITableIterator in com.itextpdf.pdfua.checkers.utils.tables
Classes in com.itextpdf.pdfua.checkers.utils.tables that implement ITableIterator Modifier and Type Class Description (package private) classTableCellIteratorClass that iterates over the cells of a table.classTableStructElementIteratorCreates an iterator to iterate over the table structures.Fields in com.itextpdf.pdfua.checkers.utils.tables declared as ITableIterator Modifier and Type Field Description protected ITableIterator<T>AbstractResultMatrix. iteratorConstructors in com.itextpdf.pdfua.checkers.utils.tables with parameters of type ITableIterator Constructor Description AbstractResultMatrix(ITableIterator<T> iterator, PdfUAConformance conformance)Creates a newAbstractResultMatrixinstance.
-