pdfHTML 6.0.0 API
|
A wrapper for the running elements taken out of the normal flow. More...
Public Member Functions |
|
RunningElementContainer (IElementNode runningElement, ITagWorker processedElementWorker) | |
Initializes a new instance of RunningElementContainer that contains given running element iText.StyledXmlParser.Node.IElementNode and iText.Html2pdf.Attach.ITagWorker instances. More... |
|
virtual void | SetOccurrencePage (int pageNum, bool firstOnPage) |
Sets the page on which underlying running element was to be placed. More... |
|
virtual int | GetOccurrencePage () |
Gets the page on which underlying running element was to be placed. More... |
|
virtual bool | IsFirstOnPage () |
Specifies if the given running element would have placed as the first element on the page or not. More... |
|
A wrapper for the running elements taken out of the normal flow.
|
inline |
Initializes a new instance of RunningElementContainer that contains given running element iText.StyledXmlParser.Node.IElementNode and iText.Html2pdf.Attach.ITagWorker instances.
runningElement | the iText.StyledXmlParser.Node.IElementNode of the running element. |
processedElementWorker | the iText.Html2pdf.Attach.ITagWorker that was created for the running element and have been already completely processed (with all running element children). |
|
inlinevirtual |
Gets the page on which underlying running element was to be placed.
|
inlinevirtual |
Specifies if the given running element would have placed as the first element on the page or not.
Specifies if the given running element would have placed as the first element on the page or not. Returned value only makes sense if GetOccurrencePage() returns value greater than 0.
|
inlinevirtual |
Sets the page on which underlying running element was to be placed.
pageNum | the 1-based index of the page on which running element was to be placed. |
firstOnPage | specifies if the given running element would have placed as the first element on the page or not. |