Winnovative Excel Library

ExcelDocumentProperties Class

Winnovative Excel Library Documentation
The document properties like title, subject, keywords, author, etc.
Inheritance Hierarchy

SystemObject
  Winnovative.ExcelLibExcelDocumentProperties

Namespace:  Winnovative.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public class ExcelDocumentProperties

The ExcelDocumentProperties type exposes the following members.

Properties

  NameDescription
Public propertyApplicationName
Gets or sets the name of the application that created the document.
Public propertyAuthor
Gets or sets the document author.
Public propertyBytesNumber
Gets or sets the number of bytes in document.
Public propertyCategory
Gets or sets the document category.
Public propertyCharsNumber
Gets or sets the number of characters in document.
Public propertyComments
Gets or sets the document comments.
Public propertyCompany
Gets or sets the document company.
Public propertyCreationDate
Gets or sets the document creation date.
Public propertyHiddenSlidesNumber
Gets or sets the number of hidden slides in document.
Public propertyKeywords
Gets or sets the document keywords.
Public propertyLastAuthor
Gets or sets the document last author.
Public propertyLastPrintDate
Gets or sets the last print date of the document.
Public propertyLastSaveTime
Gets or sets the document last save time.
Public propertyLinesNumber
Gets or sets the number of lines in document
Public propertyManager
Gets or sets the document manager.
Public propertyMultimediaClipsNumber
Gets or sets the number of multimedia clips in document.
Public propertyNotesNumber
Gets or sets the number of notes in document
Public propertyPagesNumber
Gets or sets the number of pages in document.
Public propertyParagraphsNumber
Gets or sets the number of paragraphs in document
Public propertyRevisionNumber
Gets or sets the document revision number.
Public propertySlidesNumber
Gets or sets the document number od slides
Public propertySubject
Gets or sets the document subject.
Public propertyTemplate
Gets or sets the document template.
Public propertyTitle
Gets or sets the document title.
Public propertyTotalEditingTime
Gets or sets the total editing time of the document.
Public propertyWordsNumber
Gets or sets the number of words in document.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference