|
pdfHTML 6.3.3 API
|
TagWorker class for the page count. More...
Public Member Functions |
|
| PageCountWorker (IElementNode element, ProcessorContext context) | |
| Creates a new PageCountWorker 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.SpanTagWorker |
|
| SpanTagWorker (IElementNode element, ProcessorContext context) | |
| Creates a new SpanTagWorker 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 IList< IPropertyContainer > | GetAllElements () |
| Gets all the elements in the span. More... |
|
| virtual IList< IPropertyContainer > | GetOwnLeafElements () |
| Gets the span's own leaf elements. More... |
|
| virtual String | GetDisplay () |
| Gets the display value. More... |
|
TagWorker class for the page count.
|
inline |
Creates a new PageCountWorker instance.
| element | the element |
| context | the context |
|
inlinevirtual |
Gets a processed object if it can be expressed as an iText.Layout.IPropertyContainer instance.
Reimplemented from iText.Html2pdf.Attach.Impl.Tags.SpanTagWorker.
|
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.SpanTagWorker.