pdfHTML 6.3.2 API
iText.Html2pdf.Attach.IDocumentTreeJob Interface Reference

Interface for document tree jobs. More...

Inheritance diagram for iText.Html2pdf.Attach.IDocumentTreeJob:
iText.Html2pdf.Attach.Impl.LabelContext iText.Html2pdf.Attach.Impl.LinkContext

Public Member Functions

void  Process (INode node, int level)
  Processes a node within a document tree structure at a given level. More...
 

Detailed Description

Interface for document tree jobs.

Member Function Documentation

◆ Process()

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.

Parameters
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.