Click or drag to resize

BuiltinDocumentProperties Class

Represents a class that inherits from SummaryDocumentProperties and provides built-in document properties.
Inheritance Hierarchy

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

The BuiltinDocumentProperties type exposes the following members.

Properties
Name Description
Public property ApplicationName
Gets or sets application name
(Inherited from SummaryDocumentProperties .)
Public property Author
Gets or sets author name
(Inherited from SummaryDocumentProperties .)
Public property BytesCount
Gets the number of bytes in the document.
Public property Category
Gets or sets the category of the document.
Public property CharCount
Gets document characters count
(Inherited from SummaryDocumentProperties .)
Public property CharCountWithSpace
Gets document characters count(including spaces)
Public property Comments
Gets or sets the comments that provide additional information about the document
(Inherited from SummaryDocumentProperties .)
Public property Company
Returns or sets Company property.
Public property ContentStatus
Gets or sets the document status.
Public property Count
Gets summary count of document properties
(Inherited from SummaryDocumentProperties .)
Public property CreateDate
Gets or sets the document creation date
(Inherited from SummaryDocumentProperties .)
Public property DocSecurity
Gets or sets document security level
(Inherited from SummaryDocumentProperties .)
Public property Document
Gets the document.
(Inherited from OwnerHolder .)
Public property HiddenCount
Gets hidden count
Public property HyperLinkBase
Returns or sets HyperLinkBase property.
Public property Keywords
Gets or sets the document keywords
(Inherited from SummaryDocumentProperties .)
Public property LastAuthor
Gets or sets the last author name
(Inherited from SummaryDocumentProperties .)
Public property LastPrinted
Returns or sets the last print date
(Inherited from SummaryDocumentProperties .)
Public property LastSaveDate
Returns or sets the last save date
(Inherited from SummaryDocumentProperties .)
Public property LinesCount
Gets the number of lines in the document.
Public property Manager
Gets or sets Manager property.
Public property NoteCount
Gets Note count.
Public property PageCount
Gets document pages count
(Inherited from SummaryDocumentProperties .)
Public property ParagraphCount
Gets the number of paragraphs in the document.
Public property RevisionNumber
Gets or sets the document revision number
(Inherited from SummaryDocumentProperties .)
Public property SlideCount
Gets slide count.
Public property Subject
Gets or sets the subject of the document
(Inherited from SummaryDocumentProperties .)
Public property Template
Gets or sets the template name of the document
(Inherited from SummaryDocumentProperties .)
Public property Thumbnail
Returns or setsthumbnail picture for document preview
(Inherited from SummaryDocumentProperties .)
Public property Title
Gets or sets the document title
(Inherited from SummaryDocumentProperties .)
Public property TotalEditingTime
Gets or sets the document total editing time
(Inherited from SummaryDocumentProperties .)
Public property WordCount
Gets document words count
(Inherited from SummaryDocumentProperties .)
Protected property XDLSHolder (Inherited from DocumentSerializable .)
Top
Methods
Name Description
Public method Add
Adds the specified name.
(Inherited from SummaryDocumentProperties .)
Public method Clone
Clone.
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 SummaryDocumentProperties 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 SummaryDocumentProperties WriteXmlAttributes(IXDLSAttributeWriter) .)
Protected method WriteXmlContent (Inherited from DocumentSerializable .)
Top
Fields
Name Description
Protected field m_doc (Inherited from OwnerHolder .)
Protected field m_summaryHash (Inherited from SummaryDocumentProperties .)
Top
See Also