| |
|
| java.lang.Object org.apache.poi.hpsf.PropertySet org.apache.poi.hpsf.MutablePropertySet org.apache.poi.hpsf.SpecialPropertySet org.apache.poi.hpsf.DocumentSummaryInformation
DEFAULT_STREAM_NAME | final public static String DEFAULT_STREAM_NAME(Code) | | The document name a document summary information stream
usually has in a POIFS filesystem.
|
getCategory | public String getCategory()(Code) | | Returns the category (or null ).
The category value |
getCompany | public String getCompany()(Code) | | Returns the company (or null ).
The company value |
getCustomProperties | public CustomProperties getCustomProperties()(Code) | | Gets the custom properties.
The custom properties. since: 2006-02-09 |
getDocparts | public byte[] getDocparts()(Code) | | Returns the doc parts (or null )
when this method is implemented. Please note that the
return type is likely to change!
The doc parts value |
getHeadingPair | public byte[] getHeadingPair()(Code) | | Returns the heading pair (or null )
when this method is implemented. Please note that the
return type is likely to change!
The heading pair value |
getHiddenCount | public int getHiddenCount()(Code) | | Returns the hidden count or 0 if the
DocumentSummaryInformation does not contain a hidden
count.
The hidden count value |
getLinksDirty | public boolean getLinksDirty()(Code) | | Returns true if the custom links are dirty.
The links dirty value |
getMMClipCount | public int getMMClipCount()(Code) | | Returns the mmclip count or 0 if the
DocumentSummaryInformation does not contain a mmclip
count.
The mmclip count value |
getManager | public String getManager()(Code) | | Returns the manager (or null ).
The manager value |
getPresentationFormat | public String getPresentationFormat()(Code) | | Returns the presentation format (or
null ).
The presentation format value |
getScale | public boolean getScale()(Code) | | Returns true when scaling of the thumbnail is
desired, false if cropping is desired.
The scale value |
getSlideCount | public int getSlideCount()(Code) | | Returns the slide count or 0 if the
DocumentSummaryInformation does not contain a slide count.
The slide count value |
removeByteCount | public void removeByteCount()(Code) | | Removes the byte count.
|
removeCategory | public void removeCategory()(Code) | | Removes the category.
|
removeCompany | public void removeCompany()(Code) | | Removes the company.
|
removeCustomProperties | public void removeCustomProperties()(Code) | | Removes the custom properties.
since: 2006-02-08 |
removeDocparts | public void removeDocparts()(Code) | | Removes the doc parts.
|
removeHeadingPair | public void removeHeadingPair()(Code) | | Removes the heading pair.
|
removeHiddenCount | public void removeHiddenCount()(Code) | | Removes the hidden count.
|
removeLineCount | public void removeLineCount()(Code) | | Removes the line count.
|
removeLinksDirty | public void removeLinksDirty()(Code) | | Removes the links dirty.
|
removeMMClipCount | public void removeMMClipCount()(Code) | | Removes the mmclip count.
|
removeManager | public void removeManager()(Code) | | Removes the manager.
|
removeNoteCount | public void removeNoteCount()(Code) | | Removes the noteCount.
|
removeParCount | public void removeParCount()(Code) | | Removes the par count.
|
removePresentationFormat | public void removePresentationFormat()(Code) | | Removes the presentation format.
|
removeScale | public void removeScale()(Code) | | Removes the scale.
|
removeSlideCount | public void removeSlideCount()(Code) | | Removes the slide count.
|
setByteCount | public void setByteCount(int byteCount)(Code) | | Sets the byte count.
Parameters: byteCount - The byte count to set. |
setCategory | public void setCategory(String category)(Code) | | Sets the category.
Parameters: category - The category to set. |
setCompany | public void setCompany(String company)(Code) | | Sets the company.
Parameters: company - The company to set. |
setCustomProperties | public void setCustomProperties(CustomProperties customProperties)(Code) | | Sets the custom properties.
Parameters: customProperties - The custom properties since: 2006-02-07 |
setDocparts | public void setDocparts(byte[] docparts)(Code) | | Sets the doc parts.
Parameters: docparts - The doc parts to set. |
setHeadingPair | public void setHeadingPair(byte[] headingPair)(Code) | | Sets the heading pair.
Parameters: headingPair - The heading pair to set. |
setHiddenCount | public void setHiddenCount(int hiddenCount)(Code) | | Sets the hidden count.
Parameters: hiddenCount - The hidden count to set. |
setLineCount | public void setLineCount(int lineCount)(Code) | | Sets the line count.
Parameters: lineCount - The line count to set. |
setLinksDirty | public void setLinksDirty(boolean linksDirty)(Code) | | Sets the linksDirty.
Parameters: linksDirty - The links dirty value to set. |
setMMClipCount | public void setMMClipCount(int mmClipCount)(Code) | | Sets the mmclip count.
Parameters: mmClipCount - The mmclip count to set. |
setManager | public void setManager(String manager)(Code) | | Sets the manager.
Parameters: manager - The manager to set. |
setNoteCount | public void setNoteCount(int noteCount)(Code) | | Sets the note count.
Parameters: noteCount - The note count to set. |
setParCount | public void setParCount(int parCount)(Code) | | Sets the par count.
Parameters: parCount - The par count to set. |
setPresentationFormat | public void setPresentationFormat(String presentationFormat)(Code) | | Sets the presentation format.
Parameters: presentationFormat - The presentation format to set. |
setScale | public void setScale(boolean scale)(Code) | | Sets the scale.
Parameters: scale - The scale to set. |
setSlideCount | public void setSlideCount(int slideCount)(Code) | | Sets the slideCount.
Parameters: slideCount - The slide count to set. |
|
|
|