org.xhtmlrenderer.pdf
Class ITextReplacedElementFactory

java.lang.Object
  extended by org.xhtmlrenderer.pdf.ITextReplacedElementFactory
All Implemented Interfaces:
ReplacedElementFactory

public class ITextReplacedElementFactory
extends Object
implements ReplacedElementFactory


Constructor Summary
ITextReplacedElementFactory(ITextOutputDevice outputDevice)
           
 
Method Summary
 ReplacedElement createReplacedElement(LayoutContext c, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight)
           
 List getRadioButtons(String name)
           
 void remove(Element e)
           
 void remove(String fieldName)
           
 void reset()
           
 void setFormSubmissionListener(FormSubmissionListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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:
createReplacedElement in interface ReplacedElementFactory

reset

public void reset()
Specified by:
reset in interface ReplacedElementFactory

remove

public void remove(Element e)
Specified by:
remove in interface ReplacedElementFactory

remove

public void remove(String fieldName)

getRadioButtons

public List getRadioButtons(String name)

setFormSubmissionListener

public void setFormSubmissionListener(FormSubmissionListener listener)
Specified by:
setFormSubmissionListener in interface ReplacedElementFactory


Copyright © 2012. All Rights Reserved.