-
Notifications
You must be signed in to change notification settings - Fork 66
/
excel.interfaces.documentpropertiesdata.yml
157 lines (157 loc) · 5.51 KB
/
excel.interfaces.documentpropertiesdata.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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
### YamlMime:TSType
name: Excel.Interfaces.DocumentPropertiesData
uid: 'excel!Excel.Interfaces.DocumentPropertiesData:interface'
package: excel!
fullName: Excel.Interfaces.DocumentPropertiesData
summary: An interface describing the data returned by calling `documentProperties.toJSON()`<!-- -->.
remarks: ''
isPreview: false
isDeprecated: false
type: interface
properties:
- name: author
uid: 'excel!Excel.Interfaces.DocumentPropertiesData#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.DocumentPropertiesData#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.DocumentPropertiesData#comments:member'
package: excel!
fullName: comments
summary: >-
The comment field in the metadata of the workbook. These have no connection to comments by users made in the
workbork.
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.DocumentPropertiesData#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: creationDate
uid: 'excel!Excel.Interfaces.DocumentPropertiesData#creationDate:member'
package: excel!
fullName: creationDate
summary: Gets the creation date of the workbook.
remarks: '\[ [API set: ExcelApi 1.7](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'creationDate?: Date;'
return:
type: Date
- name: custom
uid: 'excel!Excel.Interfaces.DocumentPropertiesData#custom:member'
package: excel!
fullName: custom
summary: Gets the collection of custom properties of the workbook.
remarks: '\[ [API set: ExcelApi 1.7](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'custom?: Excel.Interfaces.CustomPropertyData[];'
return:
type: '<xref uid="excel!Excel.Interfaces.CustomPropertyData:interface" />[]'
- name: keywords
uid: 'excel!Excel.Interfaces.DocumentPropertiesData#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: lastAuthor
uid: 'excel!Excel.Interfaces.DocumentPropertiesData#lastAuthor:member'
package: excel!
fullName: lastAuthor
summary: Gets the last 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: 'lastAuthor?: string;'
return:
type: string
- name: manager
uid: 'excel!Excel.Interfaces.DocumentPropertiesData#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.DocumentPropertiesData#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.DocumentPropertiesData#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.DocumentPropertiesData#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