Java org.apache.poi.hpsf DocumentSummaryInformation fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.hpsf DocumentSummaryInformation fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.hpsf DocumentSummaryInformation.

The text is from its open source code.

Subclass

org.apache.poi.hpsf.DocumentSummaryInformation has subclasses.
Click this link to see all its subclasses.

Field

StringDEFAULT_STREAM_NAME
The document name a document summary information stream usually has in a POIFS filesystem.

Constructor

DocumentSummaryInformation(final PropertySet ps)
Creates a DocumentSummaryInformation from a given PropertySet .
DocumentSummaryInformation(final InputStream stream)
Creates a DocumentSummaryInformation instance from an InputStream in the Horrible Property Set Format.

The constructor reads the first few bytes from the stream and determines whether it is really a property set stream.

Method

intgetByteCount()
Returns the byte count or 0 if the DocumentSummaryInformation does not contain a byte count.
StringgetCategory()
Returns the category (or null ).
StringgetCompany()
Returns the company (or null ).
CustomPropertiesgetCustomProperties()
Gets the custom properties.
intgetHiddenCount()
Returns the hidden count or 0 if the DocumentSummaryInformation does not contain a hidden count.
intgetLineCount()
Returns the line count or 0 if the DocumentSummaryInformation does not contain a line count.
StringgetManager()
Returns the manager (or null ).
intgetMMClipCount()
Returns the mmclip count or 0 if the DocumentSummaryInformation does not contain a mmclip count.
intgetNoteCount()
Returns the note count or 0 if the DocumentSummaryInformation does not contain a note count.
intgetParCount()
Returns the par count or 0 if the DocumentSummaryInformation does not contain a par count.
StringgetPresentationFormat()
Returns the presentation format (or null ).
intgetSlideCount()
Returns the slide count or 0 if the DocumentSummaryInformation does not contain a slide count.
voidsetCategory(final String category)
Sets the category.
voidsetCompany(final String company)
Sets the company.
voidsetCustomProperties(final CustomProperties customProperties)
Sets the custom properties.
voidsetManager(final String manager)
Sets the manager.