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

The properties exposed by this class can be changed on a Microsoft Excel file by right-clicking it in Windows Explorer and editing the properties on the Summary tab.

Hierarchy

Hierarchy

  • Base
    • DocumentProperties

Implements

  • IChangeInfoContext

Constructors

Properties

$type: Type
$t: Type
nextHashCode: number

Accessors

  • get author(): string
  • Gets or sets the author of the document.

    The value of the property has no effect on the contents of the file when opened in a host application. It is simply extra data associated with the document.

    A string specifying the author of the document.

    Returns string

  • set author(a): void
  • Parameters

    • a: string

    Returns void

  • get category(): string
  • Gets or sets the category of the document.

    The value of the property has no effect on the contents of the file when opened in a host application. It is simply extra data associated with the document.

    A string specifying the category of the document.

    Returns string

  • set category(a): void
  • Parameters

    • a: string

    Returns void

  • get comments(): string
  • Gets or sets the comments associated with the document.

    The value of the property has no effect on the contents of the file when opened in a host application. It is simply extra data associated with the document.

    A string specifying the comments associated with the document.

    Returns string

  • set comments(a): void
  • Parameters

    • a: string

    Returns void

  • get company(): string
  • Gets or sets the company to which the document belongs.

    The value of the property has no effect on the contents of the file when opened in a host application. It is simply extra data associated with the document.

    A string specifying the company to which the document belongs.

    Returns string

  • set company(a): void
  • Parameters

    • a: string

    Returns void

  • get keywords(): string
  • Gets or sets the keywords which describe the document.

    The value of the property has no effect on the contents of the file when opened in a host application. It is simply extra data associated with the document.

    A string specifying the keywords which describe the document.

    Returns string

  • set keywords(a): void
  • Parameters

    • a: string

    Returns void

  • get manager(): string
  • Gets or sets the manager associated with the document.

    The value of the property has no effect on the contents of the file when opened in a host application. It is simply extra data associated with the document.

    A string specifying the manager associated with the document.

    Returns string

  • set manager(a): void
  • Parameters

    • a: string

    Returns void

  • get status(): string
  • Gets or sets the current status of the document.

    The value of the property has no effect on the contents of the file when opened in a host application. It is simply extra data associated with the document.

    A string representing the current status of the document.

    Returns string

  • set status(a): void
  • Parameters

    • a: string

    Returns void

  • get subject(): string
  • Gets or sets the subject of the contents of the document.

    The value of the property has no effect on the contents of the file when opened in a host application. It is simply extra data associated with the document.

    A string specifying the subject of the contents of the document.

    Returns string

  • set subject(a): void
  • Parameters

    • a: string

    Returns void

  • get title(): string
  • Gets or sets the title of the document.

    The value of the property has no effect on the contents of the file when opened in a host application. It is simply extra data associated with the document.

    A string specifying the title of the document.

    Returns string

  • set title(a): void
  • Parameters

    • a: string

    Returns void

Methods

  • Parameters

    • other: any

    Returns boolean

  • Returns number

  • Returns Base

  • Parameters

    • item1: any
    • item2: any

    Returns number

  • Parameters

    • item1: any
    • item2: any

    Returns number

  • Parameters

    • item1: any
    • item2: any

    Returns boolean

  • Parameters

    • a: any
    • b: any

    Returns boolean

  • Parameters

    • obj: any

    Returns any[]

  • Parameters

    • obj: any

    Returns any[]

  • Parameters

    • obj: any

    Returns number

  • Parameters

    • a: any
    • b: any

    Returns boolean