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
Nested ClassesModifier and TypeClassDescriptionstatic classHandler class that checks table tags. -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTableCheckUtil(PdfUAValidationContext context) Creates a newTableCheckUtilinstance. -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckTable(Table table) Checks if the table is pdf/ua compliant.
-
Field Details
-
context
-
-
Constructor Details
-
TableCheckUtil
Creates a newTableCheckUtilinstance.- Parameters:
context- the validation context.
-
-
Method Details
-
checkTable
Checks if the table is pdf/ua compliant.- Parameters:
table- the table to check.
-