Package org.docx4j.convert.out.fo
Class HyperlinkWriter
java.lang.Object
org.docx4j.convert.out.common.writer.AbstractSimpleWriter
org.docx4j.convert.out.common.writer.AbstractHyperlinkWriter
org.docx4j.convert.out.fo.HyperlinkWriter
- All Implemented Interfaces:
Writer,AbstractFldSimpleWriter.FldSimpleNodeWriterHandler,AbstractFldSimpleWriter.FldSimpleWriterHandler
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.docx4j.convert.out.common.Writer
Writer.TransformState -
Field Summary
Fields inherited from class org.docx4j.convert.out.common.writer.AbstractHyperlinkWriter
HYPERLINK_NAME, WRITER_IDFields inherited from class org.docx4j.convert.out.common.writer.AbstractSimpleWriter
writerIdFields inherited from interface org.docx4j.convert.out.common.writer.AbstractFldSimpleWriter.FldSimpleNodeWriterHandler
PROCESS_APPLY_STYLE, PROCESS_NONE, PROCESS_WRAP_APPLY_STYLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected NodetoNode(AbstractWmlConversionContext context, AbstractHyperlinkWriterModel model, Document doc) Methods inherited from class org.docx4j.convert.out.common.writer.AbstractHyperlinkWriter
getName, getProcessType, toNode, toNodeMethods inherited from class org.docx4j.convert.out.common.writer.AbstractSimpleWriter
createTransformState, getID
-
Constructor Details
-
HyperlinkWriter
public HyperlinkWriter()
-
-
Method Details
-
toNode
protected Node toNode(AbstractWmlConversionContext context, AbstractHyperlinkWriterModel model, Document doc) throws TransformerException - Specified by:
toNodein classAbstractHyperlinkWriter- Throws:
TransformerException
-