Uses of Package
loci.poi.hpsf
-
Packages that use loci.poi.hpsf Package Description loci.poi loci.poi.hpsf loci.poi.poifs.filesystem filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.loci.poi.poifs.property property package contains high and low level Property structures for POIFS. -
Classes in loci.poi.hpsf used by loci.poi Class Description DocumentSummaryInformation Convenience class representing a DocumentSummary Information stream in a Microsoft Office document.PropertySet Represents a property set in the Horrible Property Set Format (HPSF).SummaryInformation Convenience class representing a Summary Information stream in a Microsoft Office document. -
Classes in loci.poi.hpsf used by loci.poi.hpsf Class Description ClassID Represents a class ID (16 bytes).CustomProperties Maintains the instances ofCustomProperty
that belong to aDocumentSummaryInformation
.DocumentSummaryInformation Convenience class representing a DocumentSummary Information stream in a Microsoft Office document.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 aPropertySet
.MarkUnsupportedException This exception is thrown if anInputStream
does not support theInputStream.mark(int)
operation.MutableProperty Adds writing capability to theProperty
class.MutablePropertySet Adds writing support to thePropertySet
class.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 thePropertySet
's convenience methods that require a singleSection
is called and thePropertySet
does not contain exactly oneSection
.Property A property in aSection
of aPropertySet
.PropertySet Represents a property set in the Horrible Property Set Format (HPSF).ReadingNotSupportedException This exception is thrown when HPSF tries to read a (yet) unsupported variant type.Section Represents a section in aPropertySet
.SpecialPropertySet Abstract superclass for the convenience classesSummaryInformation
andDocumentSummaryInformation
.SummaryInformation Convenience class representing a Summary Information stream in a Microsoft Office document.UnexpectedPropertySetTypeException This exception is thrown if a certain type of property set is expected (e.g.UnsupportedVariantTypeException This exception is thrown if HPSF encounters a variant type that isn't supported yet.Variant The Variant types as defined by Microsoft's COM.VariantTypeException This exception is thrown if HPSF encounters a problem with a variant type.WritingNotSupportedException This exception is thrown when trying to write a (yet) unsupported variant type. -
Classes in loci.poi.hpsf used by loci.poi.poifs.filesystem Class Description ClassID Represents a class ID (16 bytes). -
Classes in loci.poi.hpsf used by loci.poi.poifs.property Class Description ClassID Represents a class ID (16 bytes).