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. -
Constructor Summary
ConstructorsConstructorDescriptionTableCheckUtil(PdfUAValidationContext context) Creates a newTableCheckUtilinstance. -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcheckLayoutTable(Table table) Deprecated.This method is an artifact and will be removed.voidcheckTable(Table table) Checks if the table is pdf/ua compliant.
-
Constructor Details
-
TableCheckUtil
Creates a newTableCheckUtilinstance.- Parameters:
-
context- the validation context.
-
-
Method Details
-
checkLayoutTable
Deprecated.This method is an artifact and will be removed.WARNING! This method is an artifact and currently does nothing. It is kept to ensure backward binary compatibility- Parameters:
-
table- the table to check.
-
checkTable
Checks if the table is pdf/ua compliant.- Parameters:
-
table- the table to check.
-