public class ITextReplacedElementFactory extends Object implements org.xhtmlrenderer.extend.ReplacedElementFactory
| Constructor and Description |
|---|
ITextReplacedElementFactory(ITextOutputDevice outputDevice) |
| Modifier and Type | Method and Description |
|---|---|
org.xhtmlrenderer.extend.ReplacedElement |
createReplacedElement(org.xhtmlrenderer.layout.LayoutContext c,
org.xhtmlrenderer.render.BlockBox box,
org.xhtmlrenderer.extend.UserAgentCallback uac,
int cssWidth,
int cssHeight) |
List |
getRadioButtons(String name) |
void |
remove(Element e) |
void |
remove(String fieldName) |
void |
reset() |
void |
setFormSubmissionListener(org.xhtmlrenderer.simple.extend.FormSubmissionListener listener) |
public ITextReplacedElementFactory(ITextOutputDevice outputDevice)
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)
createReplacedElement in interface org.xhtmlrenderer.extend.ReplacedElementFactorypublic void reset()
reset in interface org.xhtmlrenderer.extend.ReplacedElementFactorypublic void remove(Element e)
remove in interface org.xhtmlrenderer.extend.ReplacedElementFactorypublic void remove(String fieldName)
public void setFormSubmissionListener(org.xhtmlrenderer.simple.extend.FormSubmissionListener listener)
setFormSubmissionListener in interface org.xhtmlrenderer.extend.ReplacedElementFactoryCopyright © 2021. All rights reserved.