|
pdfHTML 6.3.0 API
|
TagWorker class for the div element. More...
Public Member Functions |
|
| DivTagWorker (IElementNode element, ProcessorContext context) | |
| Creates a new DivTagWorker 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... |
|
Package Functions |
|
| 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 |
|
| MulticolContainer | multicolContainer |
| Column container element. More... |
|
TagWorker class for the div element.
|
inline |
Creates a new DivTagWorker instance.
| element | the element |
| context | the context |
|
inlinepackage |
Creates a new DivTagWorker instance.
| element | the element |
| context | the context |
| container | div element container |
|
inlinepackagevirtual |
Adds a child element to the div block.
| element | the element |
|
inlinevirtual |
Gets the display value.
Implements iText.Html2pdf.Attach.Impl.Tags.IDisplayAware.
|
inlinevirtual |
Gets a processed object if it can be expressed as an iText.Layout.IPropertyContainer instance.
Implements iText.Html2pdf.Attach.ITagWorker.
Reimplemented in iText.Html2pdf.Attach.Impl.Tags.BodyTagWorker, iText.Html2pdf.Attach.Impl.Tags.ButtonTagWorker, iText.Html2pdf.Attach.Impl.Tags.PageMarginBoxWorker, and iText.Html2pdf.Attach.Impl.Tags.HrTagWorker.
|
inlinepackagevirtual |
Post-processes the hanging leaves of the waiting inline elements.
|
inlinevirtual |
Placeholder for what needs to be done while the content of a tag is being processed.
| content | the content of a node |
| context | the processor context |
Implements iText.Html2pdf.Attach.ITagWorker.
Reimplemented in iText.Html2pdf.Attach.Impl.Tags.BodyTagWorker, iText.Html2pdf.Attach.Impl.Tags.OptionTagWorker, iText.Html2pdf.Attach.Impl.Tags.ButtonTagWorker, iText.Html2pdf.Attach.Impl.Tags.OptGroupTagWorker, and iText.Html2pdf.Attach.Impl.Tags.PreTagWorker.
|
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 |
Implements iText.Html2pdf.Attach.ITagWorker.
Reimplemented in iText.Html2pdf.Attach.Impl.Tags.BodyTagWorker, iText.Html2pdf.Attach.Impl.Tags.OptionTagWorker, iText.Html2pdf.Attach.Impl.Tags.HTagWorker, iText.Html2pdf.Attach.Impl.Tags.ABlockTagWorker, and iText.Html2pdf.Attach.Impl.Tags.PageMarginBoxWorker.
|
inlinevirtual |
Placeholder for what needs to be done when a child node is being processed.
| childTagWorker | the tag worker of the child node |
| context | the processor context |
Implements iText.Html2pdf.Attach.ITagWorker.
Reimplemented in iText.Html2pdf.Attach.Impl.Tags.OptionTagWorker, iText.Html2pdf.Attach.Impl.Tags.BodyTagWorker, iText.Html2pdf.Attach.Impl.Tags.ButtonTagWorker, iText.Html2pdf.Attach.Impl.Tags.OptGroupTagWorker, iText.Html2pdf.Attach.Impl.Tags.PreTagWorker, and iText.Html2pdf.Attach.Impl.Tags.DisplayGridTagWorker.
|
package |
Column container element.