|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.poifs.dev.POIFSViewEngine
public class POIFSViewEngine
This class contains methods used to inspect POIFSViewable objects
Constructor Summary | |
---|---|
POIFSViewEngine()
|
Method Summary | |
---|---|
static java.util.List |
inspectViewable(java.lang.Object viewable,
boolean drilldown,
int indentLevel,
java.lang.String indentString)
Inspect an object that may be viewable, and drill down if told to |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public POIFSViewEngine()
Method Detail |
---|
public static java.util.List inspectViewable(java.lang.Object viewable, boolean drilldown, int indentLevel, java.lang.String indentString)
viewable
- the object to be vieweddrilldown
- if true, and the object implements
POIFSViewable, inspect the objects' contents
(recursively)indentLevel
- how far in to indent each stringindentString
- string to use for indenting
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |