Class RootProperty
java.lang.Object
org.docx4j.org.apache.poi.poifs.property.Property
org.docx4j.org.apache.poi.poifs.property.DirectoryProperty
org.docx4j.org.apache.poi.poifs.property.RootProperty
- All Implemented Interfaces:
Iterable<Property>,POIFSViewable,Child,Parent
Root property
-
Nested Class Summary
Nested classes/interfaces inherited from class org.docx4j.org.apache.poi.poifs.property.DirectoryProperty
DirectoryProperty.PropertyComparator -
Field Summary
FieldsFields inherited from class org.docx4j.org.apache.poi.poifs.property.Property
_NO_INDEX, _NODE_BLACK, _NODE_RED -
Constructor Summary
ConstructorsModifierConstructorDescription(package private)protectedRootProperty(int index, byte[] array, int offset) reader constructor -
Method Summary
Methods inherited from class org.docx4j.org.apache.poi.poifs.property.DirectoryProperty
addChild, changeName, deleteChild, getChildren, isDirectory, iterator, preWriteMethods inherited from class org.docx4j.org.apache.poi.poifs.property.Property
getChildIndex, getIndex, getNextChild, getNextChildIndex, getPreviousChild, getPreviousChildIndex, getShortDescription, getSize, getStartBlock, getStorageClsid, getViewableArray, getViewableIterator, isSmall, isValidIndex, preferArray, setChildProperty, setIndex, setName, setNextChild, setNodeColor, setPreviousChild, setPropertyType, setStartBlock, setStorageClsid, shouldUseSmallBlocks, writeDataMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.docx4j.org.apache.poi.poifs.property.Child
getNextChild, getPreviousChildMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface org.docx4j.org.apache.poi.poifs.property.Parent
setNextChild, setPreviousChild
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
RootProperty
RootProperty() -
RootProperty
protected RootProperty(int index, byte[] array, int offset) reader constructor- Parameters:
index- index numberarray- byte dataoffset- offset into byte data
-
-
Method Details