Package org.docx4j.convert.out.fo
Class SymbolWriter
java.lang.Object
org.docx4j.convert.out.common.writer.AbstractSimpleWriter
org.docx4j.convert.out.common.writer.AbstractSymbolWriter
org.docx4j.convert.out.fo.SymbolWriter
- All Implemented Interfaces:
Writer
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.docx4j.convert.out.common.Writer
Writer.TransformState -
Field Summary
FieldsFields inherited from class org.docx4j.convert.out.common.writer.AbstractSymbolWriter
WRITER_IDFields inherited from class org.docx4j.convert.out.common.writer.AbstractSimpleWriter
writerId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoNode(AbstractWmlConversionContext context, Object unmarshalledNode, Node modelContent, Writer.TransformState state, Document doc) Generate the corresponding document fragmentMethods inherited from class org.docx4j.convert.out.common.writer.AbstractSimpleWriter
createTransformState, getID
-
Field Details
-
log
private static final org.slf4j.Logger log
-
-
Constructor Details
-
SymbolWriter
public SymbolWriter()
-
-
Method Details
-
toNode
public Node toNode(AbstractWmlConversionContext context, Object unmarshalledNode, Node modelContent, Writer.TransformState state, Document doc) throws TransformerException Description copied from interface:WriterGenerate the corresponding document fragment- Returns:
- Throws:
TransformerException
-