Package org.apache.poi.hdgf
Class HDGFDiagram
java.lang.Object
org.apache.poi.POIDocument
org.apache.poi.POIReadOnlyDocument
org.apache.poi.hdgf.HDGFDiagram
- All Implemented Interfaces:
Closeable,AutoCloseable
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
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.poi.POIReadOnlyDocument
write, write, writeMethods inherited from class org.apache.poi.POIDocument
close, createInformationProperties, getDirectory, getDocumentSummaryInformation, getEncryptionInfo, getSummaryInformation, readProperties, writeProperties
-
Constructor Details
-
HDGFDiagram
- Throws:
IOException
-
HDGFDiagram
- Throws:
IOException
-
-
Method Details
-
getTrailerStream
Returns the TrailerStream, which is at the root of the tree of Streams.- Returns:
- the TrailerStream
-
getTopLevelStreams
Returns all the top level streams, which are the streams pointed to by the TrailerStream.- Returns:
- the top level streams
-
getDocumentSize
public long getDocumentSize() -
debug
public void debug()Prints out some simple debug on the base contents of the file.- See Also:
-