Class TableCheckUtil
- java.lang.Object
-
- com.itextpdf.pdfua.checkers.utils.tables.TableCheckUtil
-
public final class TableCheckUtil extends java.lang.Object
Class that provides methods for checking PDF/UA compliance of table elements.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TableCheckUtil.TableHandler
Handler class that checks table tags.
-
Field Summary
Fields Modifier and Type Field Description private PdfUAValidationContext
context
-
Constructor Summary
Constructors Constructor Description TableCheckUtil(PdfUAValidationContext context)
Creates a newTableCheckUtil
instance.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static 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.
-
-
-
Field Detail
-
context
private final PdfUAValidationContext context
-
-
Constructor Detail
-
TableCheckUtil
public TableCheckUtil(PdfUAValidationContext context)
Creates a newTableCheckUtil
instance.- Parameters:
context
- the validation context.
-
-
Method Detail
-
checkLayoutTable
@Deprecated public static void checkLayoutTable(Table table)
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
public void checkTable(Table table)
Checks if the table is pdf/ua compliant.- Parameters:
table
- the table to check.
-
-