[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IBuiltInDocumentPropertyCollection

Interface IBuiltInDocumentPropertyCollection

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

A collection of built-in document properties.

public interface IBuiltInDocumentPropertyCollection : IDocumentPropertyCollection
Inherited Members

Properties

Author

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

string Author { get; set; }

Property Value

string

Category

Gets or sets the category of the document.

string Category { get; set; }

Property Value

string

Comments

Gets or sets the document comments.

string Comments { get; set; }

Property Value

string

Company

Gets or sets the company property.

string Company { get; set; }

Property Value

string

ContentStatus

Gets or sets the content status of the document.

string ContentStatus { get; set; }

Property Value

string

ContentType

Gets or sets the content type of the document.

string ContentType { get; set; }

Property Value

string

CreatedDate

Gets or sets date of the document creation in local timezone.

DateTime CreatedDate { get; set; }

Property Value

System.DateTime

Remarks

This property does not get updated automatically when modifying the document.

DocumentVersion

Gets or sets the version of the file.

string DocumentVersion { get; set; }

Property Value

string

HyperlinkBase

Gets or sets the hyperlinkbase property.

string HyperlinkBase { get; set; }

Property Value

string

Keywords

Gets or sets the document keywords.

string Keywords { get; set; }

Property Value

string

Language

Gets or sets the document's language.

string Language { get; set; }

Property Value

string

LastPrinted

Gets or sets the Universal time when the document was last printed.

DateTime LastPrinted { get; set; }

Property Value

System.DateTime

LastSavedBy

Gets or sets the name of the last author.

string LastSavedBy { get; set; }

Property Value

string

Remarks

This property does not get updated automatically when modifying the document.

LastSavedTime

Gets or sets the time of the last save in local timezone.

DateTime LastSavedTime { get; set; }

Property Value

System.DateTime

Remarks

This property does not get updated automatically when modifying the document.

LinksUpToDate

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

bool LinksUpToDate { get; set; }

Property Value

bool

Manager

Gets or sets the manager property.

string Manager { get; set; }

Property Value

string

NameOfApplication

Gets or sets the name of the application.

string NameOfApplication { get; set; }

Property Value

string

Pages

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

int Pages { get; set; }

Property Value

int

RevisionNumber

Gets or sets the document revision number.

string RevisionNumber { get; set; }

Property Value

string

Remarks

This property does not get updated automatically when modifying the document.

ScaleCrop

Gets or sets the display mode of the document thumbnail.

bool ScaleCrop { get; set; }

Property Value

bool

Subject

Gets or sets the subject of the document.

string Subject { get; set; }

Property Value

string

Template

Gets or sets the informational name of the document template.

string Template { get; set; }

Property Value

string

Title

Gets or sets the title of the document.

string Title { get; set; }

Property Value

string

TotalEditingTime

Gets or sets the total editing time in minutes.

int TotalEditingTime { get; set; }

Property Value

int

Words

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

int Words { get; set; }

Property Value

int