public abstract class POIReadOnlyDocument extends POIDocument
| 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.
|
close, createInformationProperties, getDirectory, getDocumentSummaryInformation, getEncryptionInfo, getSummaryInformationpublic void write()
write in class POIDocumentIllegalStateException - If you call the method, as writing is not supportedpublic void write(File file)
write in class POIDocumentfile - The new File to write to.IllegalStateException - If you call the method, as writing is not supportedpublic void write(OutputStream out)
write in class POIDocumentout - The stream to write to.IllegalStateException - If you call the method, as writing is not supportedCopyright © 2010 - 2020 Adobe. All Rights Reserved