|
pdfHTML 6.3.2 API
|
Interface for document tree jobs. More...
Public Member Functions |
|
| void | Process (INode node, int level) |
| Processes a node within a document tree structure at a given level. More... |
|
Interface for document tree jobs.
| void iText.Html2pdf.Attach.IDocumentTreeJob.Process | ( | INode | node, |
| int | level | ||
| ) |
Processes a node within a document tree structure at a given level.
Processes a node within a document tree structure at a given level.
This method is used to perform specific operations on an iText.StyledXmlParser.Node.INode based on the context of its hierarchical position in the document tree.
| node | the node to process |
| level | the hierarchical level of the node in the document tree structure |
Implemented in iText.Html2pdf.Attach.Impl.LinkContext, and iText.Html2pdf.Attach.Impl.LabelContext.