Uses of Class
org.docx4j.org.apache.poi.poifs.property.Property
Packages that use Property
Package
Description
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.
storage package contains low level binary structures for POIFS's implementation of the OLE 2
Compound Document Format.
-
Uses of Property in org.docx4j.org.apache.poi.poifs.filesystem
Methods in org.docx4j.org.apache.poi.poifs.filesystem that return PropertyModifier and TypeMethodDescriptionprotected PropertyEntryNode.getProperty()grant access to the propertyConstructors in org.docx4j.org.apache.poi.poifs.filesystem with parameters of type PropertyModifierConstructorDescriptionprotectedEntryNode(Property property, DirectoryNode parent) create a DocumentNode. -
Uses of Property in org.docx4j.org.apache.poi.poifs.property
Subclasses of Property in org.docx4j.org.apache.poi.poifs.propertyModifier and TypeClassDescriptionclassDirectory propertyclassTrivial extension of Property for POIFSDocumentsfinal classRoot propertyFields in org.docx4j.org.apache.poi.poifs.property with type parameters of type PropertyMethods in org.docx4j.org.apache.poi.poifs.property that return types with arguments of type PropertyModifier and TypeMethodDescriptionDirectoryProperty.getChildren()Get an iterator over the children of this Parent; all elements are instances of Property.DirectoryProperty.iterator()Get an iterator over the children of this Parent, alias forDirectoryProperty.getChildren()which supports foreach useMethods in org.docx4j.org.apache.poi.poifs.property with parameters of type PropertyModifier and TypeMethodDescriptionvoidAdd a new child to the collection of childrenvoidAdd a new child to the collection of childrenvoidPropertyTableBase.addProperty(Property property) Add a property to the list of properties we managebooleanDirectoryProperty.changeName(Property property, String newName) Change a Property's nameintcompare method.booleanDirectoryProperty.deleteChild(Property property) Delete a PropertyvoidPropertyTableBase.removeProperty(Property property) Remove a property from the list of properties we manageConstructor parameters in org.docx4j.org.apache.poi.poifs.property with type arguments of type PropertyModifierConstructorDescriptionPropertyTableBase(HeaderBlock header_block, List<Property> properties) Reading constructor (used when we've read in a file and we want to extract the property table from it). -
Uses of Property in org.docx4j.org.apache.poi.poifs.storage
Method parameters in org.docx4j.org.apache.poi.poifs.storage with type arguments of type PropertyModifier and TypeMethodDescriptionstatic BlockWritable[]PropertyBlock.createPropertyBlockArray(POIFSBigBlockSize bigBlockSize, List<Property> properties) Create an array of PropertyBlocks from an array of Property instances, creating empty Property instances to make up any shortfall