POIFSWriterEventpublic class POIFSWriterEvent extends Object
Fields Summary |
---|
private DocumentOutputStream | stream | private POIFSDocumentPath | path | private String | documentName | private int | limit |
Constructors Summary |
---|
POIFSWriterEvent(DocumentOutputStream stream, POIFSDocumentPath path, String documentName, int limit)package scoped constructor
this.stream = stream;
this.path = path;
this.documentName = documentName;
this.limit = limit;
|
|