public class POIFSViewEngine
extends java.lang.Object
Constructor and Description |
---|
POIFSViewEngine() |
Modifier and Type | Method and Description |
---|---|
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
|
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 indentingCopyright © 2005-2010 Potix Corporation. All Rights Reserved.