Back to Devexpress

DocumentProperties Members

officefileapi-devexpress-dot-docs-dot-presentation-dot-documentproperties-dot-underscore-members.md

latest6.2 KB
Original Source

DocumentProperties Members

Contains metadata (document properties) associated with a presentation.

Properties

NameDescription
ApplicationGets or sets an application that created this presentation.
AuthorGets or sets the presentation author.
CategoryGets or sets the categorization of the presentation content.
CompanyGets or sets the name of the company associated with the presentation.
ContentStatusGets or sets the status of the content (e.g., Draft , Reviewed , or Final ).
CreatedGets or sets the date and time when the document was first saved. Sets automatically to the local date and time when the presentation is created.
CustomPropertiesObtains a dictionary of custom document properties.
DescriptionGets or sets a short description of the presentation content.
DocumentRevisionGets or sets the presentation revision number.
DocumentVersionGets or sets the document version number specified by the user or application.
HiddenSlidesObtains a number of hidden slides in a presentation.
KeywordsGets or sets the delimited set of keywords to support searching and indexing.
LastModifiedByGets or sets the name of the user who last modified and saved the presentation. This property is updated automatically.
ManagerGets or sets the name of the supervisor associated with the presentation.
ModifiedGets or sets the date and time the presentation was last saved. This property is updated automatically to the local date and time.
NotesObtains the number of slides in a presentation that contain notes.
PresentationFormatGets or sets the intended format for a presentation.
PrintedGets or sets the date and time on which the document was last printed. This property is updated automatically to the local date and time.
SecurityGets or sets the presentation security level.
SlidesObtains a number of slides in a presentation.
SubjectGets or sets the subject of the presentation.
TitleGets or sets the presentation title.
VersionGets or sets the version of the application used to create or modify the document.

Methods

NameDescription
Clone()Creates a copy of the current DocumentProperties object.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

DocumentProperties Class

DevExpress.Docs.Presentation Namespace