Uses of Class
com.itextpdf.html2pdf.attach.impl.layout.RunningElementContainer
Package
Description
-
Uses of RunningElementContainer in com.itextpdf.html2pdf.attach.impl.layout
ModifierConstructorDescriptionRunningElement
(RunningElementContainer runningElementContainer) Creates a new instance ofRunningElement
. -
Uses of RunningElementContainer in com.itextpdf.html2pdf.attach.impl.tags
ModifierConstructorDescriptionRunningElementTagWorker
(RunningElementContainer runningElementContainer) -
Uses of RunningElementContainer in com.itextpdf.html2pdf.css.page
Modifier and TypeMethodDescriptionCssRunningManager.getRunningElement
(String runningElemName, String occurrenceOption, int pageNum) Finds the running element that has particular name and should appear on specific page with given occurrence options.Modifier and TypeMethodDescriptionvoid
CssRunningManager.addRunningElement
(String runningElemName, RunningElementContainer container) Registers new running element from HTML document.