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 BuiltinDocumentProperties : SummaryDocumentProperties
Public Class BuiltinDocumentProperties
	Inherits SummaryDocumentProperties
public ref class BuiltinDocumentProperties : public SummaryDocumentProperties
type BuiltinDocumentProperties =  
    class
        inherit SummaryDocumentProperties
    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.
(Inherited from SummaryDocumentProperties.)
ApplicationName
Gets or sets application name
(Inherited from SummaryDocumentProperties.)
Author
Gets or sets author name
(Inherited from SummaryDocumentProperties.)
BytesCount
Gets the number of bytes in the document.
Category
Gets or sets the category of the document.
CharCount
Gets document characters count
(Inherited from SummaryDocumentProperties.)
CharCountWithSpace
Gets document characters count(including spaces)
Clone()()()()
CloneImpl()()()() (Inherited from DocumentSerializable.)
Comments
Gets or sets the comments that provide additional information about the document
(Inherited from SummaryDocumentProperties.)
Company
Returns or setsCompany property.
ContentStatus
Gets or sets the document status.
Count
Gets summary count of document properties
(Inherited from SummaryDocumentProperties.)
CreateDate
Gets or sets the document creation date
(Inherited from SummaryDocumentProperties.)
DocSecurity
Gets or sets document security level
(Inherited from SummaryDocumentProperties.)
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.)
HiddenCount
Gets hidden count
HyperLinkBase
Returns or sets HyperLinkBase property.
InitXDLSHolder()()()() (Inherited from DocumentSerializable.)
Keywords
Gets or sets the document keywords
(Inherited from SummaryDocumentProperties.)
LastAuthor
Gets or sets the last author name
(Inherited from SummaryDocumentProperties.)
LastPrinted
Returns or sets the last print date
(Inherited from SummaryDocumentProperties.)
LastSaveDate
Returns or sets the last save date
(Inherited from SummaryDocumentProperties.)
LinesCount
Gets the number of lines in the document.
m_doc (Inherited from OwnerHolder.)
m_summaryHash (Inherited from SummaryDocumentProperties.)
Manager
Gets or sets Manager property.
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
NoteCount
Gets Note count.
PageCount
Gets document pages count
(Inherited from SummaryDocumentProperties.)
ParagraphCount
Gets the number of paragraphs in the document.
ReadXmlAttributes(IXDLSAttributeReader) (Overrides SummaryDocumentProperties..::..ReadXmlAttributes(IXDLSAttributeReader).)
ReadXmlContent(IXDLSContentReader) (Inherited from DocumentSerializable.)
RestoreReference(String, Int32) (Inherited from DocumentSerializable.)
RevisionNumber
Gets or sets the document revision number
(Inherited from SummaryDocumentProperties.)
SlideCount
Gets slide count.
Subject
Gets or sets the subject of the document
(Inherited from SummaryDocumentProperties.)
Template
Gets or sets the template name of the document
(Inherited from SummaryDocumentProperties.)
Thumbnail
Returns or setsthumbnail picture for document preview
(Inherited from SummaryDocumentProperties.)
Title
Gets or sets the document title
(Inherited from SummaryDocumentProperties.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
TotalEditingTime
Gets or sets the document total editing time
(Inherited from SummaryDocumentProperties.)
WordCount
Gets document words count
(Inherited from SummaryDocumentProperties.)
WriteXmlAttributes(IXDLSAttributeWriter) (Overrides SummaryDocumentProperties..::..WriteXmlAttributes(IXDLSAttributeWriter).)
WriteXmlContent(IXDLSContentWriter) (Inherited from DocumentSerializable.)
XDLSHolder (Inherited from DocumentSerializable.)

Inheritance Hierarchy

See Also