pdfHTML 2.1.6 API
iText.Html2pdf.Attach.Impl.Tags.TableHeaderTagWorker Class Reference

TagWorker class for the header of a table. More...

Inheritance diagram for iText.Html2pdf.Attach.Impl.Tags.TableHeaderTagWorker:
iText.Html2pdf.Attach.Impl.Tags.TableTagWorker iText.Html2pdf.Attach.ITagWorker iText.Html2pdf.Attach.Impl.Tags.IDisplayAware

Public Member Functions

  TableHeaderTagWorker (IElementNode element, ProcessorContext context)
  Creates a new TableHeaderTagWorker instance. More...
 
- Public Member Functions inherited from iText.Html2pdf.Attach.Impl.Tags.TableTagWorker
  TableTagWorker (IElementNode element, ProcessorContext context)
  Creates a new TableTagWorker instance. More...
 
virtual void  ProcessEnd (IElementNode element, ProcessorContext context)
  Placeholder for what needs to be done after the content of a tag has been processed. More...
 
virtual bool  ProcessContent (String content, ProcessorContext context)
  Placeholder for what needs to be done while the content of a tag is being processed. More...
 
virtual bool  ProcessTagChild (ITagWorker childTagWorker, ProcessorContext context)
  Placeholder for what needs to be done when a child node is being processed. More...
 
virtual IPropertyContainer  GetElementResult ()
  Gets a processed object if it can be expressed as an iText.Layout.IPropertyContainer instance. More...
 
virtual String  GetDisplay ()
  Gets the display value. More...
 
virtual void  SetFooter ()
  Method to indicate that this is actually a TableFooterTagWorker instance. More...
 
virtual void  SetHeader ()
  Method to indicate that this is actually a TableHeaderTagWorker instance. More...
 
virtual void  ApplyColStyles ()
  Applies the column styles. More...
 

Detailed Description

TagWorker class for the header of a table.

Constructor & Destructor Documentation

◆ TableHeaderTagWorker()

iText.Html2pdf.Attach.Impl.Tags.TableHeaderTagWorker.TableHeaderTagWorker ( IElementNode  element,
ProcessorContext  context 
)
inline

Creates a new TableHeaderTagWorker instance.

Parameters
element the element
context the context