Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public class SummaryDocumentProperties : DocumentSerializable
Public Class SummaryDocumentProperties
	Inherits DocumentSerializable
public ref class SummaryDocumentProperties : public DocumentSerializable
type SummaryDocumentProperties =  
    class
        inherit DocumentSerializable
    end

Members

            
 All Members  Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Add(Int32, DocumentProperty)
Adds the specified name.
ApplicationName
Gets or sets application name
Author
Gets or sets author name
CharCount
Gets document characters count
CharCountWithSpace
Gets document characters count(including spaces)
CloneImpl()()()() (Inherited from DocumentSerializable.)
Comments
Gets or sets the comments that provide additional information about the document
Count
Gets summary count of document properties
CreateDate
Gets or sets the document creation date
DocSecurity
Gets or sets document security level
Document
Gets the document.
(Inherited from OwnerHolder.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object 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.)
InitXDLSHolder()()()() (Inherited from DocumentSerializable.)
Keywords
Gets or sets the document keywords
LastAuthor
Gets or sets the last author name
LastPrinted
Returns or sets the last print date
LastSaveDate
Returns or sets the last save date
m_doc (Inherited from OwnerHolder.)
m_summaryHash
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
PageCount
Gets document pages count
ReadXmlAttributes(IXDLSAttributeReader) (Overrides DocumentSerializable..::..ReadXmlAttributes(IXDLSAttributeReader).)
ReadXmlContent(IXDLSContentReader) (Inherited from DocumentSerializable.)
RestoreReference(String, Int32) (Inherited from DocumentSerializable.)
RevisionNumber
Gets or sets the document revision number
Subject
Gets or sets the subject of the document
Template
Gets or sets the template name of the document
Thumbnail
Returns or setsthumbnail picture for document preview
Title
Gets or sets the document title
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
TotalEditingTime
Gets or sets the document total editing time
WordCount
Gets document words count
WriteXmlAttributes(IXDLSAttributeWriter) (Overrides DocumentSerializable..::..WriteXmlAttributes(IXDLSAttributeWriter).)
WriteXmlContent(IXDLSContentWriter) (Inherited from DocumentSerializable.)
XDLSHolder (Inherited from DocumentSerializable.)

Inheritance Hierarchy

See Also