AppPropertiesPart — Aspose.Slides FOSS Java API Reference
AppPropertiesPart — Parses and serializes docProps/app.
Package: org.aspose.slides.foss.internal.pptx
Note: This is an internal implementation class. Do not import or use it directly — the package
org.aspose.slides.foss.internal.pptxis not part of the public API and may change without notice. This page is provided for reference only.
Properties
| Property | Type | Access | Description |
|---|---|---|---|
application | String | Read/Write | |
appVersion | String | Read/Write | |
company | String | Read/Write | |
manager | String | Read/Write | |
presentationFormat | String | Read/Write | |
template | String | Read/Write | |
hyperlinkBase | String | Read/Write | |
totalTime | Integer | Read/Write | |
slides | Integer | Read/Write | |
hiddenSlides | Integer | Read/Write | |
notes | Integer | Read/Write | |
paragraphs | Integer | Read/Write | |
words | Integer | Read/Write | |
mmClips | Integer | Read/Write | |
scaleCrop | Boolean | Read/Write | |
linksUpToDate | Boolean | Read/Write | |
sharedDoc | Boolean | Read/Write | |
hyperlinksChanged | Boolean | Read/Write | |
headingPairs | List<HeadingPairData> | Read/Write | |
titlesOfParts | List<String> | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
parse() | void | Parses the XML content from the package into field values. |
getText(String localName) | String | Returns the text content of the element with the given local name, or null if not found or empty. |
getInt(String localName) | Integer | Returns the integer value of the element with the given local name, or null if not found or not a valid integer. |
getBool(String localName) | Boolean | Returns the boolean value of the element with the given local name, or null if not found. |
parseHeadingPairs() | void | Parses HeadingPairs from the vt:vector element. |
parseTitlesOfParts() | void | Parses TitlesOfParts from the vt:vector element. |
markDirty() | void | Marks this part as dirty so it will be serialized on next save. |
save() | void | Serializes the properties back to the package. |
setText(Document doc, Element parent, String localName, String value) | void | Writes a text element as a child of the given parent, if value is non-null. |
setInt(Document doc, Element parent, String localName, Integer value) | void | Writes an integer element as a child of the given parent, if value is non-null. |
setBool(Document doc, Element parent, String localName, Boolean value) | void | Writes a boolean element as a child of the given parent, if value is non-null. |
writeHeadingPairs(Document doc, Element parent) | void | Writes the heading pairs into a HeadingPairs/vt:vector structure. |
writeTitlesOfParts(Document doc, Element parent) | void | Writes the titles of parts into a TitlesOfParts/vt:vector structure. |
getApplication() | String | Returns the Application property. |
setApplication(String value) | void | Sets the Application property. |
getAppVersion() | String | Returns the AppVersion property. |
setAppVersion(String value) | void | Sets the AppVersion property. |
getCompany() | String | Returns the Company property. |
setCompany(String value) | void | Sets the Company property. |
getManager() | String | Returns the Manager property. |
setManager(String value) | void | Sets the Manager property. |
getPresentationFormat() | String | Returns the PresentationFormat property. |
setPresentationFormat(String value) | void | Sets the PresentationFormat property. |
getTemplate() | String | Returns the Template property. |
setTemplate(String value) | void | Sets the Template property. |
getHyperlinkBase() | String | Returns the HyperlinkBase property. |
setHyperlinkBase(String value) | void | Sets the HyperlinkBase property. |
getTotalTime() | Integer | Returns the TotalTime property. |
setTotalTime(Integer value) | void | Sets the TotalTime property. |
getSlides() | Integer | Returns the Slides property. |
setSlides(Integer value) | void | Sets the Slides property. |
getHiddenSlides() | Integer | Returns the HiddenSlides property. |
setHiddenSlides(Integer value) | void | Sets the HiddenSlides property. |
getNotes() | Integer | Returns the Notes property. |
setNotes(Integer value) | void | Sets the Notes property. |
getParagraphs() | Integer | Returns the Paragraphs property. |
setParagraphs(Integer value) | void | Sets the Paragraphs property. |
getWords() | Integer | Returns the Words property. |
setWords(Integer value) | void | Sets the Words property. |
getMmClips() | Integer | Returns the MMClips property. |
setMmClips(Integer value) | void | Sets the MMClips property. |
getScaleCrop() | Boolean | Returns the ScaleCrop property. |
setScaleCrop(Boolean value) | void | Sets the ScaleCrop property. |
getLinksUpToDate() | Boolean | Returns the LinksUpToDate property. |
setLinksUpToDate(Boolean value) | void | Sets the LinksUpToDate property. |
getSharedDoc() | Boolean | Returns the SharedDoc property. |
setSharedDoc(Boolean value) | void | Sets the SharedDoc property. |
getHyperlinksChanged() | Boolean | Returns the HyperlinksChanged property. |
setHyperlinksChanged(Boolean value) | void | Sets the HyperlinksChanged property. |
getHeadingPairs() | List<HeadingPairData> | Returns the heading pairs list as an unmodifiable view. |
setHeadingPairs(List<HeadingPairData> value) | void | Sets the heading pairs list. |
getTitlesOfParts() | List<String> | Returns the titles of parts list as an unmodifiable view. |
setTitlesOfParts(List<String> value) | void | Sets the titles of parts list. |
clear() | void | Resets all properties to null/empty and marks the part as dirty. |