public final class PdfUA2ListChecker extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PdfUA2ListChecker.PdfUA2ListHandler
Handler class that checks list tags while traversing the tag tree.
|
| Constructor and Description |
|---|
PdfUA2ListChecker(PdfUAValidationContext context)
Creates a new instance of
PdfUA2ListChecker. |
| Modifier and Type | Method and Description |
|---|---|
void |
checkStructElement(IStructureNode structNode)
Checks if list element has correct tag structure according to PDF/UA-2 specification.
|
public PdfUA2ListChecker(PdfUAValidationContext context)
PdfUA2ListChecker.context - the validation contextpublic void checkStructElement(IStructureNode structNode)
Conforming files shall tag any real content within LI structure element as either Lbl or LBody. For list items, if Lbl is present, not None ListNumbering attribute shall be specified on the respective L structure element.
structNode - list structure element to checkPdfUAConformanceException - if document has incorrect tag structure for listCopyright © 1998–2025 Apryse Group NV. All rights reserved.