-
Notifications
You must be signed in to change notification settings - Fork 66
/
excel.interfaces.rangeformatupdatedata.yml
222 lines (222 loc) · 9.83 KB
/
excel.interfaces.rangeformatupdatedata.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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
### YamlMime:TSType
name: Excel.Interfaces.RangeFormatUpdateData
uid: 'excel!Excel.Interfaces.RangeFormatUpdateData:interface'
package: excel!
fullName: Excel.Interfaces.RangeFormatUpdateData
summary: 'An interface for updating data on the `RangeFormat` object, for use in `rangeFormat.set({ ... })`<!-- -->.'
remarks: ''
isPreview: false
isDeprecated: false
type: interface
properties:
- name: autoIndent
uid: 'excel!Excel.Interfaces.RangeFormatUpdateData#autoIndent:member'
package: excel!
fullName: autoIndent
summary: Specifies if text is automatically indented when text alignment is set to equal distribution.
remarks: '\[ [API set: ExcelApi 1.9](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'autoIndent?: boolean;'
return:
type: boolean
- name: borders
uid: 'excel!Excel.Interfaces.RangeFormatUpdateData#borders:member'
package: excel!
fullName: borders
summary: Collection of border objects that apply to the overall range.
remarks: '\[ [API set: ExcelApi 1.1](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'borders?: Excel.Interfaces.RangeBorderCollectionUpdateData;'
return:
type: '<xref uid="excel!Excel.Interfaces.RangeBorderCollectionUpdateData:interface" />'
- name: columnWidth
uid: 'excel!Excel.Interfaces.RangeFormatUpdateData#columnWidth:member'
package: excel!
fullName: columnWidth
summary: >-
Specifies the width of all columns within the range. If the column widths are not uniform, `null` will be
returned.
remarks: '\[ [API set: ExcelApi 1.2](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'columnWidth?: number;'
return:
type: number
- name: fill
uid: 'excel!Excel.Interfaces.RangeFormatUpdateData#fill:member'
package: excel!
fullName: fill
summary: Returns the fill object defined on the overall range.
remarks: '\[ [API set: ExcelApi 1.1](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'fill?: Excel.Interfaces.RangeFillUpdateData;'
return:
type: '<xref uid="excel!Excel.Interfaces.RangeFillUpdateData:interface" />'
- name: font
uid: 'excel!Excel.Interfaces.RangeFormatUpdateData#font:member'
package: excel!
fullName: font
summary: Returns the font object defined on the overall range.
remarks: '\[ [API set: ExcelApi 1.1](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'font?: Excel.Interfaces.RangeFontUpdateData;'
return:
type: '<xref uid="excel!Excel.Interfaces.RangeFontUpdateData:interface" />'
- name: horizontalAlignment
uid: 'excel!Excel.Interfaces.RangeFormatUpdateData#horizontalAlignment:member'
package: excel!
fullName: horizontalAlignment
summary: Represents the horizontal alignment for the specified object. See `Excel.HorizontalAlignment` for details.
remarks: '\[ [API set: ExcelApi 1.1](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: >-
horizontalAlignment?: Excel.HorizontalAlignment | "General" | "Left" | "Center" | "Right" | "Fill" | "Justify" |
"CenterAcrossSelection" | "Distributed";
return:
type: >-
<xref uid="excel!Excel.HorizontalAlignment:enum" /> | "General" | "Left" | "Center" | "Right" | "Fill" |
"Justify" | "CenterAcrossSelection" | "Distributed"
- name: indentLevel
uid: 'excel!Excel.Interfaces.RangeFormatUpdateData#indentLevel:member'
package: excel!
fullName: indentLevel
summary: An integer from 0 to 250 that indicates the indent level.
remarks: '\[ [API set: ExcelApi 1.9](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'indentLevel?: number;'
return:
type: number
- name: protection
uid: 'excel!Excel.Interfaces.RangeFormatUpdateData#protection:member'
package: excel!
fullName: protection
summary: Returns the format protection object for a range.
remarks: '\[ [API set: ExcelApi 1.2](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'protection?: Excel.Interfaces.FormatProtectionUpdateData;'
return:
type: '<xref uid="excel!Excel.Interfaces.FormatProtectionUpdateData:interface" />'
- name: readingOrder
uid: 'excel!Excel.Interfaces.RangeFormatUpdateData#readingOrder:member'
package: excel!
fullName: readingOrder
summary: The reading order for the range.
remarks: '\[ [API set: ExcelApi 1.9](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'readingOrder?: Excel.ReadingOrder | "Context" | "LeftToRight" | "RightToLeft";'
return:
type: '<xref uid="excel!Excel.ReadingOrder:enum" /> | "Context" | "LeftToRight" | "RightToLeft"'
- name: rowHeight
uid: 'excel!Excel.Interfaces.RangeFormatUpdateData#rowHeight:member'
package: excel!
fullName: rowHeight
summary: 'The height of all rows in the range. If the row heights are not uniform, `null` will be returned.'
remarks: '\[ [API set: ExcelApi 1.2](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'rowHeight?: number;'
return:
type: number
- name: shrinkToFit
uid: 'excel!Excel.Interfaces.RangeFormatUpdateData#shrinkToFit:member'
package: excel!
fullName: shrinkToFit
summary: Specifies if text automatically shrinks to fit in the available column width.
remarks: '\[ [API set: ExcelApi 1.9](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'shrinkToFit?: boolean;'
return:
type: boolean
- name: textOrientation
uid: 'excel!Excel.Interfaces.RangeFormatUpdateData#textOrientation:member'
package: excel!
fullName: textOrientation
summary: >-
The text orientation of all the cells within the range. The text orientation should be an integer either from -90
to 90, or 180 for vertically-oriented text. If the orientation within a range are not uniform, then `null` will be
returned.
remarks: '\[ [API set: ExcelApi 1.7](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'textOrientation?: number;'
return:
type: number
- name: useStandardHeight
uid: 'excel!Excel.Interfaces.RangeFormatUpdateData#useStandardHeight:member'
package: excel!
fullName: useStandardHeight
summary: >-
Determines if the row height of the `Range` object equals the standard height of the sheet. Returns `true` if the
row height of the `Range` object equals the standard height of the sheet. Returns `null` if the range contains
more than one row and the rows aren't all the same height. Returns `false` otherwise. Note: This property is only
intended to be set to `true`<!-- -->. Setting it to `false` has no effect.
remarks: '\[ [API set: ExcelApi 1.7](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'useStandardHeight?: boolean;'
return:
type: boolean
- name: useStandardWidth
uid: 'excel!Excel.Interfaces.RangeFormatUpdateData#useStandardWidth:member'
package: excel!
fullName: useStandardWidth
summary: >-
Specifies if the column width of the `Range` object equals the standard width of the sheet. Returns `true` if the
column width of the `Range` object equals the standard width of the sheet. Returns `null` if the range contains
more than one column and the columns aren't all the same height. Returns `false` otherwise. Note: This property is
only intended to be set to `true`<!-- -->. Setting it to `false` has no effect.
remarks: '\[ [API set: ExcelApi 1.7](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'useStandardWidth?: boolean;'
return:
type: boolean
- name: verticalAlignment
uid: 'excel!Excel.Interfaces.RangeFormatUpdateData#verticalAlignment:member'
package: excel!
fullName: verticalAlignment
summary: Represents the vertical alignment for the specified object. See `Excel.VerticalAlignment` for details.
remarks: '\[ [API set: ExcelApi 1.1](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'verticalAlignment?: Excel.VerticalAlignment | "Top" | "Center" | "Bottom" | "Justify" | "Distributed";'
return:
type: '<xref uid="excel!Excel.VerticalAlignment:enum" /> | "Top" | "Center" | "Bottom" | "Justify" | "Distributed"'
- name: wrapText
uid: 'excel!Excel.Interfaces.RangeFormatUpdateData#wrapText:member'
package: excel!
fullName: wrapText
summary: >-
Specifies if Excel wraps the text in the object. A `null` value indicates that the entire range doesn't have a
uniform wrap setting
remarks: '\[ [API set: ExcelApi 1.1](/javascript/api/requirement-sets/excel/excel-api-requirement-sets) \]'
isPreview: false
isDeprecated: false
syntax:
content: 'wrapText?: boolean;'
return:
type: boolean