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 com.itextpdf.pdfua.checkers.utils.tables.AbstractResultMatrix
iterator
-
Constructor Summary
ConstructorsConstructorDescriptionCellResultMatrix
(Table table, PdfUAValidationContext context) Creates a newCellResultMatrix
instance. -
Method Summary
Modifier and TypeMethodDescriptionprivate static PdfObject
getAttribute
(AccessibilityProperties props, PdfName name) (package private) byte[]
getElementId
(Cell cell) (package private) List
<byte[]> getHeaders
(Cell cell) (package private) String
(package private) String
Methods inherited from class com.itextpdf.pdfua.checkers.utils.tables.AbstractResultMatrix
checkValidTableTagging
-
Constructor Details
-
CellResultMatrix
Creates a newCellResultMatrix
instance.- Parameters:
table
- The table that needs to be checked.context
- The validation context.
-
-
Method Details
-
getHeaders
- Specified by:
getHeaders
in classAbstractResultMatrix<Cell>
-
getScope
- Specified by:
getScope
in classAbstractResultMatrix<Cell>
-
getElementId
- Specified by:
getElementId
in classAbstractResultMatrix<Cell>
-
getRole
- Specified by:
getRole
in classAbstractResultMatrix<Cell>
-
getAttribute
-