Class CellResultMatrix
- java.lang.Object
-
- com.itextpdf.pdfua.checkers.utils.tables.AbstractResultMatrix<Cell>
-
- com.itextpdf.pdfua.checkers.utils.tables.CellResultMatrix
-
final class CellResultMatrix extends AbstractResultMatrix<Cell>
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
Constructors Constructor Description CellResultMatrix(Table table, PdfUAValidationContext context)
Creates a newCellResultMatrix
instance.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private static PdfObject
getAttribute(AccessibilityProperties props, PdfName name)
(package private) byte[]
getElementId(Cell cell)
(package private) java.util.List<byte[]>
getHeaders(Cell cell)
(package private) java.lang.String
getRole(Cell cell)
(package private) java.lang.String
getScope(Cell cell)
-
Methods inherited from class com.itextpdf.pdfua.checkers.utils.tables.AbstractResultMatrix
checkValidTableTagging
-
-
-
-
Constructor Detail
-
CellResultMatrix
public CellResultMatrix(Table table, PdfUAValidationContext context)
Creates a newCellResultMatrix
instance.- Parameters:
table
- The table that needs to be checked.context
- The validation context.
-
-
Method Detail
-
getHeaders
java.util.List<byte[]> getHeaders(Cell cell)
- Specified by:
getHeaders
in classAbstractResultMatrix<Cell>
-
getScope
java.lang.String getScope(Cell cell)
- Specified by:
getScope
in classAbstractResultMatrix<Cell>
-
getElementId
byte[] getElementId(Cell cell)
- Specified by:
getElementId
in classAbstractResultMatrix<Cell>
-
getRole
java.lang.String getRole(Cell cell)
- Specified by:
getRole
in classAbstractResultMatrix<Cell>
-
getAttribute
private static PdfObject getAttribute(AccessibilityProperties props, PdfName name)
-
-