java.lang.Object
org.xhtmlrenderer.pdf.ITextReplacedElementFactory
- All Implemented Interfaces:
org.xhtmlrenderer.extend.ReplacedElementFactory
@ParametersAreNonnullByDefault
public class ITextReplacedElementFactory
extends Object
implements org.xhtmlrenderer.extend.ReplacedElementFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.xhtmlrenderer.extend.ReplacedElementcreateReplacedElement(org.xhtmlrenderer.layout.LayoutContext c, org.xhtmlrenderer.render.BlockBox box, org.xhtmlrenderer.extend.UserAgentCallback uac, int cssWidth, int cssHeight) getRadioButtons(String name) voidvoidvoidreset()voidsetFormSubmissionListener(org.xhtmlrenderer.simple.extend.FormSubmissionListener listener)
-
Constructor Details
-
ITextReplacedElementFactory
-
-
Method Details
-
createReplacedElement
@Nullable @CheckReturnValue 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:
createReplacedElementin interfaceorg.xhtmlrenderer.extend.ReplacedElementFactory
-
reset
public void reset()- Specified by:
resetin interfaceorg.xhtmlrenderer.extend.ReplacedElementFactory
-
remove
- Specified by:
removein interfaceorg.xhtmlrenderer.extend.ReplacedElementFactory
-
remove
-
getRadioButtons
-
setFormSubmissionListener
public void setFormSubmissionListener(org.xhtmlrenderer.simple.extend.FormSubmissionListener listener) - Specified by:
setFormSubmissionListenerin interfaceorg.xhtmlrenderer.extend.ReplacedElementFactory
-