IDocumentProperties

IDocumentProperties — Aspose.Slides FOSS Java API Reference

IDocumentProperties — Represents properties of a presentation document.

Package: org.aspose.slides.foss


Properties

PropertyTypeAccessDescription
titleStringRead/Write
subjectStringRead/Write
authorStringRead/Write
keywordsStringRead/Write
commentsStringRead/Write
categoryStringRead/Write
contentStatusStringRead/Write
contentTypeStringRead/Write
lastSavedByStringRead/Write
revisionNumberintRead/Write
createdTimeLocalDateTimeRead/Write
lastSavedTimeLocalDateTimeRead/Write
lastPrintedLocalDateTimeRead/Write
appVersionStringRead/Write
nameOfApplicationStringRead/Write
companyStringRead/Write
managerStringRead/Write
presentationFormatStringRead/Write
applicationTemplateStringRead/Write
hyperlinkBaseStringRead/Write
totalEditingTimeDurationRead/Write
sharedDocbooleanRead/Write
scaleCropbooleanRead/Write
linksUpToDatebooleanRead/Write
hyperlinksChangedbooleanRead/Write
slidesintRead/Write
hiddenSlidesintRead/Write
notesintRead/Write
paragraphsintRead/Write
wordsintRead/Write
multimediaClipsintRead/Write
headingPairsList<IHeadingPair>Read/Write
titlesOfPartsList<String>Read/Write
countOfCustomPropertiesintRead/Write

Methods

MethodReturnsDescription
getTitle()StringReturns or sets the title.
setTitle(String value)voidSets the title.
getSubject()StringReturns or sets the subject.
setSubject(String value)voidSets the subject.
getAuthor()StringReturns or sets the author.
setAuthor(String value)voidSets the author.
getKeywords()StringReturns or sets the keywords.
setKeywords(String value)voidSets the keywords.
getComments()StringReturns or sets the comments.
setComments(String value)voidSets the comments.
getCategory()StringReturns or sets the category.
setCategory(String value)voidSets the category.
getContentStatus()StringReturns or sets the content status.
setContentStatus(String value)voidSets the content status.
getContentType()StringReturns or sets the content type.
setContentType(String value)voidSets the content type.
getLastSavedBy()StringReturns or sets the last person who modified the presentation.
setLastSavedBy(String value)voidSets the last saved by name.
getRevisionNumber()intReturns or sets the revision number.
setRevisionNumber(int value)voidSets the revision number.
getCreatedTime()LocalDateTimeReturns or sets the date the presentation was created (UTC).
setCreatedTime(LocalDateTime value)voidSets the created time.
getLastSavedTime()LocalDateTimeReturns or sets the date the presentation was last modified (UTC).
setLastSavedTime(LocalDateTime value)voidSets the last saved time.
getLastPrinted()LocalDateTimeReturns or sets the date the presentation was last printed.
setLastPrinted(LocalDateTime value)voidSets the last printed time.
getAppVersion()StringReturns the application version.
getNameOfApplication()StringReturns or sets the name of the application.
setNameOfApplication(String value)voidSets the application name.
getCompany()StringReturns or sets the company.
setCompany(String value)voidSets the company.
getManager()StringReturns or sets the manager.
setManager(String value)voidSets the manager.
getPresentationFormat()StringReturns or sets the presentation format.
setPresentationFormat(String value)voidSets the presentation format.
getApplicationTemplate()StringReturns or sets the application template.
setApplicationTemplate(String value)voidSets the application template.
getHyperlinkBase()StringReturns or sets the hyperlink base.
setHyperlinkBase(String value)voidSets the hyperlink base.
getTotalEditingTime()DurationReturns or sets the total editing time.
setTotalEditingTime(Duration value)voidSets the total editing time.
getSharedDoc()booleanReturns or sets whether the document is shared.
setSharedDoc(boolean value)voidSets the shared doc flag.
getScaleCrop()booleanReturns or sets whether to scale or crop the thumbnail.
setScaleCrop(boolean value)voidSets the scale crop flag.
getLinksUpToDate()booleanReturns or sets whether hyperlinks are up to date.
setLinksUpToDate(boolean value)voidSets the links up to date flag.
getHyperlinksChanged()booleanReturns or sets whether hyperlinks have changed.
setHyperlinksChanged(boolean value)voidSets the hyperlinks changed flag.
getSlides()intReturns the total number of slides.
getHiddenSlides()intReturns the number of hidden slides.
getNotes()intReturns the number of slides containing notes.
getParagraphs()intReturns the total number of paragraphs.
getWords()intReturns the total number of words.
getMultimediaClips()intReturns the total number of multimedia clips.
getHeadingPairs()List<IHeadingPair>Returns the heading pairs.
getTitlesOfParts()List<String>Returns the titles of parts.
getCountOfCustomProperties()intReturns the number of custom properties.
getCustomPropertyValue(String name, List<Object> out)voidGets a named custom property value and places it in the output list.
setCustomPropertyValue(String name, Object value)voidSets a named custom property value.
getCustomPropertyName(int index)StringReturns the name of the custom property at the given index.
removeCustomProperty(String name)booleanRemoves a named custom property.
containsCustomProperty(String name)booleanReturns whether a named custom property exists.
clearCustomProperties()voidRemoves all custom properties.
clearBuiltInProperties()voidClears all built-in properties (core and app).

See Also