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(OPOIFSFileSystem 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
|
createInformationProperties, getDirectory, getDocumentSummaryInformation, getPropertySet, getPropertySet, getSummaryInformation, readProperties, writeProperties, writeProperties, writeProperties, writePropertySetpublic HPSFPropertiesOnlyDocument(NPOIFSFileSystem fs)
public HPSFPropertiesOnlyDocument(OPOIFSFileSystem 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 2017 The Apache Software Foundation or its licensors, as applicable.