Click or drag to resize

IDocumentProperty Interface

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public interface IDocumentProperty

The IDocumentProperty type exposes the following members.

Properties
Name Description
Public property Application
Gets or sets the name of the application. Read/write String .
Public property Author
Gets or sets the author of a presentation. Read/write String .
Public property Category
Gets or sets the category of a presentation. Read/write String .
Public property Comments
Gets or sets the comments of a presentation. Read/write String .
Public property Company
Gets or sets the company property. Read/write String .
Public property ContentStatus
Gets or sets the content status of a presentation. Read/write String .
Public property ContentType
Gets or sets the content type of a presentation. Read/write String .
Public property Count
Gets the number of custom properties actually contained in a collection. Read-only Int32 .
Public property CreatedTime
Gets or sets the date when a presentation was created. Read/write DateTime .
Public property Format
Gets or sets the intended format of a presentation. Read/write String .
Public property HyperlinkBase
Gets or sets the HyperlinkBase document property.
Public property Item
Gets or sets the custom property associated with a specified name. Read/write Object .
Public property Keywords
Gets or sets the keywords of a presentation. Read/write String .
Public property LastPrinted
Gets or sets the date when a presentation was printed last time. Read/write DateTime .
Public property LastSavedBy
Gets or sets the name of a last person who modified a presentation. Read/write String .
Public property LastSavedTime
Gets or sets the date when a presentation was modified last time. Read/write DateTime .
Public property Manager
Gets or sets the manager property. Read/write String .
Public property RevisionNumber
Gets or sets the presentation revision number. Read/write Int32 .
Public property SharedDoc
Indicates whether the presentation is shared between multiple people. Read/write Boolean .
Public property Subject
Gets or sets the subject of a presentation. Read/write String .
Public property Template
Gets or sets the template of a application. Read/write String .
Public property Title
Gets or sets the title of a presentation. Read/write String .
Public property TotalEditingTime
Total editing time of a presentation. Read/write TimeSpan .
Top
Methods
Name Description
Public method Contains
Check presents of a custom property with a specified name.
Public method GetPropertyName
Return a custom property name at the specified index.
Public method Remove
Remove a custom property associated with a specified name.
Top
See Also