public final class HPBFDocument extends POIDocument
directory
Constructor and Description |
---|
HPBFDocument(DirectoryNode dir)
Opens an embedded publisher document,
at the given directory.
|
HPBFDocument(DirectoryNode dir,
POIFSFileSystem fs)
Deprecated.
Use
HPBFDocument(DirectoryNode) instead |
HPBFDocument(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(OutputStream out)
Writes the document out to the specified output stream
|
copyNodeRecursively, copyNodes, copyNodes, createInformationProperties, getDocumentSummaryInformation, getPropertySet, getSummaryInformation, readProperties, writeProperties, writeProperties, writePropertySet
public HPBFDocument(POIFSFileSystem fs) throws IOException
IOException
public HPBFDocument(NPOIFSFileSystem fs) throws IOException
IOException
public HPBFDocument(InputStream inp) throws IOException
IOException
@Deprecated public HPBFDocument(DirectoryNode dir, POIFSFileSystem fs) throws IOException
HPBFDocument(DirectoryNode)
insteadIOException
public HPBFDocument(DirectoryNode dir) throws IOException
IOException
public MainContents getMainContents()
public QuillContents getQuillContents()
public EscherStm getEscherStm()
public EscherDelayStm getEscherDelayStm()
public void write(OutputStream out) throws IOException
POIDocument
write
in class POIDocument
IOException
Copyright © 2020. All rights reserved.