Class POIFSWriterEvent

java.lang.Object
org.docx4j.org.apache.poi.poifs.filesystem.POIFSWriterEvent

public class POIFSWriterEvent extends Object
Class POIFSWriterEvent
Version:
%I%, %G%
  • Field Details

  • Constructor Details

    • POIFSWriterEvent

      POIFSWriterEvent(DocumentOutputStream stream, POIFSDocumentPath path, String documentName, int limit)
      package scoped constructor
      Parameters:
      stream - the DocumentOutputStream, freshly opened
      path - the path of the document
      documentName - the name of the document
      limit - the limit, in bytes, that can be written to the stream
  • Method Details

    • getStream

      public DocumentOutputStream getStream()
      Returns:
      the DocumentOutputStream, freshly opened
    • getPath

      public POIFSDocumentPath getPath()
      Returns:
      the document's path
    • getName

      public String getName()
      Returns:
      the document's name
    • getLimit

      public int getLimit()
      Returns:
      the limit on writing, in bytes