|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.poifs.property.Property org.apache.poi.poifs.property.DirectoryProperty org.apache.poi.poifs.property.RootProperty
public final class RootProperty
Root property
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.poi.poifs.property.DirectoryProperty |
---|
DirectoryProperty.PropertyComparator |
Field Summary |
---|
Fields inherited from class org.apache.poi.poifs.property.Property |
---|
_NO_INDEX, _NODE_BLACK, _NODE_RED |
Constructor Summary | |
---|---|
protected |
RootProperty(int index,
byte[] array,
int offset)
reader constructor |
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the fixed name "Root Entry", as the raw property doesn't have a real name set |
void |
setSize(int size)
set size |
Methods inherited from class org.apache.poi.poifs.property.DirectoryProperty |
---|
addChild, changeName, deleteChild, getChildren, isDirectory, iterator, preWrite |
Methods inherited from class org.apache.poi.poifs.property.Property |
---|
getChildIndex, getIndex, getNextChild, getPreviousChild, getShortDescription, getSize, getStartBlock, getStorageClsid, getViewableArray, getViewableIterator, isSmall, preferArray, setChildProperty, setIndex, setName, setNextChild, setNodeColor, setPreviousChild, setPropertyType, setStartBlock, setStorageClsid, shouldUseSmallBlocks, writeData |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.poi.poifs.property.Parent |
---|
setNextChild, setPreviousChild |
Methods inherited from interface org.apache.poi.poifs.property.Child |
---|
getNextChild, getPreviousChild |
Constructor Detail |
---|
protected RootProperty(int index, byte[] array, int offset)
index
- index numberarray
- byte dataoffset
- offset into byte dataMethod Detail |
---|
public void setSize(int size)
setSize
in class Property
size
- size in terms of small blockspublic java.lang.String getName()
getName
in class Property
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |