Class POIFSWriterEvent
java.lang.Object
org.docx4j.org.apache.poi.poifs.filesystem.POIFSWriterEvent
public class POIFSWriterEvent
extends java.lang.Object
Class POIFSWriterEvent
- Version:
- %I%, %G%
- Author:
- Marc Johnson (mjohnson at apache dot org)
-
Method Summary
Modifier and Type Method Description intgetLimit()java.lang.StringgetName()POIFSDocumentPathgetPath()DocumentOutputStreamgetStream()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
getStream
- Returns:
- the DocumentOutputStream, freshly opened
-
getPath
- Returns:
- the document's path
-
getName
public java.lang.String getName()- Returns:
- the document's name
-
getLimit
public int getLimit()- Returns:
- the limit on writing, in bytes
-