IDocumentProperties — Aspose.Slides FOSS Java API Reference
IDocumentProperties — Represents properties of a presentation document.
Package: org.aspose.slides.foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
title | String | Read/Write | |
subject | String | Read/Write | |
author | String | Read/Write | |
keywords | String | Read/Write | |
comments | String | Read/Write | |
category | String | Read/Write | |
contentStatus | String | Read/Write | |
contentType | String | Read/Write | |
lastSavedBy | String | Read/Write | |
revisionNumber | int | Read/Write | |
createdTime | LocalDateTime | Read/Write | |
lastSavedTime | LocalDateTime | Read/Write | |
lastPrinted | LocalDateTime | Read/Write | |
appVersion | String | Read/Write | |
nameOfApplication | String | Read/Write | |
company | String | Read/Write | |
manager | String | Read/Write | |
presentationFormat | String | Read/Write | |
applicationTemplate | String | Read/Write | |
hyperlinkBase | String | Read/Write | |
totalEditingTime | Duration | Read/Write | |
sharedDoc | boolean | Read/Write | |
scaleCrop | boolean | Read/Write | |
linksUpToDate | boolean | Read/Write | |
hyperlinksChanged | boolean | Read/Write | |
slides | int | Read/Write | |
hiddenSlides | int | Read/Write | |
notes | int | Read/Write | |
paragraphs | int | Read/Write | |
words | int | Read/Write | |
multimediaClips | int | Read/Write | |
headingPairs | List<IHeadingPair> | Read/Write | |
titlesOfParts | List<String> | Read/Write | |
countOfCustomProperties | int | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
getTitle() | String | Returns or sets the title. |
setTitle(String value) | void | Sets the title. |
getSubject() | String | Returns or sets the subject. |
setSubject(String value) | void | Sets the subject. |
getAuthor() | String | Returns or sets the author. |
setAuthor(String value) | void | Sets the author. |
getKeywords() | String | Returns or sets the keywords. |
setKeywords(String value) | void | Sets the keywords. |
getComments() | String | Returns or sets the comments. |
setComments(String value) | void | Sets the comments. |
getCategory() | String | Returns or sets the category. |
setCategory(String value) | void | Sets the category. |
getContentStatus() | String | Returns or sets the content status. |
setContentStatus(String value) | void | Sets the content status. |
getContentType() | String | Returns or sets the content type. |
setContentType(String value) | void | Sets the content type. |
getLastSavedBy() | String | Returns or sets the last person who modified the presentation. |
setLastSavedBy(String value) | void | Sets the last saved by name. |
getRevisionNumber() | int | Returns or sets the revision number. |
setRevisionNumber(int value) | void | Sets the revision number. |
getCreatedTime() | LocalDateTime | Returns or sets the date the presentation was created (UTC). |
setCreatedTime(LocalDateTime value) | void | Sets the created time. |
getLastSavedTime() | LocalDateTime | Returns or sets the date the presentation was last modified (UTC). |
setLastSavedTime(LocalDateTime value) | void | Sets the last saved time. |
getLastPrinted() | LocalDateTime | Returns or sets the date the presentation was last printed. |
setLastPrinted(LocalDateTime value) | void | Sets the last printed time. |
getAppVersion() | String | Returns the application version. |
getNameOfApplication() | String | Returns or sets the name of the application. |
setNameOfApplication(String value) | void | Sets the application name. |
getCompany() | String | Returns or sets the company. |
setCompany(String value) | void | Sets the company. |
getManager() | String | Returns or sets the manager. |
setManager(String value) | void | Sets the manager. |
getPresentationFormat() | String | Returns or sets the presentation format. |
setPresentationFormat(String value) | void | Sets the presentation format. |
getApplicationTemplate() | String | Returns or sets the application template. |
setApplicationTemplate(String value) | void | Sets the application template. |
getHyperlinkBase() | String | Returns or sets the hyperlink base. |
setHyperlinkBase(String value) | void | Sets the hyperlink base. |
getTotalEditingTime() | Duration | Returns or sets the total editing time. |
setTotalEditingTime(Duration value) | void | Sets the total editing time. |
getSharedDoc() | boolean | Returns or sets whether the document is shared. |
setSharedDoc(boolean value) | void | Sets the shared doc flag. |
getScaleCrop() | boolean | Returns or sets whether to scale or crop the thumbnail. |
setScaleCrop(boolean value) | void | Sets the scale crop flag. |
getLinksUpToDate() | boolean | Returns or sets whether hyperlinks are up to date. |
setLinksUpToDate(boolean value) | void | Sets the links up to date flag. |
getHyperlinksChanged() | boolean | Returns or sets whether hyperlinks have changed. |
setHyperlinksChanged(boolean value) | void | Sets the hyperlinks changed flag. |
getSlides() | int | Returns the total number of slides. |
getHiddenSlides() | int | Returns the number of hidden slides. |
getNotes() | int | Returns the number of slides containing notes. |
getParagraphs() | int | Returns the total number of paragraphs. |
getWords() | int | Returns the total number of words. |
getMultimediaClips() | int | Returns the total number of multimedia clips. |
getHeadingPairs() | List<IHeadingPair> | Returns the heading pairs. |
getTitlesOfParts() | List<String> | Returns the titles of parts. |
getCountOfCustomProperties() | int | Returns the number of custom properties. |
getCustomPropertyValue(String name, List<Object> out) | void | Gets a named custom property value and places it in the output list. |
setCustomPropertyValue(String name, Object value) | void | Sets a named custom property value. |
getCustomPropertyName(int index) | String | Returns the name of the custom property at the given index. |
removeCustomProperty(String name) | boolean | Removes a named custom property. |
containsCustomProperty(String name) | boolean | Returns whether a named custom property exists. |
clearCustomProperties() | void | Removes all custom properties. |
clearBuiltInProperties() | void | Clears all built-in properties (core and app). |