Package org.docx4j.org.apache.poi.hpsf
-
Class Summary Class Description ClassID Represents a class ID (16 bytes).CustomProperties Maintains the instances ofCustomPropertythat belong to aDocumentSummaryInformation.CustomProperty This class represents custom properties in the document summary information stream.DocumentSummaryInformation Convenience class representing a DocumentSummary Information stream in a Microsoft Office document.MutableProperty Adds writing capability to thePropertyclass.MutablePropertySet Adds writing support to thePropertySetclass.MutableSection Adds writing capability to theSectionclass.Property A property in aSectionof aPropertySet.PropertySet Represents a property set in the Horrible Property Set Format (HPSF).PropertySetFactory Factory class to create instances ofSummaryInformation,DocumentSummaryInformationandPropertySet.Section Represents a section in aPropertySet.SpecialPropertySet Abstract superclass for the convenience classesSummaryInformationandDocumentSummaryInformation.SummaryInformation Convenience class representing a Summary Information stream in a Microsoft Office document.TypeWriter Class for writing little-endian data and more.Util Provides various static utility methods.Variant The Variant types as defined by Microsoft's COM.VariantSupport Supports reading and writing of variant data. -
Exception Summary Exception Description 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 anInputStreamdoes not support theInputStream.mark(int)operation.MissingSectionException This exception is thrown if one of thePropertySet's convenience methods does not find a requiredSection.NoFormatIDException This exception is thrown if aMutablePropertySetis to be written but does not have a formatID set (seeMutableSection.setFormatID(ClassID)orMutableSection.setFormatID(byte[]).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 singleSectionis called and thePropertySetdoes not contain exactly oneSection.ReadingNotSupportedException This exception is thrown when HPSF tries to read a (yet) unsupported variant type.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.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.