Package | Description |
---|---|
org.zkoss.poi.hpsf |
Processes streams in the Horrible Property Set Format (HPSF) in POI
filesystems.
|
org.zkoss.poi.poifs.filesystem |
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
|
org.zkoss.poi.poifs.property |
property package contains high and low level Property structures for POIFS.
|
Modifier and Type | Field and Description |
---|---|
protected ClassID |
PropertySet.classID
Specifies this
PropertySet 's "classID" field. |
protected ClassID |
Section.formatID
The section's format ID,
Section.getFormatID() . |
Modifier and Type | Method and Description |
---|---|
ClassID |
SpecialPropertySet.getClassID() |
ClassID |
PropertySet.getClassID()
Returns the property set stream's low-level "class ID"
field.
|
ClassID |
Section.getFormatID()
Returns the format ID.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and 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 and Description |
---|---|
void |
Property.setStorageClsid(ClassID clsidStorage)
Sets the storage class ID for this property stream.
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.