Class DisplayGridTagWorker

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

public class DisplayGridTagWorker extends DivTagWorker
ITagWorker implementation for elements with display: grid.
  • Constructor Details

    • DisplayGridTagWorker

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

    • processTagChild

      public boolean processTagChild (ITagWorker childTagWorker, ProcessorContext context)
      Placeholder for what needs to be done when a child node is being processed.
      Specified by:
      processTagChild in interface ITagWorker
      Overrides:
      processTagChild in class DivTagWorker
      Parameters:
      childTagWorker - the tag worker of the child node
      context - the processor context
      Returns:
      true, if child was successfully processed, otherwise false.