Package org.docx4j.convert.out.html
Class SymbolWriter
java.lang.Object
org.docx4j.convert.out.common.writer.AbstractSimpleWriter
org.docx4j.convert.out.common.writer.AbstractSymbolWriter
org.docx4j.convert.out.html.SymbolWriter
- All Implemented Interfaces:
Writer
-
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.AbstractSymbolWriter
WRITER_IDFields inherited from class org.docx4j.convert.out.common.writer.AbstractSimpleWriter
writerId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected byte[]toNode(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
-
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
-
hexStringToByteArray
-