public class DocumentNode extends EntryNode implements DocumentEntry, 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.
|
int |
getSize()
get the zize of the document, in bytes
|
Object[] |
getViewableArray()
Get an array of objects, some of which may implement
POIFSViewable
|
Iterator<Object> |
getViewableIterator()
Get an Iterator of objects, some of which may implement
POIFSViewable
|
boolean |
isDocumentEntry()
is this a DocumentEntry?
|
boolean |
preferArray()
Give viewers a hint as to whether to call getViewableArray or
getViewableIterator
|
delete, getName, getParent, isDirectoryEntry, renameTopublic int getSize()
getSize in interface DocumentEntrypublic boolean isDocumentEntry()
isDocumentEntry in interface EntryisDocumentEntry in class EntryNodepublic Object[] getViewableArray()
getViewableArray in interface POIFSViewablepublic Iterator<Object> getViewableIterator()
getViewableIterator in interface POIFSViewablepublic boolean preferArray()
preferArray in interface POIFSViewablepublic String getShortDescription()
getShortDescription in interface POIFSViewableCopyright © 2010 - 2020 Adobe. All Rights Reserved