|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hslf.dev.PPTXMLDump
public final class PPTXMLDump
Utility class which dumps raw contents of a ppt file into XML format
Constructor Summary | |
---|---|
PPTXMLDump(java.io.File ppt)
|
Method Summary | |
---|---|
void |
dump(byte[] data,
int offset,
int length,
int padding)
Dump a part of the document stream into XML |
void |
dump(java.io.Writer outWriter)
Dump the structure of the supplied PPT file into XML |
void |
dumpPictures(byte[] data,
int padding)
Dumps the Pictures OLE stream into XML. |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PPTXMLDump(java.io.File ppt) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void dump(java.io.Writer outWriter) throws java.io.IOException
outWriter
- Writer
to write out
java.io.IOException
public void dump(byte[] data, int offset, int length, int padding) throws java.io.IOException
data
- PPT binary dataoffset
- offset from the beginning of the documentlength
- of the documentpadding
- used for formatting results
java.io.IOException
public void dumpPictures(byte[] data, int padding) throws java.io.IOException
data
- from the Pictures OLE data streampadding
-
java.io.IOException
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 |