Uses of Class
org.apache.poi.hpsf.ClassID
Packages that use ClassID
Package
Description
Specific support for DocumentSummaryInformation, SummaryInformation types.
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.apache.poi.hpsf
Fields in org.apache.poi.hpsf declared as ClassIDModifier and TypeFieldDescriptionstatic final ClassIDClassID.EQUATION30Deprecated.static final ClassIDClassID.EXCEL_V3Deprecated.use enumClassIDPredefinedstatic final ClassIDClassID.EXCEL_V3_CHARTDeprecated.use enumClassIDPredefinedstatic final ClassIDClassID.EXCEL_V3_MACRODeprecated.use enumClassIDPredefinedstatic final ClassIDClassID.EXCEL2003Deprecated.use enumClassIDPredefinedstatic final ClassIDClassID.EXCEL2007Deprecated.use enumClassIDPredefinedstatic final ClassIDClassID.EXCEL2007_MACRODeprecated.use enumClassIDPredefinedstatic final ClassIDClassID.EXCEL2007_XLSBDeprecated.use enumClassIDPredefinedstatic final ClassIDClassID.EXCEL2010Deprecated.use enumClassIDPredefinedstatic final ClassIDClassID.EXCEL2010_CHARTDeprecated.use enumClassIDPredefinedstatic final ClassIDClassID.EXCEL2010_ODSDeprecated.use enumClassIDPredefinedstatic final ClassIDClassID.EXCEL95Deprecated.use enumClassIDPredefinedstatic final ClassIDClassID.EXCEL95_CHARTDeprecated.use enumClassIDPredefinedstatic final ClassIDClassID.EXCEL97Deprecated.use enumClassIDPredefinedstatic final ClassIDClassID.EXCEL97_CHARTDeprecated.use enumClassIDPredefinedstatic final ClassID[]DocumentSummaryInformation.FORMAT_IDstatic final ClassIDSummaryInformation.FORMAT_IDThe SummaryInformation's section's format ID.static final ClassIDClassID.OLE10_PACKAGEDeprecated.use enumClassIDPredefinedstatic final ClassIDClassID.POWERPOINT2007Deprecated.use enumClassIDPredefinedstatic final ClassIDClassID.POWERPOINT2007_MACRODeprecated.use enumClassIDPredefinedstatic final ClassIDClassID.POWERPOINT95Deprecated.use enumClassIDPredefinedstatic final ClassIDClassID.POWERPOINT97Deprecated.use enumClassIDPredefinedstatic final ClassIDClassID.PPT_SHOWDeprecated.use enumClassIDPredefinedstatic final ClassIDClassID.TXT_ONLYDeprecated.use enumClassIDPredefinedstatic final ClassIDClassID.WORD2007Deprecated.use enumClassIDPredefinedstatic final ClassIDClassID.WORD2007_MACRODeprecated.use enumClassIDPredefinedstatic final ClassIDClassID.WORD95Deprecated.use enumClassIDPredefinedstatic final ClassIDClassID.WORD97Deprecated.use enumClassIDPredefinedstatic final ClassIDClassID.XLS_WORKBOOKDeprecated.use enumClassIDPredefinedMethods in org.apache.poi.hpsf that return ClassIDModifier and TypeMethodDescriptionClassIDPredefined.getClassID()PropertySet.getClassID()Section.getFormatID()Returns the format ID.Methods in org.apache.poi.hpsf with parameters of type ClassIDModifier and TypeMethodDescriptionbooleanClassID.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. -
Uses of ClassID in org.apache.poi.hpsf.wellknown
Fields in org.apache.poi.hpsf.wellknown declared as ClassIDModifier and TypeFieldDescriptionstatic final ClassID[]SectionIDMap.DOCUMENT_SUMMARY_INFORMATION_IDDeprecated.static final ClassIDSectionIDMap.SUMMARY_INFORMATION_IDDeprecated. -
Uses of ClassID in org.apache.poi.poifs.filesystem
Methods in 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.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.apache.poi.poifs.property
Methods in 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.apache.poi.poifs.property with parameters of type ClassIDModifier and TypeMethodDescriptionvoidProperty.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
ClassIDPredefined