Uses of Interface
com.itextpdf.html2pdf.attach.IDocumentTreeJob
Packages that use IDocumentTreeJob
-
Uses of IDocumentTreeJob in com.itextpdf.html2pdf.attach
Method parameters in com.itextpdf.html2pdf.attach with type arguments of type IDocumentTreeJobModifier and TypeMethodDescriptionstatic voidDocumentTreeUtil.traverse(com.itextpdf.styledxmlparser.node.INode node, List<IDocumentTreeJob> jobs) Traverses a document tree starting from a specified node and performs a collection of jobs on each node. -
Uses of IDocumentTreeJob in com.itextpdf.html2pdf.attach.impl
Classes in com.itextpdf.html2pdf.attach.impl that implement IDocumentTreeJobModifier and TypeClassDescriptionclassThis class keeps track of labels attached to applicable elements that present in the document.classThis class keeps track of information regarding link (destinations) that occur in the document.