pdfHTML 6.0.0 API
|
TagWorker class for the p
element. More...
Public Member Functions |
|
PTagWorker (IElementNode element, ProcessorContext context) | |
Creates a new PTagWorker 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 Attributes |
|
MulticolContainer | multicolContainer |
Container for the result in case of multicol layouting More... |
|
TagWorker class for the p
element.
TagWorker class for the p
element.
This is how this worker processes the
tag:
display: block
style, it wraps all the content which hasn't been handled yet into a com.itextpdf.layout.element.Paragraph
object and adds this paragraph to the resultant com.itextpdf.layout.element.Div
object
|
inline |
Creates a new PTagWorker instance.
element | the element |
context | the context |
|
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.
|
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.
|
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.
|
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.
|
package |
Container for the result in case of multicol layouting