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