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 ClassID
ClassID.EQUATION30
Deprecated.static final ClassID
ClassID.EXCEL_V3
Deprecated.use enumClassIDPredefined
static final ClassID
ClassID.EXCEL_V3_CHART
Deprecated.use enumClassIDPredefined
static final ClassID
ClassID.EXCEL_V3_MACRO
Deprecated.use enumClassIDPredefined
static final ClassID
ClassID.EXCEL2003
Deprecated.use enumClassIDPredefined
static final ClassID
ClassID.EXCEL2007
Deprecated.use enumClassIDPredefined
static final ClassID
ClassID.EXCEL2007_MACRO
Deprecated.use enumClassIDPredefined
static final ClassID
ClassID.EXCEL2007_XLSB
Deprecated.use enumClassIDPredefined
static final ClassID
ClassID.EXCEL2010
Deprecated.use enumClassIDPredefined
static final ClassID
ClassID.EXCEL2010_CHART
Deprecated.use enumClassIDPredefined
static final ClassID
ClassID.EXCEL2010_ODS
Deprecated.use enumClassIDPredefined
static final ClassID
ClassID.EXCEL95
Deprecated.use enumClassIDPredefined
static final ClassID
ClassID.EXCEL95_CHART
Deprecated.use enumClassIDPredefined
static final ClassID
ClassID.EXCEL97
Deprecated.use enumClassIDPredefined
static final ClassID
ClassID.EXCEL97_CHART
Deprecated.use enumClassIDPredefined
static final ClassID[]
DocumentSummaryInformation.FORMAT_ID
static final ClassID
SummaryInformation.FORMAT_ID
The SummaryInformation's section's format ID.static final ClassID
ClassID.OLE10_PACKAGE
Deprecated.use enumClassIDPredefined
static final ClassID
ClassID.POWERPOINT2007
Deprecated.use enumClassIDPredefined
static final ClassID
ClassID.POWERPOINT2007_MACRO
Deprecated.use enumClassIDPredefined
static final ClassID
ClassID.POWERPOINT95
Deprecated.use enumClassIDPredefined
static final ClassID
ClassID.POWERPOINT97
Deprecated.use enumClassIDPredefined
static final ClassID
ClassID.PPT_SHOW
Deprecated.use enumClassIDPredefined
static final ClassID
ClassID.TXT_ONLY
Deprecated.use enumClassIDPredefined
static final ClassID
ClassID.WORD2007
Deprecated.use enumClassIDPredefined
static final ClassID
ClassID.WORD2007_MACRO
Deprecated.use enumClassIDPredefined
static final ClassID
ClassID.WORD95
Deprecated.use enumClassIDPredefined
static final ClassID
ClassID.WORD97
Deprecated.use enumClassIDPredefined
static final ClassID
ClassID.XLS_WORKBOOK
Deprecated.use enumClassIDPredefined
Methods 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 TypeMethodDescriptionboolean
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
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. -
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_ID
Deprecated.static final ClassID
SectionIDMap.SUMMARY_INFORMATION_ID
Deprecated. -
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 TypeMethodDescriptionvoid
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 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 TypeMethodDescriptionvoid
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
ClassIDPredefined