public class ITextReplacedElementFactory extends java.lang.Object implements ReplacedElementFactory
| Constructor and Description |
|---|
ITextReplacedElementFactory(ITextOutputDevice outputDevice) |
| Modifier and Type | Method and Description |
|---|---|
ReplacedElement |
createReplacedElement(LayoutContext c,
BlockBox box,
UserAgentCallback uac,
int cssWidth,
int cssHeight) |
java.util.List |
getRadioButtons(java.lang.String name) |
void |
remove(org.w3c.dom.Element e) |
void |
remove(java.lang.String fieldName) |
void |
reset() |
void |
setFormSubmissionListener(FormSubmissionListener listener) |
public ITextReplacedElementFactory(ITextOutputDevice outputDevice)
public ReplacedElement createReplacedElement(LayoutContext c, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight)
createReplacedElement in interface ReplacedElementFactorypublic void reset()
reset in interface ReplacedElementFactorypublic void remove(org.w3c.dom.Element e)
remove in interface ReplacedElementFactorypublic void remove(java.lang.String fieldName)
public java.util.List getRadioButtons(java.lang.String name)
public void setFormSubmissionListener(FormSubmissionListener listener)
setFormSubmissionListener in interface ReplacedElementFactoryCopyright © 2014. All Rights Reserved.