|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.POIDocument
org.apache.poi.hpbf.HPBFDocument
public final class HPBFDocument
This class provides the basic functionality for HPBF, our implementation of the publisher file format.
Constructor Summary | |
---|---|
HPBFDocument(org.apache.poi.poifs.filesystem.DirectoryNode dir)
Opens an embedded publisher document, at the given directory. |
|
HPBFDocument(org.apache.poi.poifs.filesystem.DirectoryNode dir,
org.apache.poi.poifs.filesystem.POIFSFileSystem fs)
Deprecated. Use HPBFDocument(DirectoryNode) instead |
|
HPBFDocument(java.io.InputStream inp)
|
|
HPBFDocument(org.apache.poi.poifs.filesystem.NPOIFSFileSystem fs)
|
|
HPBFDocument(org.apache.poi.poifs.filesystem.POIFSFileSystem fs)
Opens a new publisher document |
Method Summary | |
---|---|
EscherDelayStm |
getEscherDelayStm()
|
EscherStm |
getEscherStm()
|
MainContents |
getMainContents()
|
QuillContents |
getQuillContents()
|
void |
write(java.io.OutputStream out)
|
Methods inherited from class org.apache.poi.POIDocument |
---|
createInformationProperties, getDocumentSummaryInformation, getSummaryInformation |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HPBFDocument(org.apache.poi.poifs.filesystem.POIFSFileSystem fs) throws java.io.IOException
java.io.IOException
public HPBFDocument(org.apache.poi.poifs.filesystem.NPOIFSFileSystem fs) throws java.io.IOException
java.io.IOException
public HPBFDocument(java.io.InputStream inp) throws java.io.IOException
java.io.IOException
public HPBFDocument(org.apache.poi.poifs.filesystem.DirectoryNode dir, org.apache.poi.poifs.filesystem.POIFSFileSystem fs) throws java.io.IOException
HPBFDocument(DirectoryNode)
instead
java.io.IOException
public HPBFDocument(org.apache.poi.poifs.filesystem.DirectoryNode dir) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public MainContents getMainContents()
public QuillContents getQuillContents()
public EscherStm getEscherStm()
public EscherDelayStm getEscherDelayStm()
public void write(java.io.OutputStream out) throws java.io.IOException
write
in class org.apache.poi.POIDocument
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |