public class Docx4jReplacedElementFactory
extends java.lang.Object
implements com.openhtmltopdf.extend.ReplacedElementFactory
| Constructor and Description |
|---|
Docx4jReplacedElementFactory(Docx4jDocxOutputDevice outputDevice) |
| Modifier and Type | Method and Description |
|---|---|
com.openhtmltopdf.extend.ReplacedElement |
createReplacedElement(com.openhtmltopdf.layout.LayoutContext c,
com.openhtmltopdf.render.BlockBox box,
com.openhtmltopdf.extend.UserAgentCallback uac,
int cssWidth,
int cssHeight) |
java.util.List |
getRadioButtons(java.lang.String name) |
boolean |
isReplacedElement(org.w3c.dom.Element e) |
void |
remove(org.w3c.dom.Element e) |
void |
reset() |
public Docx4jReplacedElementFactory(Docx4jDocxOutputDevice outputDevice)
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)
createReplacedElement in interface com.openhtmltopdf.extend.ReplacedElementFactorypublic void reset()
public java.util.List getRadioButtons(java.lang.String name)
public void remove(org.w3c.dom.Element e)
public boolean isReplacedElement(org.w3c.dom.Element e)
isReplacedElement in interface com.openhtmltopdf.extend.ReplacedElementFactoryCopyright © 2013–2021. All rights reserved.