Uses of Class
loci.poi.hpsf.ClassID
-
Packages that use ClassID Package Description loci.poi.hpsf loci.poi.poifs.filesystem filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.loci.poi.poifs.property property package contains high and low level Property structures for POIFS. -
-
Uses of ClassID in loci.poi.hpsf
Fields in loci.poi.hpsf declared as ClassID Modifier and Type Field Description protected ClassID
PropertySet. classID
Specifies thisPropertySet
's "classID" field.protected ClassID
Section. formatID
The section's format ID,Section.getFormatID()
.Methods in loci.poi.hpsf that return ClassID Modifier and Type Method Description ClassID
PropertySet. getClassID()
Returns the property set stream's low-level "class ID" field.ClassID
SpecialPropertySet. getClassID()
ClassID
Section. getFormatID()
Returns the format ID.Methods in loci.poi.hpsf with parameters of type ClassID Modifier and Type Method Description void
MutablePropertySet. setClassID(ClassID classID)
Sets the property set stream's low-level "class ID" field.void
SpecialPropertySet. setClassID(ClassID classID)
void
MutableSection. setFormatID(ClassID formatID)
Sets the section's format ID.static int
TypeWriter. writeToStream(OutputStream out, ClassID n)
Writes a 16-byteClassID
to an output stream. -
Uses of ClassID in loci.poi.poifs.filesystem
Methods in loci.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 entryMethods in loci.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 entry -
Uses of ClassID in loci.poi.poifs.property
Methods in loci.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 loci.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.
-