Class HrTagWorker

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

public class HrTagWorker extends DivTagWorker
TagWorker class for the hr element.
  • Constructor Details

    • HrTagWorker

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

    • getElementResult

      public com.itextpdf.layout.IPropertyContainer getElementResult()
      Description copied from interface: ITagWorker
      Gets a processed object if it can be expressed as an IPropertyContainer instance.
      Specified by:
      getElementResult in interface ITagWorker
      Overrides:
      getElementResult in class DivTagWorker
      Returns:
      the same object on every call. Might return null either if result is not yet produced or if this particular tag worker doesn't produce result in a form of IPropertyContainer.