|
||||||||||
| 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.hdgf.HDGFDiagram
public final class HDGFDiagram
See http://www.redferni.uklinux.net/visio/ http://www.gnome.ru/projects/docs/vsdocs.html http://www.gnome.ru/projects/docs/slide1.png http://www.gnome.ru/projects/docs/slide2.png
| Field Summary |
|---|
| Fields inherited from class org.apache.poi.POIDocument |
|---|
directory |
| Constructor Summary | |
|---|---|
HDGFDiagram(DirectoryNode dir)
|
|
HDGFDiagram(DirectoryNode dir,
POIFSFileSystem fs)
Deprecated. Use HDGFDiagram(DirectoryNode) instead |
|
HDGFDiagram(NPOIFSFileSystem fs)
|
|
HDGFDiagram(POIFSFileSystem fs)
|
|
| Method Summary | |
|---|---|
void |
debug()
Prints out some simple debug on the base contents of the file. |
long |
getDocumentSize()
|
Stream[] |
getTopLevelStreams()
Returns all the top level streams, which are the streams pointed to by the TrailerStream. |
TrailerStream |
getTrailerStream()
Returns the TrailerStream, which is at the root of the tree of Streams. |
static void |
main(java.lang.String[] args)
For testing only |
void |
write(java.io.OutputStream out)
Writes the document out to the specified output stream |
| Methods inherited from class org.apache.poi.POIDocument |
|---|
copyNodeRecursively, copyNodes, copyNodes, createInformationProperties, getDocumentSummaryInformation, getPropertySet, getSummaryInformation, readProperties, writeProperties, writeProperties, writePropertySet |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HDGFDiagram(POIFSFileSystem fs)
throws java.io.IOException
java.io.IOException
public HDGFDiagram(NPOIFSFileSystem fs)
throws java.io.IOException
java.io.IOException
@Deprecated
public HDGFDiagram(DirectoryNode dir,
POIFSFileSystem fs)
throws java.io.IOException
HDGFDiagram(DirectoryNode) instead
java.io.IOException
public HDGFDiagram(DirectoryNode dir)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public TrailerStream getTrailerStream()
public Stream[] getTopLevelStreams()
public long getDocumentSize()
public void debug()
VSDDumperpublic void write(java.io.OutputStream out)
POIDocument
write in class POIDocument
public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||