DocumentProperties

DocumentProperties

Overview

DocumentProperties is a class in Aspose.Slides FOSS for Java. Inherits from: IDocumentProperties.

Represents properties of a presentation.

Properties

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

Methods

SignatureDescription
initInternal(pkg: OpcPackage, presentationRef: Presentation)Initializes internal state with the given OPC package.
getTitle()String
setTitle(value: String)
getSubject()String
setSubject(value: String)
getAuthor()String
setAuthor(value: String)
getKeywords()String
setKeywords(value: String)
getComments()String
setComments(value: String)
getCategory()String
setCategory(value: String)
getContentStatus()String
setContentStatus(value: String)
getContentType()String
setContentType(value: String)
getLastSavedBy()String
setLastSavedBy(value: String)
getRevisionNumber()int
setRevisionNumber(value: int)
getCreatedTime()LocalDateTime
setCreatedTime(value: LocalDateTime)
getLastSavedTime()LocalDateTime
setLastSavedTime(value: LocalDateTime)
getLastPrinted()LocalDateTime
setLastPrinted(value: LocalDateTime)
getAppVersion()String
getNameOfApplication()String
setNameOfApplication(value: String)
getCompany()String
setCompany(value: String)
getManager()String
setManager(value: String)
getPresentationFormat()String
setPresentationFormat(value: String)
getApplicationTemplate()String
setApplicationTemplate(value: String)
getHyperlinkBase()String
setHyperlinkBase(value: String)
getTotalEditingTime()Duration
setTotalEditingTime(value: Duration)
getSharedDoc()boolean
setSharedDoc(value: boolean)
getScaleCrop()boolean
setScaleCrop(value: boolean)
getLinksUpToDate()boolean
setLinksUpToDate(value: boolean)
getHyperlinksChanged()boolean
setHyperlinksChanged(value: boolean)
getSlides()int
getHiddenSlides()int
getNotes()int
getParagraphs()int
getWords()int
getMultimediaClips()int
getHeadingPairs()List<IHeadingPair>
getTitlesOfParts()List<String>
getCountOfCustomProperties()int
getCustomPropertyValue(name: String, out: List<Object>)
setCustomPropertyValue(name: String, value: Object)
getCustomPropertyName(index: int)String
removeCustomProperty(name: String)boolean
containsCustomProperty(name: String)boolean
clearCustomProperties()
clearBuiltInProperties()
save()Serializes all loaded parts back to the package.

See Also