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

Packages that use ClassID
org.apache.poi.hpsf
 
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
protected  ClassID PropertySet.classID
          Specifies this PropertySet's "classID" field.
static ClassID ClassID.EQUATION30
           
static ClassID ClassID.EXCEL95
           
static ClassID ClassID.EXCEL97
           
protected  ClassID Section.formatID
          The section's format ID, Section.getFormatID().
static ClassID ClassID.OLE10_PACKAGE
           
static ClassID ClassID.POWERPOINT95
           
static ClassID ClassID.POWERPOINT97
           
static ClassID ClassID.PPT_SHOW
           
static ClassID ClassID.TXT_ONLY
           
static ClassID ClassID.WORD95
           
static ClassID ClassID.WORD97
           
static ClassID ClassID.XLS_WORKBOOK
           
 

Methods in org.apache.poi.hpsf that return ClassID
 ClassID SpecialPropertySet.getClassID()
           
 ClassID PropertySet.getClassID()
          Returns the property set stream's low-level "class ID" field.
 ClassID Section.getFormatID()
          Returns the format ID.
 

Methods in org.apache.poi.hpsf with parameters of type ClassID
 void SpecialPropertySet.setClassID(ClassID classID)
           
 void MutablePropertySet.setClassID(ClassID classID)
          Sets the property set stream's low-level "class ID" field.
 void MutableSection.setFormatID(ClassID formatID)
          Sets the section's format ID.
static int TypeWriter.writeToStream(java.io.OutputStream out, ClassID n)
          Writes a 16-byte ClassID to an output stream.
 

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 FilteringDirectoryNode.getStorageClsid()
           
 ClassID DirectoryNode.getStorageClsid()
          Gets the storage clsid of the directory entry
 ClassID DirectoryEntry.getStorageClsid()
          Gets the storage clsid of the directory entry
 

Methods in org.apache.poi.poifs.filesystem with parameters of type ClassID
 void FilteringDirectoryNode.setStorageClsid(ClassID clsidStorage)
           
 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
 

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 2016 The Apache Software Foundation or its licensors, as applicable.