|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.poifs.property.Property
org.apache.poi.poifs.property.DocumentProperty
public class DocumentProperty
Trivial extension of Property for POIFSDocuments
Constructor Summary | |
---|---|
DocumentProperty(java.lang.String name,
int size)
Constructor |
Method Summary | |
---|---|
POIFSDocument |
getDocument()
get the POIFSDocument |
boolean |
isDirectory()
|
void |
setDocument(POIFSDocument doc)
set the POIFSDocument |
boolean |
shouldUseSmallBlocks()
give method more visibility |
Methods inherited from class org.apache.poi.poifs.property.Property |
---|
getName, getNextChild, getPreviousChild, getShortDescription, getSize, getStartBlock, getStorageClsid, getViewableArray, getViewableIterator, isSmall, preferArray, setNextChild, setPreviousChild, setStartBlock, setStorageClsid, writeData |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DocumentProperty(java.lang.String name, int size)
name
- POIFSDocument namesize
- POIFSDocument sizeMethod Detail |
---|
public void setDocument(POIFSDocument doc)
doc
- the associated POIFSDocumentpublic POIFSDocument getDocument()
public boolean shouldUseSmallBlocks()
shouldUseSmallBlocks
in class Property
public boolean isDirectory()
isDirectory
in class Property
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |