Class CellResultMatrix
java.lang.Object
com.itextpdf.pdfua.checkers.utils.tables.AbstractResultMatrix<Cell>
com.itextpdf.pdfua.checkers.utils.tables.CellResultMatrix
Class that has the result of the algorithm that checks the table for PDF/UA compliance.
-
Field Summary
Fields inherited from class AbstractResultMatrix
iterator -
Constructor Summary
ConstructorsConstructorDescriptionCellResultMatrix(Table table, PdfUAValidationContext context) Creates a newCellResultMatrixinstance. -
Method Summary
Modifier and TypeMethodDescriptionprivate static PdfObjectgetAttribute(AccessibilityProperties props, PdfName name) (package private) byte[]getElementId(Cell cell) (package private) List<byte[]> getHeaders(Cell cell) (package private) String(package private) StringMethods inherited from class AbstractResultMatrix
checkValidTableTagging
-
Constructor Details
-
CellResultMatrix
Creates a newCellResultMatrixinstance.- Parameters:
table- The table that needs to be checked.context- The validation context.
-
-
Method Details
-
getHeaders
- Specified by:
getHeadersin classAbstractResultMatrix<Cell>
-
getScope
- Specified by:
getScopein classAbstractResultMatrix<Cell>
-
getElementId
- Specified by:
getElementIdin classAbstractResultMatrix<Cell>
-
getRole
- Specified by:
getRolein classAbstractResultMatrix<Cell>
-
getAttribute
-