[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.BuiltInPropertyCollection

BuiltInPropertyCollection Class

Represents built-in document properties.

Inheritance
BuiltInPropertyCollection
Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class BuiltInPropertyCollection : DocumentPropertyCollection, IEnumerable<DocumentProperty>, IEnumerable
Public Class BuiltInPropertyCollection
    Inherits DocumentPropertyCollection
    Implements IEnumerable(Of DocumentProperty), IEnumerable

Properties

Name Description
AplicationVersion

Gets or sets the version number of the application that created the document.

ApplicationName

Gets or sets the name of the application.

Author

Gets or sets the name of the document's author.

Category

Gets or sets the category of the document.

Characters

Gets or sets an estimate of the number of characters in the document.

CharactersWithSpaces

Gets or sets an estimate of the number of characters (including spaces) in the document.

Comments

Gets or sets the document comments.

Company

Gets or sets the company property.

CreatedTime

Gets or sets date of the document creation in UTC.

DigitalSignature

Gets or sets the signature of a digitally signed document.

HeadingPairs

Gets or sets the document headings and their names.

HyperlinkBase

Specifies the base string used for evaluating relative hyperlinks in this document.

Gets or sets the set of hyperlinks that were in this document when last saved.

HyperlinksChanged

Gets or sets whether one or more hyperlinks in the document were updated exclusively by a producer. The next producer to open this document shall update the hyperlink relationships with the new hyperlinks specified in this document.

Identifier

Gets or sets an unambiguous document identifier.

Keywords

Gets or sets the document keywords.

Language

Gets or sets the value that identifies the document content language.

LastPrinted

Gets or sets the date when the document was last printed in UTC.

LastSavedBy

Gets or sets the name of the last author.

LastSavedTime

Gets or sets the time of the last save in UTC.

Lines

Gets or sets an estimate of the number of lines in the document.

LinksUpToDate

Gets or sets whether hyperlinks in a document are up-to-date.

Manager

Gets or sets the manager property.

Pages

Gets or sets an estimate of the number of pages in the document.

Paragraphs

Gets or sets an estimate of the number of paragraphs in the document.

RevisionNumber

Gets or sets the document revision number.

Security

Gets or sets the security level of a document as a numeric value.

SharedDocument

Gets or sets whether this document is currently shared between multiple producers. If true, producers should take care when updating the document.

Status

Gets or sets the document status.

Subject

Gets or sets the subject of the document.

Template

Gets or sets the informational name of the document template.

Thumbnail

Gets or sets the display mode of the document thumbnail. Set to true to enable scaling of the document thumbnail to the display. Set to false to enable cropping of the document thumbnail to show only sections that fits the display.

Title

Gets or sets the title of the document.

TitlesOfParts

Gets or sets the names of a parts in the document. These parts are conceptual representations of document sections.

TotalEditingTime

Gets or sets the total editing time in minutes.

Version

Gets or sets the document version.

Words

Gets or sets an estimate of the number of words in the document.

Methods

Name Description
SetPropertyValue<T>(T, string, string)

Sets the property value.