Class Docx4jReplacedElementFactory

java.lang.Object
org.docx4j.convert.in.xhtml.renderer.Docx4jReplacedElementFactory
All Implemented Interfaces:
com.openhtmltopdf.extend.ReplacedElementFactory

public class Docx4jReplacedElementFactory extends Object implements com.openhtmltopdf.extend.ReplacedElementFactory
  • Constructor Details

  • Method Details

    • createReplacedElement

      public com.openhtmltopdf.extend.ReplacedElement createReplacedElement(com.openhtmltopdf.layout.LayoutContext c, com.openhtmltopdf.render.BlockBox box, com.openhtmltopdf.extend.UserAgentCallback uac, int cssWidth, int cssHeight)
      Specified by:
      createReplacedElement in interface com.openhtmltopdf.extend.ReplacedElementFactory
    • reset

      public void reset()
    • getRadioButtons

      public List getRadioButtons(String name)
    • remove

      public void remove(Element e)
    • isReplacedElement

      public boolean isReplacedElement(Element e)
      Specified by:
      isReplacedElement in interface com.openhtmltopdf.extend.ReplacedElementFactory