AppPropertiesPart — Aspose.Slides FOSS C# (.NET) API Reference
AppPropertiesPart — AppPropertiesPart API type.
Package: Aspose.Slides.Foss
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 | int? | Read/Write | |
Slides | int? | Read/Write | |
HiddenSlides | int? | Read/Write | |
Notes | int? | Read/Write | |
Paragraphs | int? | Read/Write | |
Words | int? | Read/Write | |
MmClips | int? | Read/Write | |
ScaleCrop | bool? | Read/Write | |
LinksUpToDate | bool? | Read/Write | |
SharedDoc | bool? | Read/Write | |
HyperlinksChanged | bool? | Read/Write | |
HeadingPairs | List<HeadingPairData> | Read/Write | |
TitlesOfParts | List<string> | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
Parse() | void | |
GetText(string localName) | void | The text content, or null if not found or empty. |
GetInt(string localName) | void | The parsed integer, or null if not found or not a valid integer. |
GetBool(string localName) | void | The parsed boolean, or null if not found. |
ParseHeadingPairs() | void | |
ParseTitlesOfParts() | void | |
MarkDirty() | void | |
Save() | void | |
SetText(XElement root, string localName, string? value) | void | The text value, or null to skip. |
SetInt(XElement root, string localName, int? value) | void | The integer value, or null to skip. |
SetBool(XElement root, string localName, bool? value) | void | The boolean value, or null to skip. |
WriteHeadingPairs(XElement root) | void | The root element to add to. |
WriteTitlesOfParts(XElement root) | void | The root element to add to. |
Clear() | void |