| java.lang.Object org.apache.poi.poifs.filesystem.EntryNode org.apache.poi.poifs.filesystem.DocumentNode
DocumentNode | DocumentNode(DocumentProperty property, DirectoryNode parent)(Code) | | create a DocumentNode. This method is not public by design; it
is intended strictly for the internal use of this package
Parameters: property - the DocumentProperty for this DocumentEntry Parameters: parent - the parent of this entry |
getShortDescription | public String getShortDescription()(Code) | | Provides a short description of the object, to be used when a
POIFSViewable object has not provided its contents.
short description |
getSize | public int getSize()(Code) | | get the zize of the document, in bytes
size in bytes |
getViewableArray | public Object[] getViewableArray()(Code) | | Get an array of objects, some of which may implement
POIFSViewable
an array of Object; may not be null, but may be empty |
getViewableIterator | public Iterator getViewableIterator()(Code) | | Get an Iterator of objects, some of which may implement
POIFSViewable
an Iterator; may not be null, but may have an emptyback end store |
isDeleteOK | protected boolean isDeleteOK()(Code) | | extensions use this method to verify internal rules regarding
deletion of the underlying store.
true if it's ok to delete the underlying store, elsefalse |
isDocumentEntry | public boolean isDocumentEntry()(Code) | | is this a DocumentEntry?
true if the Entry is a DocumentEntry, else false |
preferArray | public boolean preferArray()(Code) | | Give viewers a hint as to whether to call getViewableArray or
getViewableIterator
true if a viewer should call getViewableArray, false ifa viewer should call getViewableIterator |
|
|