Class PdfUA1FormulaChecker
java.lang.Object
com.itextpdf.pdfua.checkers.utils.ua1.PdfUA1FormulaChecker
Class that provides methods for checking PDF/UA-1 compliance of Formula elements.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Handler for checking Formula elements in the TagTree. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Checks "Formula" structure element.
-
Method Details
-
checkStructElement
Checks "Formula" structure element.- Parameters:
-
elem
- structure element to check - Throws:
-
PdfUAConformanceException
- if document has incorrect tag structure for Formula tag
-