public class POIFSViewEngine extends Object
Constructor and Description |
---|
POIFSViewEngine() |
Modifier and Type | Method and Description |
---|---|
static List |
inspectViewable(Object viewable,
boolean drilldown,
int indentLevel,
String indentString)
Inspect an object that may be viewable, and drill down if told
to
|
public static List inspectViewable(Object viewable, boolean drilldown, int indentLevel, 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 © 2020. All rights reserved.