Package | Description |
---|---|
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.
|
Modifier and Type | Field | Description |
---|---|---|
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 |
Modifier and Type | Method | Description |
---|---|---|
ClassID |
PropertySet.getClassID() |
Returns the property set stream's low-level "class ID"
field.
|
ClassID |
SpecialPropertySet.getClassID() |
|
ClassID |
Section.getFormatID() |
Returns the format ID.
|
Modifier and Type | Method | Description |
---|---|---|
void |
MutablePropertySet.setClassID(ClassID classID) |
Sets the property set stream's low-level "class ID"
field.
|
void |
SpecialPropertySet.setClassID(ClassID classID) |
|
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. |
Modifier and Type | Method | Description |
---|---|---|
protected static java.util.Map<java.lang.String,ClassID> |
SlideShow.getOleMap() |
Modifier and Type | Method | Description |
---|---|---|
protected static java.util.Map<java.lang.String,ClassID> |
HSSFWorkbook.getOleMap() |
Modifier and Type | Method | Description |
---|---|---|
ClassID |
DirectoryEntry.getStorageClsid() |
Gets the storage clsid of the directory entry
|
ClassID |
DirectoryNode.getStorageClsid() |
Gets the storage clsid of the directory entry
|
ClassID |
FilteringDirectoryNode.getStorageClsid() |
Modifier and Type | Method | Description |
---|---|---|
void |
DirectoryEntry.setStorageClsid(ClassID clsidStorage) |
Sets the storage clsid for the directory entry
|
void |
DirectoryNode.setStorageClsid(ClassID clsidStorage) |
Sets the storage clsid for the directory entry
|
void |
FilteringDirectoryNode.setStorageClsid(ClassID clsidStorage) |
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 stream
|
Modifier and Type | Method | Description |
---|---|---|
void |
Property.setStorageClsid(ClassID clsidStorage) |
Sets the storage class ID for this property stream.
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.