Uses of Class
org.apache.poi.hpsf.ClassID

Packages that use ClassID
org.apache.poi.hpsf
 
org.apache.poi.hpsf.wellknown
Specific support for DocumentSummaryInformation, SummaryInformation types. 
org.apache.poi.hslf.usermodel   
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
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. 
 

Uses of ClassID in org.apache.poi.hpsf
 

Fields in org.apache.poi.hpsf declared as ClassID
static ClassID ClassID.EQUATION30
           
static ClassID ClassID.EXCEL_V3
           
static ClassID ClassID.EXCEL_V3_CHART
           
static ClassID ClassID.EXCEL_V3_MACRO
           
static ClassID ClassID.EXCEL2003
           
static ClassID ClassID.EXCEL2007
           
static ClassID ClassID.EXCEL2007_MACRO
           
static ClassID ClassID.EXCEL2007_XLSB
           
static ClassID ClassID.EXCEL2010
           
static ClassID ClassID.EXCEL2010_CHART
           
static ClassID ClassID.EXCEL2010_ODS
           
static ClassID ClassID.EXCEL95
           
static ClassID ClassID.EXCEL95_CHART
           
static ClassID ClassID.EXCEL97
           
static ClassID ClassID.EXCEL97_CHART
           
static ClassID ClassID.OLE10_PACKAGE
           
static ClassID ClassID.POWERPOINT2007
           
static ClassID ClassID.POWERPOINT2007_MACRO
           
static ClassID ClassID.POWERPOINT95
           
static ClassID ClassID.POWERPOINT97
           
static ClassID ClassID.PPT_SHOW
           
static ClassID ClassID.TXT_ONLY
           
static ClassID ClassID.WORD2007
           
static ClassID ClassID.WORD2007_MACRO
           
static ClassID ClassID.WORD95
           
static ClassID ClassID.WORD97
           
static ClassID ClassID.XLS_WORKBOOK
           
 

Methods in org.apache.poi.hpsf that return ClassID
 ClassID PropertySet.getClassID()
           
 ClassID Section.getFormatID()
          Returns the format ID.
 

Methods in org.apache.poi.hpsf with parameters of type ClassID
 boolean ClassID.equalsInverted(ClassID o)
          Checks whether this ClassID 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.
 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.
static int TypeWriter.writeToStream(java.io.OutputStream out, ClassID n)
          Deprecated. Writes a 16-byte ClassID to an output stream.
 

Uses of ClassID in org.apache.poi.hpsf.wellknown
 

Fields in org.apache.poi.hpsf.wellknown declared as ClassID
static ClassID[] SectionIDMap.DOCUMENT_SUMMARY_INFORMATION_ID
           
static ClassID SectionIDMap.SUMMARY_INFORMATION_ID
          The SummaryInformation's section's format ID.
 

Methods in org.apache.poi.hpsf.wellknown with parameters of type ClassID
 PropertyIDMap SectionIDMap.get(ClassID sectionFormatID)
          Returns the PropertyIDMap for a given section format ID.
static java.lang.String SectionIDMap.getPIDString(ClassID sectionFormatID, long pid)
          Returns the property ID string that is associated with a given property ID in a section format ID's namespace.
 PropertyIDMap SectionIDMap.put(ClassID sectionFormatID, PropertyIDMap propertyIDMap)
          Associates a section format ID with a PropertyIDMap.
 

Uses of ClassID in org.apache.poi.hslf.usermodel
 

Methods in org.apache.poi.hslf.usermodel that return types with arguments of type ClassID
protected static java.util.Map<java.lang.String,ClassID> HSLFSlideShow.getOleMap()
           
 

Uses of ClassID in org.apache.poi.hssf.usermodel
 

Methods in org.apache.poi.hssf.usermodel that return types with arguments of type ClassID
protected static java.util.Map<java.lang.String,ClassID> HSSFWorkbook.getOleMap()
           
 

Uses of ClassID in org.apache.poi.poifs.filesystem
 

Methods in org.apache.poi.poifs.filesystem that return ClassID
 ClassID DirectoryNode.getStorageClsid()
          Gets the storage clsid of the directory entry
 ClassID DirectoryEntry.getStorageClsid()
          Gets the storage clsid of the directory entry
 ClassID FilteringDirectoryNode.getStorageClsid()
           
 

Methods in org.apache.poi.poifs.filesystem with parameters of type ClassID
 void DirectoryNode.setStorageClsid(ClassID clsidStorage)
          Sets the storage clsid for the directory entry
 void DirectoryEntry.setStorageClsid(ClassID clsidStorage)
          Sets the storage clsid for the directory entry
 void FilteringDirectoryNode.setStorageClsid(ClassID clsidStorage)
           
 

Uses of ClassID in org.apache.poi.poifs.property
 

Methods in org.apache.poi.poifs.property that return ClassID
 ClassID Property.getStorageClsid()
          Sets the storage clsid, which is the Class ID of a COM object which reads and writes this stream
 

Methods in org.apache.poi.poifs.property with parameters of type ClassID
 void Property.setStorageClsid(ClassID clsidStorage)
          Sets the storage class ID for this property stream.
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.