org.apache.poi.hpbf
public final class HPBFDocument extends POIDocument
directory, filesystem| Constructor and Description |
|---|
HPBFDocument(DirectoryNode dir,
POIFSFileSystem fs)
Opens an embeded publisher document,
at the given directory.
|
HPBFDocument(java.io.InputStream inp) |
HPBFDocument(POIFSFileSystem fs)
Opens a new publisher document
|
| Modifier and Type | Method and Description |
|---|---|
EscherDelayStm |
getEscherDelayStm() |
EscherStm |
getEscherStm() |
MainContents |
getMainContents() |
QuillContents |
getQuillContents() |
void |
write(java.io.OutputStream out)
Writes the document out to the specified output stream
|
copyNodes, createInformationProperties, getDocumentSummaryInformation, getPropertySet, getSummaryInformation, readProperties, writeProperties, writeProperties, writePropertySetpublic HPBFDocument(POIFSFileSystem fs) throws java.io.IOException
java.io.IOExceptionpublic HPBFDocument(java.io.InputStream inp)
throws java.io.IOException
java.io.IOExceptionpublic HPBFDocument(DirectoryNode dir, POIFSFileSystem fs) throws java.io.IOException
java.io.IOExceptionpublic MainContents getMainContents()
public QuillContents getQuillContents()
public EscherStm getEscherStm()
public EscherDelayStm getEscherDelayStm()
public void write(java.io.OutputStream out)
throws java.io.IOException
POIDocumentwrite in class POIDocumentjava.io.IOExceptionCopyright 2016 The Apache Software Foundation or its licensors, as applicable.