public class OOXMLLister extends Object
| Constructor and Description |
|---|
OOXMLLister(OPCPackage container) |
OOXMLLister(OPCPackage container,
PrintStream disp) |
| Modifier and Type | Method and Description |
|---|---|
void |
displayParts()
Displays information on all the different
parts of the OOXML file container.
|
void |
displayRelations()
Displays information on all the different
relationships between different parts
of the OOXML file container.
|
static long |
getSize(PackagePart part)
Figures out how big a given PackagePart is.
|
static void |
main(String[] args) |
public OOXMLLister(OPCPackage container)
public OOXMLLister(OPCPackage container, PrintStream disp)
public static long getSize(PackagePart part) throws IOException
IOExceptionpublic void displayParts()
throws Exception
Exceptionpublic void displayRelations()
throws Exception
ExceptionCopyright © 2020. All rights reserved.