pdfHTML 6.0.0 API
|
Public Member Functions |
|
HTagWorker (IElementNode element, ProcessorContext context) | |
Creates a new HTagWorker 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... |
|
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 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... |
|
Additional Inherited Members |
|
Package Functions inherited from iText.Html2pdf.Attach.Impl.Tags.DivTagWorker | |
DivTagWorker (IElementNode element, ProcessorContext context, Div container) | |
Creates a new DivTagWorker instance. More... |
|
virtual bool | AddBlockChild (IElement element) |
Adds a child element to the div block. More... |
|
virtual void | PostProcessInlineGroup () |
Post-processes the hanging leaves of the waiting inline elements. More... |
|
Package Attributes inherited from iText.Html2pdf.Attach.Impl.Tags.DivTagWorker | |
MulticolContainer | multicolContainer |
Column container element. More... |
|
|
inline |
Creates a new HTagWorker instance.
element | the element |
context | the context |
|
inlinevirtual |
Placeholder for what needs to be done after the content of a tag has been processed.
element | the element node |
context | the processor context |
Reimplemented from iText.Html2pdf.Attach.Impl.Tags.DivTagWorker.