CorePropertiesPart — Aspose.Slides FOSS C# (.NET) API Reference
CorePropertiesPart — CorePropertiesPart API type.
Package: Aspose.Slides.Foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
Title | string? | Read/Write | |
Subject | string? | Read/Write | |
Creator | string? | Read/Write | |
Keywords | string? | Read/Write | |
Description | string? | Read/Write | |
Category | string? | Read/Write | |
ContentStatus | string? | Read/Write | |
ContentType | string? | Read/Write | |
LastModifiedBy | string? | Read/Write | |
Revision | string? | Read/Write | |
Created | DateTime? | Read/Write | |
Modified | DateTime? | Read/Write | |
LastPrinted | DateTime? | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
Parse() | void | |
GetText(XName tag) | void | The text content, or null if not found or empty. |
MarkDirty() | void | |
Save() | void | |
SetDc(XElement root, string localName, string? value) | void | The text value, or null to skip. |
SetCp(XElement root, string localName, string? value) | void | The text value, or null to skip. |
SetDctermsDate(XElement root, string localName, DateTime? dt) | void | The datetime value, or null to skip. |
Clear() | void | |
ParseW3cdtf(string? text) | void | The parsed , or null if the input is null, empty, or invalid. |
FormatW3cdtf(DateTime? dt) | void | The W3CDTF string, or null if the input is null. |