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 and Description |
---|
HPSFPropertiesOnlyDocument(NPOIFSFileSystem fs) |
HPSFPropertiesOnlyDocument(POIFSFileSystem fs) |
Modifier and Type | Method and Description |
---|---|
void |
write(java.io.OutputStream out)
Write out, with any properties changes, but nothing else
|
copyNodeRecursively, copyNodes, copyNodes, createInformationProperties, getDocumentSummaryInformation, getPropertySet, getPropertySet, getSummaryInformation, readProperties, writeProperties, writeProperties, writePropertySet
public HPSFPropertiesOnlyDocument(NPOIFSFileSystem fs)
public HPSFPropertiesOnlyDocument(POIFSFileSystem fs)
public void write(java.io.OutputStream out) throws java.io.IOException
write
in class POIDocument
out
- The stream to write to.java.io.IOException
- thrown on errors writing to the streamCopyright 2015 The Apache Software Foundation or its licensors, as applicable.