IDocumentProperties — Aspose.Slides FOSS C# (.NET) API Reference
IDocumentProperties — IDocumentProperties API type.
Package: Aspose.Slides.Foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
Title | string | Read/Write | |
Subject | string | Read/Write | |
Author | string | Read/Write | |
Keywords | string | Read/Write | |
Comments | string | Read/Write | |
Category | string | Read/Write | |
ContentStatus | string | Read/Write | |
ContentType | string | Read/Write | |
LastSavedBy | string | Read/Write | |
RevisionNumber | int | Read/Write | |
CreatedTime | DateTime? | Read/Write | |
LastSavedTime | DateTime? | Read/Write | |
LastPrinted | DateTime? | Read/Write | |
AppVersion | string | Read/Write | |
NameOfApplication | string | Read/Write | |
Company | string | Read/Write | |
Manager | string | Read/Write | |
PresentationFormat | string | Read/Write | |
ApplicationTemplate | string | Read/Write | |
HyperlinkBase | string | Read/Write | |
TotalEditingTime | TimeSpan | Read/Write | |
SharedDoc | bool | Read/Write | |
ScaleCrop | bool | Read/Write | |
LinksUpToDate | bool | Read/Write | |
HyperlinksChanged | bool | Read/Write | |
Slides | int | Read/Write | |
HiddenSlides | int | Read/Write | |
Notes | int | Read/Write | |
Paragraphs | int | Read/Write | |
Words | int | Read/Write | |
MultimediaClips | int | Read/Write | |
HeadingPairs | IReadOnlyList<IHeadingPair> | Read/Write | |
TitlesOfParts | IReadOnlyList<string> | Read/Write | |
CountOfCustomProperties | int | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
GetCustomPropertyValue(string name) | void | The property value, or null if not found. |
SetCustomPropertyValue(string name, object value) | void | The property value. |
GetCustomPropertyName(int index) | void | The property name. |
RemoveCustomProperty(string name) | void | true if the property existed and was removed; otherwise, false. |
ContainsCustomProperty(string name) | void | true if the property exists; otherwise, false. |
ClearCustomProperties() | void | Removes all custom properties. |
ClearBuiltInProperties() | void | Resets all built-in (core and app) properties to their default values. |