public final class HPBFDocument extends POIDocument
directory
Constructor and Description |
---|
HPBFDocument(DirectoryNode dir)
Opens an embedded publisher document,
at the given directory.
|
HPBFDocument(java.io.InputStream inp) |
HPBFDocument(NPOIFSFileSystem fs) |
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.
|
createInformationProperties, getDocumentSummaryInformation, getPropertySet, getPropertySet, getSummaryInformation, readProperties, writeProperties, writeProperties, writeProperties, writePropertySet
public HPBFDocument(POIFSFileSystem fs) throws java.io.IOException
java.io.IOException
public HPBFDocument(NPOIFSFileSystem fs) throws java.io.IOException
java.io.IOException
public HPBFDocument(java.io.InputStream inp) throws java.io.IOException
java.io.IOException
public HPBFDocument(DirectoryNode dir) throws java.io.IOException
java.io.IOException
public MainContents getMainContents()
public QuillContents getQuillContents()
public EscherStm getEscherStm()
public EscherDelayStm getEscherDelayStm()
public void write(java.io.OutputStream out) throws java.io.IOException
POIDocument
write
in class POIDocument
out
- The stream to write to.java.io.IOException
- thrown on errors writing to the streamCopyright 2016 The Apache Software Foundation or its licensors, as applicable.