Uses of Class
org.docx4j.org.apache.poi.hpsf.ClassID
Packages that use ClassID
Package
Description
The eventfilesystem is an efficient method for reading OLE 2 CDF files.
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 ClassID in org.docx4j.org.apache.poi.hpsf
Fields in org.docx4j.org.apache.poi.hpsf declared as ClassIDModifier and TypeFieldDescriptionstatic final ClassID[]DocumentSummaryInformation.FORMAT_IDThe DocumentSummaryInformation's first and second sections' format ID.static final ClassIDSummaryInformation.FORMAT_IDThe SummaryInformation's section's format ID.Methods in org.docx4j.org.apache.poi.hpsf that return ClassIDModifier and TypeMethodDescriptionClassIDPredefined.getClassID()PropertySet.getClassID()Section.getFormatID()Returns the format ID.Methods in org.docx4j.org.apache.poi.hpsf with parameters of type ClassIDModifier and TypeMethodDescriptionbooleanbooleanClassID.equalsInverted(ClassID o) Checks whether thisClassIDis equal to another ClassID with inverted endianess, because there are apparently not only version 1 GUIDs (aka "network" with big-endian encoding), but also version 2 GUIDs (aka "native" with little-endian encoding) out there.static ClassIDPredefinedvoidPropertySet.setClassID(ClassID classID) Sets the property set stream's low-level "class ID" field.voidSection.setFormatID(ClassID formatID) Sets the section's format ID.Constructors in org.docx4j.org.apache.poi.hpsf with parameters of type ClassID -
Uses of ClassID in org.docx4j.org.apache.poi.poifs.eventfilesystem
Methods in org.docx4j.org.apache.poi.poifs.eventfilesystem that return ClassID -
Uses of ClassID in org.docx4j.org.apache.poi.poifs.filesystem
Methods in org.docx4j.org.apache.poi.poifs.filesystem that return ClassIDModifier and TypeMethodDescriptionDirectoryEntry.getStorageClsid()Gets the storage clsid of the directory entryDirectoryNode.getStorageClsid()Gets the storage clsid of the directory entryFilteringDirectoryNode.getStorageClsid()Methods in org.docx4j.org.apache.poi.poifs.filesystem with parameters of type ClassIDModifier and TypeMethodDescriptionvoidDirectoryEntry.setStorageClsid(ClassID clsidStorage) Sets the storage clsid for the directory entryvoidDirectoryNode.setStorageClsid(ClassID clsidStorage) Sets the storage clsid for the directory entryvoidFilteringDirectoryNode.setStorageClsid(ClassID clsidStorage) -
Uses of ClassID in org.docx4j.org.apache.poi.poifs.property
Methods in org.docx4j.org.apache.poi.poifs.property that return ClassIDModifier and TypeMethodDescriptionProperty.getStorageClsid()Sets the storage clsid, which is the Class ID of a COM object which reads and writes this streamMethods in org.docx4j.org.apache.poi.poifs.property with parameters of type ClassIDModifier and TypeMethodDescriptionvoidProperty.setStorageClsid(ClassID clsidStorage) Sets the storage class ID for this property stream.