Uses of Class
com.itextpdf.html2pdf.attach.impl.layout.RunningElementContainer
Packages that use RunningElementContainer
Package
Description
-
Uses of RunningElementContainer in com.itextpdf.html2pdf.attach.impl.layout
Constructors in com.itextpdf.html2pdf.attach.impl.layout with parameters of type RunningElementContainerModifierConstructorDescriptionRunningElement
(RunningElementContainer runningElementContainer) Creates a new instance ofRunningElement
. -
Uses of RunningElementContainer in com.itextpdf.html2pdf.attach.impl.tags
Constructors in com.itextpdf.html2pdf.attach.impl.tags with parameters of type RunningElementContainerModifierConstructorDescriptionRunningElementTagWorker
(RunningElementContainer runningElementContainer) -
Uses of RunningElementContainer in com.itextpdf.html2pdf.css.page
Methods in com.itextpdf.html2pdf.css.page that return RunningElementContainerModifier 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.Methods in com.itextpdf.html2pdf.css.page with parameters of type RunningElementContainerModifier and TypeMethodDescriptionvoid
CssRunningManager.addRunningElement
(String runningElemName, RunningElementContainer container) Registers new running element from HTML document.