Word.Interfaces.DocumentPropertiesUpdateData interface

An interface for updating data on the DocumentProperties object, for use in documentProperties.set({ ... }).

Properties

author

Specifies the author of the document.

category

Specifies the category of the document.

comments

Specifies the comments of the document.

company

Specifies the company of the document.

format

Specifies the format of the document.

keywords

Specifies the keywords of the document.

manager

Specifies the manager of the document.

subject

Specifies the subject of the document.

title

Specifies the title of the document.

Property Details

author

Specifies the author of the document.

author?: string;

Property Value

string

Remarks

[ API set: WordApi 1.3 ]

category

Specifies the category of the document.

category?: string;

Property Value

string

Remarks

[ API set: WordApi 1.3 ]

comments

Specifies the comments of the document.

comments?: string;

Property Value

string

Remarks

[ API set: WordApi 1.3 ]

company

Specifies the company of the document.

company?: string;

Property Value

string

Remarks

[ API set: WordApi 1.3 ]

format

Specifies the format of the document.

format?: string;

Property Value

string

Remarks

[ API set: WordApi 1.3 ]

keywords

Specifies the keywords of the document.

keywords?: string;

Property Value

string

Remarks

[ API set: WordApi 1.3 ]

manager

Specifies the manager of the document.

manager?: string;

Property Value

string

Remarks

[ API set: WordApi 1.3 ]

subject

Specifies the subject of the document.

subject?: string;

Property Value

string

Remarks

[ API set: WordApi 1.3 ]

title

Specifies the title of the document.

title?: string;

Property Value

string

Remarks

[ API set: WordApi 1.3 ]