pdfHTML 2.1.6 API
|
The default implementation of a tag worker factory, mapping tags to tag worker implementations. More...
Public Member Functions |
|
DefaultTagWorkerFactory () | |
Instantiates a new default tag worker factory. More... |
|
ITagWorker | GetTagWorker (IElementNode tag, ProcessorContext context) |
virtual ITagWorker | GetCustomTagWorker (IElementNode tag, ProcessorContext context) |
This is a hook method. More... |
|
Static Public Member Functions |
|
static ITagWorkerFactory | GetInstance () |
Gets iText.Html2pdf.Attach.ITagWorkerFactory instance. More... |
|
The default implementation of a tag worker factory, mapping tags to tag worker implementations.
|
inline |
Instantiates a new default tag worker factory.
|
inlinevirtual |
This is a hook method.
This is a hook method. Users wanting to provide a custom mapping or introduce their own ITagWorkers should implement this method.
tag | the tag |
context | the context |
|
inlinestatic |
Gets iText.Html2pdf.Attach.ITagWorkerFactory instance.
|
inline |
tag | IElementNode |
context | ProcessorContext |
Implements iText.Html2pdf.Attach.ITagWorkerFactory.