Class TableCheckUtil
java.lang.Object
com.itextpdf.pdfua.checkers.utils.tables.TableCheckUtil
Class that provides methods for checking PDF/UA compliance of table elements.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Handler class that checks table tags. -
Constructor Summary
ConstructorDescriptionTableCheckUtil
(PdfUAValidationContext context) Creates a newTableCheckUtil
instance. -
Method Summary
Modifier and TypeMethodDescriptionvoid
checkTable
(Table table) Checks if the table is pdf/ua compliant.
-
Constructor Details
-
TableCheckUtil
Creates a newTableCheckUtil
instance.- Parameters:
-
context
- the validation context.
-
-
Method Details
-
checkTable
Checks if the table is pdf/ua compliant.- Parameters:
-
table
- the table to check.
-