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_ID
The DocumentSummaryInformation's first and second sections' format ID.static ClassID
SummaryInformation. FORMAT_ID
The SummaryInformation's section's format ID.Methods in org.apache.poi.hpsf that return ClassID Modifier and Type Method Description ClassID
ClassID. copy()
ClassID
ClassIDPredefined. getClassID()
ClassID
PropertySet. getClassID()
ClassID
Section. getFormatID()
Returns the format ID.Methods in org.apache.poi.hpsf with parameters of type ClassID Modifier and Type Method Description boolean
ClassIDPredefined. equals(ClassID classID)
boolean
ClassID. equalsInverted(ClassID o)
Checks whether thisClassID
is 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 ClassIDPredefined
ClassIDPredefined. lookup(ClassID classID)
void
PropertySet. setClassID(ClassID classID)
Sets the property set stream's low-level "class ID" field.void
Section. 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 ClassID
POIFSReaderEvent. 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 ClassID
DirectoryEntry. getStorageClsid()
Gets the storage clsid of the directory entryClassID
DirectoryNode. getStorageClsid()
Gets the storage clsid of the directory entryClassID
FilteringDirectoryNode. getStorageClsid()
Methods in org.apache.poi.poifs.filesystem with parameters of type ClassID Modifier and Type Method Description void
DirectoryEntry. setStorageClsid(ClassID clsidStorage)
Sets the storage clsid for the directory entryvoid
DirectoryNode. setStorageClsid(ClassID clsidStorage)
Sets the storage clsid for the directory entryvoid
FilteringDirectoryNode. 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 ClassID
Property. 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 void
Property. 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 ClassID
ObjectMetaData. getClassID()
-