Class HTagWorker

java.lang.Object
com.itextpdf.html2pdf.attach.impl.tags.DivTagWorker
com.itextpdf.html2pdf.attach.impl.tags.HTagWorker
All Implemented Interfaces:
IDisplayAware, ITagWorker

public class HTagWorker extends DivTagWorker
  • Constructor Details

    • HTagWorker

      public HTagWorker (com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context)
      Creates a new HTagWorker instance.
      Parameters:
      element - the element
      context - the context
  • Method Details

    • processEnd

      public void processEnd (com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context)
      Description copied from interface: ITagWorker
      Placeholder for what needs to be done after the content of a tag has been processed.
      Specified by:
      processEnd in interface ITagWorker
      Overrides:
      processEnd in class DivTagWorker
      Parameters:
      element - the element node
      context - the processor context