public final class HPBFDocument extends POIReadOnlyDocument
| Constructor and Description |
|---|
HPBFDocument(DirectoryNode dir)
Opens an embedded 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() |
write, write, writeclearDirectory, close, createInformationProperties, getDirectory, getDocumentSummaryInformation, getEncryptedPropertyStreamName, getEncryptionInfo, getPropertySet, getPropertySet, getSummaryInformation, initDirectory, readProperties, replaceDirectory, validateInPlaceWritePossible, writeProperties, writeProperties, writePropertiespublic 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) throws java.io.IOException
java.io.IOExceptionpublic MainContents getMainContents()
public QuillContents getQuillContents()
public EscherStm getEscherStm()
public EscherDelayStm getEscherDelayStm()