| java.lang.Object org.apache.poi.poifs.dev.POIFSViewEngine
POIFSViewEngine | public class POIFSViewEngine (Code) | | This class contains methods used to inspect POIFSViewable objects
author: Marc Johnson (mjohnson at apache dot org) |
inspectViewable | public static List inspectViewable(Object viewable, boolean drilldown, int indentLevel, String indentString)(Code) | | Inspect an object that may be viewable, and drill down if told
to
Parameters: viewable - the object to be viewed Parameters: drilldown - if true, and the object implementsPOIFSViewable, inspect the objects' contents(recursively) Parameters: indentLevel - how far in to indent each string Parameters: indentString - string to use for indenting a List of Strings holding the content |
|
|