public class HPSFPropertiesOnlyDocument extends POIDocument
POIDocument which allows access to the
HPSF Properties, but no other document contents.
Normally used when you want to read or alter the Document Properties,
without affecting the rest of the filedirectory| Constructor | Description |
|---|---|
HPSFPropertiesOnlyDocument(NPOIFSFileSystem fs) |
|
HPSFPropertiesOnlyDocument(POIFSFileSystem fs) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
write(java.io.OutputStream out) |
Write out, with any properties changes, but nothing else
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcopyNodeRecursively, copyNodes, copyNodes, createInformationProperties, getDocumentSummaryInformation, getPropertySet, getPropertySet, getSummaryInformation, readProperties, writeProperties, writeProperties, writePropertySetpublic HPSFPropertiesOnlyDocument(NPOIFSFileSystem fs)
public HPSFPropertiesOnlyDocument(POIFSFileSystem fs)
public void write(java.io.OutputStream out)
throws java.io.IOException
write in class POIDocumentout - The stream to write to.java.io.IOException - thrown on errors writing to the streamCopyright 2018 The Apache Software Foundation or its licensors, as applicable.