Uses of Class
org.docx4j.org.apache.poi.poifs.property.DirectoryProperty
Packages that use DirectoryProperty
Package
Description
DEV package serves two purposes.
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
property package contains high and low level Property structures for POIFS.
-
Uses of DirectoryProperty in org.docx4j.org.apache.poi.poifs.dev
Methods in org.docx4j.org.apache.poi.poifs.dev with parameters of type DirectoryPropertyModifier and TypeMethodDescriptionstatic voidPOIFSHeaderDumper.displayProperties(DirectoryProperty prop, String indent) -
Uses of DirectoryProperty in org.docx4j.org.apache.poi.poifs.filesystem
Methods in org.docx4j.org.apache.poi.poifs.filesystem with parameters of type DirectoryPropertyModifier and TypeMethodDescription(package private) voidNPOIFSFileSystem.addDirectory(DirectoryProperty directory) add a new DirectoryProperty to the FileSystem(package private) voidOPOIFSFileSystem.addDirectory(DirectoryProperty directory) add a new DirectoryPropertyConstructors in org.docx4j.org.apache.poi.poifs.filesystem with parameters of type DirectoryPropertyModifierConstructorDescriptionprivateDirectoryNode(DirectoryProperty property, DirectoryNode parent, OPOIFSFileSystem ofilesystem, NPOIFSFileSystem nfilesystem) (package private)DirectoryNode(DirectoryProperty property, NPOIFSFileSystem nfilesystem, DirectoryNode parent) create a DirectoryNode.(package private)DirectoryNode(DirectoryProperty property, OPOIFSFileSystem filesystem, DirectoryNode parent) create a DirectoryNode. -
Uses of DirectoryProperty in org.docx4j.org.apache.poi.poifs.property
Subclasses of DirectoryProperty in org.docx4j.org.apache.poi.poifs.propertyMethods in org.docx4j.org.apache.poi.poifs.property with parameters of type DirectoryPropertyModifier and TypeMethodDescriptionprivate voidPropertyTableBase.populatePropertyTree(DirectoryProperty root)