Click or drag to resize

SummaryDocumentProperties Class

Inheritance Hierarchy

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public class SummaryDocumentProperties : DocumentSerializable

The SummaryDocumentProperties type exposes the following members.

Properties
Name Description
Public property ApplicationName
Gets or sets application name
Public property Author
Gets or sets author name
Public property CharCount
Gets document characters count
Public property CharCountWithSpace
Gets document characters count(including spaces)
Public property Comments
Gets or sets the comments that provide additional information about the document
Public property Count
Gets summary count of document properties
Public property CreateDate
Gets or sets the document creation date
Public property DocSecurity
Gets or sets document security level
Public property Document
Gets the document.
(Inherited from OwnerHolder .)
Public property Keywords
Gets or sets the document keywords
Public property LastAuthor
Gets or sets the last author name
Public property LastPrinted
Returns or sets the last print date
Public property LastSaveDate
Returns or sets the last save date
Public property PageCount
Gets document pages count
Public property RevisionNumber
Gets or sets the document revision number
Public property Subject
Gets or sets the subject of the document
Public property Template
Gets or sets the template name of the document
Public property Thumbnail
Returns or setsthumbnail picture for document preview
Public property Title
Gets or sets the document title
Public property TotalEditingTime
Gets or sets the document total editing time
Public property WordCount
Gets document words count
Protected property XDLSHolder (Inherited from DocumentSerializable .)
Top
Methods
Name Description
Public method Add
Adds the specified name.
Protected method CloneImpl (Inherited from DocumentSerializable .)
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method InitXDLSHolder (Inherited from DocumentSerializable .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Protected method ReadXmlAttributes (Overrides DocumentSerializable ReadXmlAttributes(IXDLSAttributeReader) .)
Protected method ReadXmlContent (Inherited from DocumentSerializable .)
Protected method RestoreReference (Inherited from DocumentSerializable .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Protected method WriteXmlAttributes (Overrides DocumentSerializable WriteXmlAttributes(IXDLSAttributeWriter) .)
Protected method WriteXmlContent (Inherited from DocumentSerializable .)
Top
Fields
Name Description
Protected field m_doc (Inherited from OwnerHolder .)
Protected field m_summaryHash
Top
See Also