Class PdfUA1ListChecker


  • public final class PdfUA1ListChecker
    extends java.lang.Object
    Utility class which performs lists check according to PDF/UA-1 specification.
    • Method Detail

      • checkStructElement

        public void checkStructElement​(IStructureNode structNode)
        Checks if list element has correct tag structure according to PDF/UA-1 specification.

        Conforming files shall tag any real content within LI structure element as either Lbl or LBody.

        Parameters:
        structNode - list structure element to check
        Throws:
        PdfUAConformanceException - if document has incorrect tag structure for list