| |
|
| java.lang.Object org.apache.poi.poifs.property.Property org.apache.poi.poifs.property.DocumentProperty
DocumentProperty | public class DocumentProperty extends Property (Code) | | Trivial extension of Property for POIFSDocuments
author: Marc Johnson (mjohnson at apache dot org) |
DocumentProperty | public DocumentProperty(String name, int size)(Code) | | Constructor
Parameters: name - POIFSDocument name Parameters: size - POIFSDocument size |
DocumentProperty | protected DocumentProperty(int index, byte[] array, int offset)(Code) | | reader constructor
Parameters: index - index number Parameters: array - byte data Parameters: offset - offset into byte data |
getDocument | public POIFSDocument getDocument()(Code) | | get the POIFSDocument
the associated document |
isDirectory | public boolean isDirectory()(Code) | | true if a directory type Property |
preWrite | protected void preWrite()(Code) | | Perform whatever activities need to be performed prior to
writing
|
setDocument | public void setDocument(POIFSDocument doc)(Code) | | set the POIFSDocument
Parameters: doc - the associated POIFSDocument |
shouldUseSmallBlocks | public boolean shouldUseSmallBlocks()(Code) | | give method more visibility
true if this property should use small blocks |
|
|
|