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 TypeMethodDescriptionstatic void
checkLayoutTable
(Table table) Deprecated.This method is an artifact and will be removed.void
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
-
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.
-