Class PdfUA1FormulaChecker


  • public final class PdfUA1FormulaChecker
    extends java.lang.Object
    Class that provides methods for checking PDF/UA-1 compliance of Formula elements.
    • Method Detail

      • checkStructElement

        public void checkStructElement​(IStructureNode elem)
        Checks "Formula" structure element.
        Parameters:
        elem - structure element to check
        Throws:
        PdfUAConformanceException - if document has incorrect tag structure for Formula tag
      • hasInvalidValues

        private static boolean hasInvalidValues​(PdfString altText,
                                                PdfString actualText)