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
IOException
public void displayParts() throws Exception
Exception
public void displayRelations() throws Exception
Exception
Copyright © 2020. All rights reserved.