{{< docs-families >}} - Какво?

{{< docs-families >}} - Какво?

Общ преглед

DocumentProperties е клас в Aspose.Slides за NET. Наслежда от: ゚IDocumentProperties⌒ .

Представя метаданните свойства на презентация, обгръщане OPC ядрото, приложение и персонализирани част от собственост с мързелива инициализация.

Свойства на веществата

NameTypeAccessDescription
TitlestringRead/WriteGets or sets the presentation title
SubjectstringRead/Write
AuthorstringRead/WriteGets or sets the name of the presentation author
KeywordsstringRead/WriteGets or sets searchable keywords for the presentation
CommentsstringRead/WriteGets or sets user comments associated with the presentation
CategorystringRead/WriteGets or sets the category classification of the presentation
ContentStatusstringRead/WriteGets or sets the status of the presentation content
ContentTypestringRead/WriteGets or sets the MIME type of the presentation
LastSavedBystringRead/WriteGets or sets the user who last saved the presentation
RevisionNumberintRead/WriteGets or sets the numeric revision count of the presentation
CreatedTimeDateTime?Read/WriteGets or sets the creation date and time of the presentation
LastSavedTimeDateTime?Read/WriteGets or sets the date and time when the presentation was last saved
LastPrintedDateTime?Read/Write
AppVersionstringReadGets or sets the version of the application that created the file
NameOfApplicationstringRead/Write
CompanystringRead/WriteGets or sets the company name associated with the presentation
ManagerstringRead/WriteGets or sets the manager name for the presentation
PresentationFormatstringRead/Write
ApplicationTemplatestringRead/WriteGets or sets the template name used for the presentation
HyperlinkBasestringRead/WriteGets or sets the base URL for relative hyperlinks in the presentation
TotalEditingTimeTimeSpanRead/WriteGets or sets the cumulative editing time of the presentation
SharedDocboolRead/WriteGets or sets a flag indicating if the presentation is a shared document
ScaleCropboolRead/WriteGets or sets a flag indicating if images are scaled when cropped
LinksUpToDateboolRead/WriteGets or sets a flag indicating if external links are up to date
HyperlinksChangedboolRead/WriteGets or sets a flag indicating if hyperlinks have been modified
SlidesintReadGets or sets the total number of slides in the presentation
HiddenSlidesintRead
NotesintRead
ParagraphsintReadGets or sets the total number of paragraphs across the presentation
WordsintReadGets or sets the total word count of the presentation
MultimediaClipsintRead
HeadingPairsIReadOnlyList<IHeadingPair>Read
TitlesOfPartsIReadOnlyList<string>Read
CountOfCustomPropertiesintRead

Методи за изчисляване на данните

SignatureDescription
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
 Български