public abstract class POIReadOnlyDocument
extends org.apache.poi.POIDocument
| Constructor and Description |
|---|
POIReadOnlyDocument(org.apache.poi.poifs.filesystem.DirectoryNode dir) |
POIReadOnlyDocument(org.apache.poi.poifs.filesystem.NPOIFSFileSystem fs) |
POIReadOnlyDocument(org.apache.poi.poifs.filesystem.OPOIFSFileSystem fs) |
POIReadOnlyDocument(org.apache.poi.poifs.filesystem.POIFSFileSystem fs) |
| Modifier and Type | Method and Description |
|---|---|
void |
write()
Note - writing is not yet supported for this file format, sorry.
|
void |
write(File file)
Note - writing is not yet supported for this file format, sorry.
|
void |
write(OutputStream out)
Note - writing is not yet supported for this file format, sorry.
|
public POIReadOnlyDocument(org.apache.poi.poifs.filesystem.DirectoryNode dir)
public POIReadOnlyDocument(org.apache.poi.poifs.filesystem.NPOIFSFileSystem fs)
public POIReadOnlyDocument(org.apache.poi.poifs.filesystem.OPOIFSFileSystem fs)
public POIReadOnlyDocument(org.apache.poi.poifs.filesystem.POIFSFileSystem fs)
public void write()
write in class org.apache.poi.POIDocumentIllegalStateException - If you call the method, as writing is not supportedpublic void write(File file)
write in class org.apache.poi.POIDocumentIllegalStateException - If you call the method, as writing is not supportedpublic void write(OutputStream out)
write in class org.apache.poi.POIDocumentIllegalStateException - If you call the method, as writing is not supportedCopyright © 2019 CURS. All rights reserved.