pdfHTML 6.0.0 API
|
The DocumentRenderer class for HTML. More...
Public Member Functions |
|
HtmlDocumentRenderer (Document document, bool immediateFlush) | |
Instantiates a new HtmlDocumentRenderer instance. More... |
|
virtual void | ProcessPageRules (INode rootNode, ICssResolver cssResolver, ProcessorContext context) |
Processes the page rules. More... |
|
override void | AddChild (IRenderer renderer) |
override void | Close () |
override IRenderer | GetNextRenderer () |
override void | Flush () |
virtual void | ProcessWaitingElement () |
Layouts waiting element. More... |
|
The DocumentRenderer class for HTML.
|
inline |
Instantiates a new HtmlDocumentRenderer instance.
document | an iText iText.Layout.Document instance |
immediateFlush | the immediate flush indicator |
|
inlinevirtual |
Processes the page rules.
rootNode | the root node |
cssResolver | the CSS resolver |
context | the processor context |
|
inlinevirtual |
Layouts waiting element.