Uses of Class
org.apache.poi.hpsf.ClassID
-
Packages that use ClassID Package Description org.apache.poi.hpsf Processes streams in the Horrible Property Set Format (HPSF) in POI filesystems.org.apache.poi.poifs.eventfilesystem The eventfilesystem is an efficient method for reading OLE 2 CDF files.org.apache.poi.poifs.filesystem filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.org.apache.poi.poifs.property property package contains high and low level Property structures for POIFS.org.apache.poi.sl.usermodel -
-
Uses of ClassID in org.apache.poi.hpsf
Fields in org.apache.poi.hpsf declared as ClassID Modifier and Type Field Description static ClassID[]DocumentSummaryInformation. FORMAT_IDThe DocumentSummaryInformation's first and second sections' format ID.static ClassIDSummaryInformation. FORMAT_IDThe SummaryInformation's section's format ID.Methods in org.apache.poi.hpsf that return ClassID Modifier and Type Method Description ClassIDClassID. copy()ClassIDClassIDPredefined. getClassID()ClassIDPropertySet. getClassID()ClassIDSection. getFormatID()Returns the format ID.Methods in org.apache.poi.hpsf with parameters of type ClassID Modifier and Type Method Description booleanClassIDPredefined. equals(ClassID classID)booleanClassID. 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 ClassIDPredefinedClassIDPredefined. lookup(ClassID classID)voidPropertySet. 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.apache.poi.hpsf with parameters of type ClassID Constructor Description ClassID(ClassID other)Clones the given ClassID -
Uses of ClassID in org.apache.poi.poifs.eventfilesystem
Methods in org.apache.poi.poifs.eventfilesystem that return ClassID Modifier and Type Method Description ClassIDPOIFSReaderEvent. getStorageClassId() -
Uses of ClassID in org.apache.poi.poifs.filesystem
Methods in org.apache.poi.poifs.filesystem that return ClassID Modifier and Type Method Description ClassIDDirectoryEntry. getStorageClsid()Gets the storage clsid of the directory entryClassIDDirectoryNode. getStorageClsid()Gets the storage clsid of the directory entryClassIDFilteringDirectoryNode. getStorageClsid()Methods in org.apache.poi.poifs.filesystem with parameters of type ClassID Modifier and Type Method Description voidDirectoryEntry. 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.apache.poi.poifs.property
Methods in org.apache.poi.poifs.property that return ClassID Modifier and Type Method Description ClassIDProperty. getStorageClsid()Sets the storage clsid, which is the Class ID of a COM object which reads and writes this streamMethods in org.apache.poi.poifs.property with parameters of type ClassID Modifier and Type Method Description voidProperty. setStorageClsid(ClassID clsidStorage)Sets the storage class ID for this property stream. -
Uses of ClassID in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return ClassID Modifier and Type Method Description ClassIDObjectMetaData. getClassID()
-