|
|
ThTagWorker (IElementNode element, ProcessorContext context) |
|
Creates a new ThTagWorker 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...
|
|
|
TdTagWorker (IElementNode element, ProcessorContext context) |
|
Creates a new TdTagWorker 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...
|
|