public interface POIFSViewable
Modifier and Type | Method and Description |
---|---|
String |
getShortDescription()
Provides a short description of the object, to be used when a
POIFSViewable object has not provided its contents.
|
Object[] |
getViewableArray()
Get an array of objects, some of which may implement
POIFSViewable
|
Iterator |
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
|
Object[] getViewableArray()
Iterator getViewableIterator()
boolean preferArray()
String getShortDescription()
Copyright © 2020. All rights reserved.