IDocumentProperties

IDocumentProperties — Aspose.Slides FOSS C# (.NET) API Reference

IDocumentProperties — IDocumentProperties API type.

Package: 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
CreatedTimeDateTime?Read/Write
LastSavedTimeDateTime?Read/Write
LastPrintedDateTime?Read/Write
AppVersionstringRead/Write
NameOfApplicationstringRead/Write
CompanystringRead/Write
ManagerstringRead/Write
PresentationFormatstringRead/Write
ApplicationTemplatestringRead/Write
HyperlinkBasestringRead/Write
TotalEditingTimeTimeSpanRead/Write
SharedDocboolRead/Write
ScaleCropboolRead/Write
LinksUpToDateboolRead/Write
HyperlinksChangedboolRead/Write
SlidesintRead/Write
HiddenSlidesintRead/Write
NotesintRead/Write
ParagraphsintRead/Write
WordsintRead/Write
MultimediaClipsintRead/Write
HeadingPairsIReadOnlyList<IHeadingPair>Read/Write
TitlesOfPartsIReadOnlyList<string>Read/Write
CountOfCustomPropertiesintRead/Write

Methods

MethodReturnsDescription
GetCustomPropertyValue(string name)voidThe property value, or null if not found.
SetCustomPropertyValue(string name, object value)voidThe property value.
GetCustomPropertyName(int index)voidThe property name.
RemoveCustomProperty(string name)voidtrue if the property existed and was removed; otherwise, false.
ContainsCustomProperty(string name)voidtrue if the property exists; otherwise, false.
ClearCustomProperties()voidRemoves all custom properties.
ClearBuiltInProperties()voidResets all built-in (core and app) properties to their default values.

See Also