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

public abstract class AbstractSimpleWriter extends Object implements Writer
  • Field Details

    • writerId

      protected String writerId
  • Constructor Details

    • AbstractSimpleWriter

      protected AbstractSimpleWriter(String writerId)
  • Method Details

    • getID

      public String getID()
      Description copied from interface: Writer
      Return the common ID of the Model/Converter/TransformState.
      Specified by:
      getID in interface Writer
      Returns:
    • createTransformState

      public Writer.TransformState createTransformState()
      Description copied from interface: Writer
      Create a new instance of the TransformState it uses.
      It may return null, then the passed value in toNode will be null.
      Specified by:
      createTransformState in interface Writer
      Returns: