Package org.xhtmlrenderer.pdf
Class ITextReplacedElementFactory
- java.lang.Object
-
- org.xhtmlrenderer.pdf.ITextReplacedElementFactory
-
- All Implemented Interfaces:
ReplacedElementFactory
public class ITextReplacedElementFactory extends Object implements ReplacedElementFactory
-
-
Constructor Summary
Constructors Constructor Description ITextReplacedElementFactory(ITextOutputDevice outputDevice)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReplacedElementcreateReplacedElement(LayoutContext c, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight)List<RadioButtonFormField>getRadioButtons(String name)voidremove(String fieldName)voidremove(Element e)voidreset()voidsetFormSubmissionListener(FormSubmissionListener listener)
-
-
-
Constructor Detail
-
ITextReplacedElementFactory
public ITextReplacedElementFactory(ITextOutputDevice outputDevice)
-
-
Method Detail
-
createReplacedElement
public ReplacedElement createReplacedElement(LayoutContext c, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight)
- Specified by:
createReplacedElementin interfaceReplacedElementFactory
-
reset
public void reset()
- Specified by:
resetin interfaceReplacedElementFactory
-
remove
public void remove(Element e)
- Specified by:
removein interfaceReplacedElementFactory
-
remove
public void remove(String fieldName)
-
getRadioButtons
public List<RadioButtonFormField> getRadioButtons(String name)
-
setFormSubmissionListener
public void setFormSubmissionListener(FormSubmissionListener listener)
- Specified by:
setFormSubmissionListenerin interfaceReplacedElementFactory
-
-