Class PresentationTextObject.DefaultBuilder

java.lang.Object
org.apache.fop.afp.ptoca.PtocaBuilder
org.apache.fop.afp.modca.PresentationTextObject.DefaultBuilder
All Implemented Interfaces:
PtocaConstants
Enclosing class:
PresentationTextObject

private class PresentationTextObject.DefaultBuilder extends PtocaBuilder
  • Constructor Details

    • DefaultBuilder

      private DefaultBuilder()
  • Method Details

    • getBytesAvailable

      public Integer getBytesAvailable()
    • getOutputStreamForControlSequence

      protected OutputStream getOutputStreamForControlSequence(int length)
      Description copied from class: PtocaBuilder
      Returns an OutputStream for the next control sequence. This gives a subclass a chance to do chunking of control sequences into multiple presentation text data objects.
      Specified by:
      getOutputStreamForControlSequence in class PtocaBuilder
      Parameters:
      length - the length of the following control sequence
      Returns:
      the output stream where the control sequence will be written to