public final class PPTXMLDump extends Object
| Constructor and Description |
|---|
PPTXMLDump(File ppt) |
| Modifier and Type | Method and Description |
|---|---|
void |
dump(byte[] data,
int offset,
int length,
int padding)
Dump a part of the document stream into XML
|
void |
dump(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(String[] args) |
public PPTXMLDump(File ppt) throws IOException
IOExceptionpublic void dump(Writer outWriter) throws IOException
outWriter - Writer to write outIOExceptionpublic void dump(byte[] data,
int offset,
int length,
int padding)
throws IOException
data - PPT binary dataoffset - offset from the beginning of the documentlength - of the documentpadding - used for formatting resultsIOExceptionpublic void dumpPictures(byte[] data,
int padding)
throws IOException
data - from the Pictures OLE data streampadding - IOExceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved