@FunctionalInterface public interface IDocumentTreeJob
| Modifier and Type | Method and Description |
|---|---|
void |
process(com.itextpdf.styledxmlparser.node.INode node,
int level)
Processes a node within a document tree structure at a given level.
|
void process(com.itextpdf.styledxmlparser.node.INode node,
int level)
INode
based on the context of its hierarchical position in the document tree.node - the node to processlevel - the hierarchical level of the node in the document tree structureCopyright © 1998–2026 Apryse Group NV. All rights reserved.