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

TagWorker class for the page margin box. More...

Inheritance diagram for iText.Html2pdf.Attach.Impl.Tags.PageMarginBoxWorker:
iText.Html2pdf.Attach.Impl.Tags.DivTagWorker iText.Html2pdf.Attach.ITagWorker iText.Html2pdf.Attach.Impl.Tags.IDisplayAware

Public Member Functions

  PageMarginBoxWorker (IElementNode element, ProcessorContext context)
  Creates a new PageMarginBoxWorker instance. More...
 
override void  ProcessEnd (IElementNode element, ProcessorContext context)
  Placeholder for what needs to be done after the content of a tag has been processed. More...
 
override IPropertyContainer  GetElementResult ()
  Gets a processed object if it can be expressed as an iText.Layout.IPropertyContainer instance. More...
 
- Public Member Functions inherited from iText.Html2pdf.Attach.Impl.Tags.DivTagWorker
  DivTagWorker (IElementNode element, ProcessorContext context)
  Creates a new DivTagWorker instance. 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 String  GetDisplay ()
  Gets the display value. More...
 

Detailed Description

TagWorker class for the page margin box.

Constructor & Destructor Documentation

◆ PageMarginBoxWorker()

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

Creates a new PageMarginBoxWorker instance.

Parameters
element the element
context the context

Member Function Documentation

◆ GetElementResult()

override IPropertyContainer iText.Html2pdf.Attach.Impl.Tags.PageMarginBoxWorker.GetElementResult ( )
inlinevirtual

Gets a processed object if it can be expressed as an iText.Layout.IPropertyContainer instance.

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 iText.Layout.IPropertyContainer.

Reimplemented from iText.Html2pdf.Attach.Impl.Tags.DivTagWorker.

◆ ProcessEnd()

override void iText.Html2pdf.Attach.Impl.Tags.PageMarginBoxWorker.ProcessEnd ( IElementNode  element,
ProcessorContext  context 
)
inlinevirtual

Placeholder for what needs to be done after the content of a tag has been processed.

Parameters
element the element node
context the processor context

Reimplemented from iText.Html2pdf.Attach.Impl.Tags.DivTagWorker.