Class which exposes the document level properties for a Microsoft Excel file.
Constructors
Section titled "Constructors"DocumentProperties
new DocumentProperties(a: Workbook): DocumentProperties Returns DocumentProperties
Properties
Section titled "Properties"$t: Type Accessors
Section titled "Accessors"author
Section titled "author"Gets or sets the author of the document.
get author(): string
Returns string
set author(a: string): void Parameters
- a:
string
Returns void
category
Section titled "category"Gets or sets the category of the document.
get category(): string
Returns string
set category(a: string): void Parameters
- a:
string
Returns void
comments
Section titled "comments"Gets or sets the comments associated with the document.
get comments(): string
Returns string
set comments(a: string): void Parameters
- a:
string
Returns void
company
Section titled "company"Gets or sets the company to which the document belongs.
get company(): string
Returns string
set company(a: string): void Parameters
- a:
string
Returns void
keywords
Section titled "keywords"Gets or sets the keywords which describe the document.
get keywords(): string
Returns string
set keywords(a: string): void Parameters
- a:
string
Returns void
manager
Section titled "manager"Gets or sets the manager associated with the document.
get manager(): string
Returns string
set manager(a: string): void Parameters
- a:
string
Returns void
status
Section titled "status"Gets or sets the current status of the document.
get status(): string
Returns string
set status(a: string): void Parameters
- a:
string
Returns void
subject
Section titled "subject"Gets or sets the subject of the contents of the document.
get subject(): string
Returns string
set subject(a: string): void Parameters
- a:
string
Returns void
title
Section titled "title"Gets or sets the title of the document.
get title(): string
Returns string
set title(a: string): void Parameters
- a:
string
Returns void