public final class HPBFDocument extends POIDocument
directory| Constructor | Description |
|---|---|
HPBFDocument(java.io.InputStream inp) |
|
HPBFDocument(DirectoryNode dir) |
Opens an embedded publisher document,
at the given directory.
|
HPBFDocument(DirectoryNode dir,
POIFSFileSystem fs) |
Deprecated.
Use
HPBFDocument(DirectoryNode) instead |
HPBFDocument(NPOIFSFileSystem fs) |
|
HPBFDocument(POIFSFileSystem fs) |
Opens a new publisher document
|
| Modifier and Type | Method | Description |
|---|---|---|
EscherDelayStm |
getEscherDelayStm() |
|
EscherStm |
getEscherStm() |
|
MainContents |
getMainContents() |
|
QuillContents |
getQuillContents() |
|
void |
write(java.io.OutputStream out) |
Writes the document out to the specified output stream.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcopyNodeRecursively, copyNodes, copyNodes, createInformationProperties, getDocumentSummaryInformation, getPropertySet, getPropertySet, getSummaryInformation, readProperties, writeProperties, writeProperties, writePropertySetpublic HPBFDocument(POIFSFileSystem fs) throws java.io.IOException
java.io.IOExceptionpublic HPBFDocument(NPOIFSFileSystem fs) throws java.io.IOException
java.io.IOExceptionpublic HPBFDocument(java.io.InputStream inp)
throws java.io.IOException
java.io.IOException@Deprecated public HPBFDocument(DirectoryNode dir, POIFSFileSystem fs) throws java.io.IOException
HPBFDocument(DirectoryNode) insteadjava.io.IOExceptionpublic HPBFDocument(DirectoryNode dir) 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 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.