Class which exposes the document level properties for a Microsoft Excel file.

DocumentProperties

new DocumentProperties(a: Workbook): DocumentProperties

Returns DocumentProperties

Gets or sets the author of the document.

get author(): string

Returns string

set author(a: string): void

Parameters

  • a: string

Returns void

Gets or sets the category of the document.

get category(): string

Returns string

set category(a: string): void

Parameters

  • a: string

Returns void

Gets or sets the comments associated with the document.

get comments(): string

Returns string

set comments(a: string): void

Parameters

  • a: string

Returns void

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

Gets or sets the keywords which describe the document.

get keywords(): string

Returns string

set keywords(a: string): void

Parameters

  • a: string

Returns void

Gets or sets the manager associated with the document.

get manager(): string

Returns string

set manager(a: string): void

Parameters

  • a: string

Returns void

Gets or sets the current status of the document.

get status(): string

Returns string

set status(a: string): void

Parameters

  • a: string

Returns void

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

Gets or sets the title of the document.

get title(): string

Returns string

set title(a: string): void

Parameters

  • a: string

Returns void