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) class
TableCellIterator
Class that iterates over the cells of a table.class
TableStructElementIterator
Creates 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. iterator
Constructors in com.itextpdf.pdfua.checkers.utils.tables with parameters of type ITableIterator Constructor Description AbstractResultMatrix(ITableIterator<T> iterator, PdfUAConformance conformance)
Creates a newAbstractResultMatrix
instance.
-