Class PdfReplacedElementFactory
java.lang.Object
org.europa.together.application.internal.PdfReplacedElementFactory
- All Implemented Interfaces:
org.xhtmlrenderer.extend.ReplacedElementFactory
public class PdfReplacedElementFactory
extends Object
implements org.xhtmlrenderer.extend.ReplacedElementFactory
Helper class to replace elements fürm HTML content to include them in PDF.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.xhtmlrenderer.extend.ReplacedElement
createReplacedElement
(org.xhtmlrenderer.layout.LayoutContext c, org.xhtmlrenderer.render.BlockBox box, org.xhtmlrenderer.extend.UserAgentCallback uac, int cssWidth, int cssHeight) void
void
reset()
void
setFormSubmissionListener
(org.xhtmlrenderer.simple.extend.FormSubmissionListener listener)
-
Constructor Details
-
PdfReplacedElementFactory
public PdfReplacedElementFactory()
-
-
Method Details
-
createReplacedElement
public org.xhtmlrenderer.extend.ReplacedElement createReplacedElement(org.xhtmlrenderer.layout.LayoutContext c, org.xhtmlrenderer.render.BlockBox box, org.xhtmlrenderer.extend.UserAgentCallback uac, int cssWidth, int cssHeight) - Specified by:
createReplacedElement
in interfaceorg.xhtmlrenderer.extend.ReplacedElementFactory
-
reset
public void reset()- Specified by:
reset
in interfaceorg.xhtmlrenderer.extend.ReplacedElementFactory
-
remove
- Specified by:
remove
in interfaceorg.xhtmlrenderer.extend.ReplacedElementFactory
-
setFormSubmissionListener
public void setFormSubmissionListener(org.xhtmlrenderer.simple.extend.FormSubmissionListener listener) - Specified by:
setFormSubmissionListener
in interfaceorg.xhtmlrenderer.extend.ReplacedElementFactory
-