public interface POIFSViewable
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getShortDescription()Provides a short description of the object, to be used when a
 POIFSViewable object has not provided its contents. | 
| java.lang.Object[] | getViewableArray()Get an array of objects, some of which may implement
 POIFSViewable | 
| java.util.Iterator<java.lang.Object> | getViewableIterator()Get an Iterator of objects, some of which may implement
 POIFSViewable | 
| boolean | preferArray()Give viewers a hint as to whether to call getViewableArray or
 getViewableIterator | 
java.lang.Object[] getViewableArray()
java.util.Iterator<java.lang.Object> getViewableIterator()
boolean preferArray()
java.lang.String getShortDescription()
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.