CorePropertiesPart

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

CorePropertiesPart — CorePropertiesPart API type.

Package: Aspose.Slides.Foss


Properties

PropertyTypeAccessDescription
Titlestring?Read/Write
Subjectstring?Read/Write
Creatorstring?Read/Write
Keywordsstring?Read/Write
Descriptionstring?Read/Write
Categorystring?Read/Write
ContentStatusstring?Read/Write
ContentTypestring?Read/Write
LastModifiedBystring?Read/Write
Revisionstring?Read/Write
CreatedDateTime?Read/Write
ModifiedDateTime?Read/Write
LastPrintedDateTime?Read/Write

Methods

MethodReturnsDescription
Parse()void
GetText(XName tag)voidThe text content, or null if not found or empty.
MarkDirty()void
Save()void
SetDc(XElement root, string localName, string? value)voidThe text value, or null to skip.
SetCp(XElement root, string localName, string? value)voidThe text value, or null to skip.
SetDctermsDate(XElement root, string localName, DateTime? dt)voidThe datetime value, or null to skip.
Clear()void
ParseW3cdtf(string? text)voidThe parsed , or null if the input is null, empty, or invalid.
FormatW3cdtf(DateTime? dt)voidThe W3CDTF string, or null if the input is null.

See Also