|
|||||||||
| Home >> All >> org >> apache >> poi >> [ hpsf overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package org.apache.poi.hpsf
| Class Summary | |
| ClassID | Represents a class ID (16 bytes). |
| DocumentSummaryInformation | Convenience class representing a DocumentSummary Information stream in a Microsoft Office document. |
| Property | A property in a Section of a PropertySet. |
| PropertySet | Represents a property set in the Horrible Property Set Format (HPSF). |
| PropertySetFactory | Factory class to create instances of SummaryInformation, DocumentSummaryInformation and PropertySet. |
| Section | Represents a section in a PropertySet. |
| SpecialPropertySet | Abstract superclass for the convenience classes SummaryInformation and DocumentSummaryInformation. |
| SummaryInformation | Convenience class representing a Summary Information stream in a Microsoft Office document. |
| Thumbnail | Class to manipulate data in the Clipboard Variant (VT_CF 55 ) format. |
| TypeReader | Reader for specific data types. |
| Util | Provides various static utility methods. |
| Variant | The Variant types as defined by Microsoft's COM. |
| Exception Summary | |
| HPSFException | This exception is the superclass of all other checked exceptions thrown in this package. |
| HPSFRuntimeException | This exception is the superclass of all other unchecked exceptions thrown in this package. |
| IllegalPropertySetDataException | This exception is thrown when there is an illegal value set in a PropertySet. |
| MarkUnsupportedException | This exception is thrown if an java.io.InputStream does
not support the InputStream.mark(int)>InputStream.mark(int) 55 operation. |
| NoPropertySetStreamException | This exception is thrown if a format error in a property set stream is detected or when the input data do not constitute a property set stream. |
| NoSingleSectionException | This exception is thrown if one of the PropertySet's convenience methods that require a single Section is called and the PropertySet does not contain exactly one Section. |
| UnexpectedPropertySetTypeException | This exception is thrown if a certain type of property set is expected (e.g. |
|
|||||||||
| Home >> All >> org >> apache >> poi >> [ hpsf overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||