Uses of Class
org.apache.poi.hpsf.ClassID
-
Packages that use ClassID Package Description org.apache.poi.hpsf org.apache.poi.hpsf.wellknown Specific support for DocumentSummaryInformation, SummaryInformation types.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
ClassID. EQUATION30
Deprecated.use enumClassIDPredefined
static ClassID
ClassID. EXCEL_V3
Deprecated.use enumClassIDPredefined
static ClassID
ClassID. EXCEL_V3_CHART
Deprecated.use enumClassIDPredefined
static ClassID
ClassID. EXCEL_V3_MACRO
Deprecated.use enumClassIDPredefined
static ClassID
ClassID. EXCEL2003
Deprecated.use enumClassIDPredefined
static ClassID
ClassID. EXCEL2007
Deprecated.use enumClassIDPredefined
static ClassID
ClassID. EXCEL2007_MACRO
Deprecated.use enumClassIDPredefined
static ClassID
ClassID. EXCEL2007_XLSB
Deprecated.use enumClassIDPredefined
static ClassID
ClassID. EXCEL2010
Deprecated.use enumClassIDPredefined
static ClassID
ClassID. EXCEL2010_CHART
Deprecated.use enumClassIDPredefined
static ClassID
ClassID. EXCEL2010_ODS
Deprecated.use enumClassIDPredefined
static ClassID
ClassID. EXCEL95
Deprecated.use enumClassIDPredefined
static ClassID
ClassID. EXCEL95_CHART
Deprecated.use enumClassIDPredefined
static ClassID
ClassID. EXCEL97
Deprecated.use enumClassIDPredefined
static ClassID
ClassID. EXCEL97_CHART
Deprecated.use enumClassIDPredefined
static ClassID[]
DocumentSummaryInformation. FORMAT_ID
static ClassID
SummaryInformation. FORMAT_ID
The SummaryInformation's section's format ID.static ClassID
ClassID. OLE10_PACKAGE
Deprecated.use enumClassIDPredefined
static ClassID
ClassID. POWERPOINT2007
Deprecated.use enumClassIDPredefined
static ClassID
ClassID. POWERPOINT2007_MACRO
Deprecated.use enumClassIDPredefined
static ClassID
ClassID. POWERPOINT95
Deprecated.use enumClassIDPredefined
static ClassID
ClassID. POWERPOINT97
Deprecated.use enumClassIDPredefined
static ClassID
ClassID. PPT_SHOW
Deprecated.use enumClassIDPredefined
static ClassID
ClassID. TXT_ONLY
Deprecated.use enumClassIDPredefined
static ClassID
ClassID. WORD2007
Deprecated.use enumClassIDPredefined
static ClassID
ClassID. WORD2007_MACRO
Deprecated.use enumClassIDPredefined
static ClassID
ClassID. WORD95
Deprecated.use enumClassIDPredefined
static ClassID
ClassID. WORD97
Deprecated.use enumClassIDPredefined
static ClassID
ClassID. XLS_WORKBOOK
Deprecated.use enumClassIDPredefined
Methods in org.apache.poi.hpsf that return ClassID Modifier and Type Method Description 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
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. -
Uses of ClassID in org.apache.poi.hpsf.wellknown
Fields in org.apache.poi.hpsf.wellknown declared as ClassID Modifier and Type Field Description static ClassID[]
SectionIDMap. DOCUMENT_SUMMARY_INFORMATION_ID
Deprecated.static ClassID
SectionIDMap. SUMMARY_INFORMATION_ID
Deprecated. -
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()
-