Class AbstractSimpleWriter
java.lang.Object
org.docx4j.convert.out.common.writer.AbstractSimpleWriter
- All Implemented Interfaces:
Writer
- Direct Known Subclasses:
AbstractBookmarkStartWriter,AbstractBrWriter,AbstractFldSimpleWriter,AbstractHyperlinkWriter,AbstractPictWriter,AbstractSymbolWriter,AbstractTableWriter
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.docx4j.convert.out.common.Writer
Writer.TransformState -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreate a new instance of the TransformState it uses.
It may returnnull, then the passed value in toNode will benull.getID()Return the common ID of the Model/Converter/TransformState.
-
Field Details
-
writerId
-
-
Constructor Details
-
AbstractSimpleWriter
-
-
Method Details
-
getID
Description copied from interface:WriterReturn the common ID of the Model/Converter/TransformState. -
createTransformState
Description copied from interface:WriterCreate a new instance of the TransformState it uses.
It may returnnull, then the passed value in toNode will benull.- Specified by:
createTransformStatein interfaceWriter- Returns:
-