Class HyperlinkUtil
java.lang.Object
org.docx4j.convert.out.common.writer.HyperlinkUtil
public class HyperlinkUtil
extends java.lang.Object
This class combines the generation of hyperlinks for
html and pdf.
-
Field Summary
Fields Modifier and Type Field Description static intFO_OUTPUTstatic intHTML_OUTPUT -
Constructor Summary
Constructors Constructor Description HyperlinkUtil() -
Method Summary
Modifier and Type Method Description static org.w3c.dom.NodetoNode(int outputType, AbstractWmlConversionContext context, AbstractHyperlinkWriterModel model, org.w3c.dom.Node content, org.w3c.dom.Document doc)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
HTML_OUTPUT
public static final int HTML_OUTPUT- See Also:
- Constant Field Values
-
FO_OUTPUT
public static final int FO_OUTPUT- See Also:
- Constant Field Values
-
-
Constructor Details
-
HyperlinkUtil
public HyperlinkUtil()
-
-
Method Details
-
toNode
public static org.w3c.dom.Node toNode(int outputType, AbstractWmlConversionContext context, AbstractHyperlinkWriterModel model, org.w3c.dom.Node content, org.w3c.dom.Document doc) throws javax.xml.transform.TransformerException- Throws:
javax.xml.transform.TransformerException
-