{{< docs-families >}} - Какво?
Общ преглед
DocumentProperties е клас в Aspose.Slides за NET. Наслежда от: ゚IDocumentProperties⌒ .
Представя метаданните свойства на презентация, обгръщане OPC ядрото, приложение и персонализирани част от собственост с мързелива инициализация.
Свойства на веществата
| Name | Type | Access | Description |
|---|---|---|---|
Title | string | Read/Write | Gets or sets the presentation title |
Subject | string | Read/Write | |
Author | string | Read/Write | Gets or sets the name of the presentation author |
Keywords | string | Read/Write | Gets or sets searchable keywords for the presentation |
Comments | string | Read/Write | Gets or sets user comments associated with the presentation |
Category | string | Read/Write | Gets or sets the category classification of the presentation |
ContentStatus | string | Read/Write | Gets or sets the status of the presentation content |
ContentType | string | Read/Write | Gets or sets the MIME type of the presentation |
LastSavedBy | string | Read/Write | Gets or sets the user who last saved the presentation |
RevisionNumber | int | Read/Write | Gets or sets the numeric revision count of the presentation |
CreatedTime | DateTime? | Read/Write | Gets or sets the creation date and time of the presentation |
LastSavedTime | DateTime? | Read/Write | Gets or sets the date and time when the presentation was last saved |
LastPrinted | DateTime? | Read/Write | |
AppVersion | string | Read | Gets or sets the version of the application that created the file |
NameOfApplication | string | Read/Write | |
Company | string | Read/Write | Gets or sets the company name associated with the presentation |
Manager | string | Read/Write | Gets or sets the manager name for the presentation |
PresentationFormat | string | Read/Write | |
ApplicationTemplate | string | Read/Write | Gets or sets the template name used for the presentation |
HyperlinkBase | string | Read/Write | Gets or sets the base URL for relative hyperlinks in the presentation |
TotalEditingTime | TimeSpan | Read/Write | Gets or sets the cumulative editing time of the presentation |
SharedDoc | bool | Read/Write | Gets or sets a flag indicating if the presentation is a shared document |
ScaleCrop | bool | Read/Write | Gets or sets a flag indicating if images are scaled when cropped |
LinksUpToDate | bool | Read/Write | Gets or sets a flag indicating if external links are up to date |
HyperlinksChanged | bool | Read/Write | Gets or sets a flag indicating if hyperlinks have been modified |
Slides | int | Read | Gets or sets the total number of slides in the presentation |
HiddenSlides | int | Read | |
Notes | int | Read | |
Paragraphs | int | Read | Gets or sets the total number of paragraphs across the presentation |
Words | int | Read | Gets or sets the total word count of the presentation |
MultimediaClips | int | Read | |
HeadingPairs | IReadOnlyList<IHeadingPair> | Read | |
TitlesOfParts | IReadOnlyList<string> | Read | |
CountOfCustomProperties | int | Read |
Методи за изчисляване на данните
| Signature | Description |
|---|---|
GetCustomPropertyValue(name: string) | Retrieves the value of a custom property identified by name |
SetCustomPropertyValue(name: string, value: object) | Assigns a value to a custom property with the given name |
GetCustomPropertyName(index: int) | Returns the custom property name at the specified index |
RemoveCustomProperty(name: string) | Deletes the custom property identified by name |
ContainsCustomProperty(name: string) | Checks if a custom property with the given name exists |
ClearCustomProperties() | Removes all custom properties from the document |
ClearBuiltInProperties() | Resets all built‑in document properties to their defaults |