The document properties like title, subject, keywords, author, etc.
Inheritance Hierarchy
Winnovative.ExcelLibExcelDocumentProperties
Namespace: Winnovative.ExcelLib
Assembly: wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
The ExcelDocumentProperties type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ApplicationName |
Gets or sets the name of the application that created the document.
| |
| Author |
Gets or sets the document author.
| |
| BytesNumber |
Gets or sets the number of bytes in document.
| |
| Category |
Gets or sets the document category.
| |
| CharsNumber |
Gets or sets the number of characters in document.
| |
| Comments |
Gets or sets the document comments.
| |
| Company |
Gets or sets the document company.
| |
| CreationDate |
Gets or sets the document creation date.
| |
| HiddenSlidesNumber |
Gets or sets the number of hidden slides in document.
| |
| Keywords |
Gets or sets the document keywords.
| |
| LastAuthor |
Gets or sets the document last author.
| |
| LastPrintDate |
Gets or sets the last print date of the document.
| |
| LastSaveTime |
Gets or sets the document last save time.
| |
| LinesNumber |
Gets or sets the number of lines in document
| |
| Manager |
Gets or sets the document manager.
| |
| MultimediaClipsNumber |
Gets or sets the number of multimedia clips in document.
| |
| NotesNumber |
Gets or sets the number of notes in document
| |
| PagesNumber |
Gets or sets the number of pages in document.
| |
| ParagraphsNumber |
Gets or sets the number of paragraphs in document
| |
| RevisionNumber |
Gets or sets the document revision number.
| |
| SlidesNumber |
Gets or sets the document number od slides
| |
| Subject |
Gets or sets the document subject.
| |
| Template |
Gets or sets the document template.
| |
| Title |
Gets or sets the document title.
| |
| TotalEditingTime |
Gets or sets the total editing time of the document.
| |
| WordsNumber |
Gets or sets the number of words in document.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also