-
Notifications
You must be signed in to change notification settings - Fork 68
/
Copy pathexcel.interfaces.documentpropertiesupdatedata.yml
123 lines (123 loc) · 4.24 KB
/
excel.interfaces.documentpropertiesupdatedata.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
### YamlMime:TSType
name: Excel.Interfaces.DocumentPropertiesUpdateData
uid: 'excel!Excel.Interfaces.DocumentPropertiesUpdateData:interface'
package: excel!
fullName: Excel.Interfaces.DocumentPropertiesUpdateData
summary: >-
An interface for updating data on the `DocumentProperties` object, for use in `documentProperties.set({ ... })`<!--
-->.
remarks: ''
isPreview: false
isDeprecated: false
type: interface
properties:
- name: author
uid: 'excel!Excel.Interfaces.DocumentPropertiesUpdateData#author:member'
package: excel!
fullName: author
summary: The author of the workbook.
remarks: '\[ [API set: ExcelApi 1.7](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'author?: string;'
return:
type: string
- name: category
uid: 'excel!Excel.Interfaces.DocumentPropertiesUpdateData#category:member'
package: excel!
fullName: category
summary: The category of the workbook.
remarks: '\[ [API set: ExcelApi 1.7](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'category?: string;'
return:
type: string
- name: comments
uid: 'excel!Excel.Interfaces.DocumentPropertiesUpdateData#comments:member'
package: excel!
fullName: comments
summary: >-
The Comments field in the metadata of the workbook. These have no connection to comments by users made in the
workbook.
remarks: '\[ [API set: ExcelApi 1.7](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'comments?: string;'
return:
type: string
- name: company
uid: 'excel!Excel.Interfaces.DocumentPropertiesUpdateData#company:member'
package: excel!
fullName: company
summary: The company of the workbook.
remarks: '\[ [API set: ExcelApi 1.7](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'company?: string;'
return:
type: string
- name: keywords
uid: 'excel!Excel.Interfaces.DocumentPropertiesUpdateData#keywords:member'
package: excel!
fullName: keywords
summary: The keywords of the workbook.
remarks: '\[ [API set: ExcelApi 1.7](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'keywords?: string;'
return:
type: string
- name: manager
uid: 'excel!Excel.Interfaces.DocumentPropertiesUpdateData#manager:member'
package: excel!
fullName: manager
summary: The manager of the workbook.
remarks: '\[ [API set: ExcelApi 1.7](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'manager?: string;'
return:
type: string
- name: revisionNumber
uid: 'excel!Excel.Interfaces.DocumentPropertiesUpdateData#revisionNumber:member'
package: excel!
fullName: revisionNumber
summary: Gets the revision number of the workbook.
remarks: '\[ [API set: ExcelApi 1.7](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'revisionNumber?: number;'
return:
type: number
- name: subject
uid: 'excel!Excel.Interfaces.DocumentPropertiesUpdateData#subject:member'
package: excel!
fullName: subject
summary: The subject of the workbook.
remarks: '\[ [API set: ExcelApi 1.7](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'subject?: string;'
return:
type: string
- name: title
uid: 'excel!Excel.Interfaces.DocumentPropertiesUpdateData#title:member'
package: excel!
fullName: title
summary: The title of the workbook.
remarks: '\[ [API set: ExcelApi 1.7](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'title?: string;'
return:
type: string