igniteui-webcomponents-excel 5.2.1-beta.0 → 5.4.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-excel.umd.js +9766 -6903
- package/bundles/igniteui-webcomponents-excel.umd.min.js +1 -1
- package/esm2015/lib/AddInFunctionResolver.js +1 -1
- package/esm2015/lib/AlternateContentChoice_combined.js +581 -251
- package/esm2015/lib/BiffRecordStream.js +3 -3
- package/esm2015/lib/BmpPartManager.js +1 -51
- package/esm2015/lib/CT_GraphicalObject_combined.js +5 -5
- package/esm2015/lib/CellShiftOperation_CellCache.js +7 -0
- package/esm2015/lib/ChartPatternFill.js +44 -0
- package/esm2015/lib/ColorInfo.js +5 -5
- package/esm2015/lib/ConditionBaseExtensions.js +5 -0
- package/esm2015/lib/ConditionalFormattingUtils.js +16 -13
- package/esm2015/lib/CustomListSortCondition.js +4 -4
- package/esm2015/lib/DefaultStyleHelper_combined.js +3179 -2695
- package/esm2015/lib/DrawingMLSpreadsheetDrawing.js +1 -1
- package/esm2015/lib/DrawingPartManagerHelpers_combined.js +43 -43
- package/esm2015/lib/DxfInfo.js +1 -1
- package/esm2015/lib/EmfPartManager.js +1 -43
- package/esm2015/lib/ExcelDocumentManager.js +36 -36
- package/esm2015/lib/GifPartManager.js +1 -43
- package/esm2015/lib/LegacyShapeData.js +1 -1
- package/esm2015/lib/MetadataPartManager.js +45 -0
- package/esm2015/lib/MultipleCellValueInfo.js +5 -5
- package/esm2015/lib/ObjectModelMetadataPartManager.js +7 -0
- package/esm2015/lib/ObjectModelRdArrayPartManager.js +7 -0
- package/esm2015/lib/ObjectModelRdRichValuePartManager.js +7 -0
- package/esm2015/lib/ObjectModelRdRichValueStructurePartManager.js +7 -0
- package/esm2015/lib/ObjectModelRdRichValueTypesPartManager.js +7 -0
- package/esm2015/lib/ObjectModelRdRichValueWebImagePartManager.js +7 -0
- package/esm2015/lib/ObjectModelRdSupportingPropertyBagPartManager.js +7 -0
- package/esm2015/lib/ObjectModelRdSupportingPropertyBagStructurePartManager.js +7 -0
- package/esm2015/lib/ObjectModelRichStylesPartManager.js +7 -0
- package/esm2015/lib/ObjectModelRichValueRelPartManager.js +7 -0
- package/esm2015/lib/OrderedSortCondition.js +2 -2
- package/esm2015/lib/PatternType.js +237 -0
- package/esm2015/lib/PngPartManager.js +1 -43
- package/esm2015/lib/RdArrayPartManager.js +43 -0
- package/esm2015/lib/RdRichValuePartManager.js +44 -0
- package/esm2015/lib/RdRichValueStructurePartManager.js +44 -0
- package/esm2015/lib/RdRichValueTypesPartManager.js +44 -0
- package/esm2015/lib/RdRichValueWebImagePartManager.js +44 -0
- package/esm2015/lib/RdSupportingPropertyBagPartManager.js +45 -0
- package/esm2015/lib/RdSupportingPropertyBagStructurePartManager.js +45 -0
- package/esm2015/lib/RichStylesPartManager.js +43 -0
- package/esm2015/lib/RichValueRelPartManager.js +44 -0
- package/esm2015/lib/RoundTripControlData.js +9 -7
- package/esm2015/lib/RoundTripPartData.js +4 -2
- package/esm2015/lib/SerializationNumberFormatInfo.js +2 -2
- package/esm2015/lib/SpreadsheetML2009Main_combined.js +1149 -849
- package/esm2015/lib/TiffPartManager.js +1 -43
- package/esm2015/lib/UltraCalcConditionalFunctionBase_combined.js +1 -1
- package/esm2015/lib/UltraCalcFunctionCell.js +7 -7
- package/esm2015/lib/UltraCalcFunctionColumn.js +1 -1
- package/esm2015/lib/UltraCalcFunctionHLookup.js +1 -1
- package/esm2015/lib/UltraCalcFunctionLookup.js +1 -1
- package/esm2015/lib/UltraCalcFunctionMatch.js +1 -1
- package/esm2015/lib/UltraCalcFunctionRow.js +1 -1
- package/esm2015/lib/UltraCalcFunctionVLookup.js +1 -1
- package/esm2015/lib/WeakWorkbookOwner.js +4 -0
- package/esm2015/lib/WmfPartManager.js +1 -43
- package/esm2015/lib/WorkbookLoadManagerExcel2007_combined.js +2733 -2037
- package/esm2015/lib/WorkbookMetadataCellBlock.js +33 -0
- package/esm2015/lib/WorkbookMetadataItem.js +25 -0
- package/esm2015/lib/WorkbookMetadataRecord.js +23 -0
- package/esm2015/lib/WorkbookMetadataType.js +75 -0
- package/esm2015/lib/WorkbookSaveManagerExcel2003_SaveTokenVisitor.js +1 -1
- package/esm2015/lib/WorkbookSaveManagerExcel2003_combined.js +110 -110
- package/esm2015/public_api.js +28 -1
- package/esm5/lib/AddInFunctionResolver.js +1 -1
- package/esm5/lib/AlternateContentChoice_combined.js +691 -251
- package/esm5/lib/BiffRecordStream.js +3 -3
- package/esm5/lib/BmpPartManager.js +1 -69
- package/esm5/lib/CT_GraphicalObject_combined.js +5 -5
- package/esm5/lib/CellShiftOperation_CellCache.js +7 -0
- package/esm5/lib/ChartPatternFill.js +58 -0
- package/esm5/lib/ColorInfo.js +5 -5
- package/esm5/lib/ConditionBaseExtensions.js +5 -0
- package/esm5/lib/ConditionalFormattingUtils.js +19 -13
- package/esm5/lib/CustomListSortCondition.js +4 -4
- package/esm5/lib/DefaultStyleHelper_combined.js +3276 -2760
- package/esm5/lib/DrawingMLSpreadsheetDrawing.js +1 -1
- package/esm5/lib/DrawingPartManagerHelpers_combined.js +43 -43
- package/esm5/lib/DxfInfo.js +1 -1
- package/esm5/lib/EmfPartManager.js +1 -60
- package/esm5/lib/ExcelDocumentManager.js +36 -36
- package/esm5/lib/GifPartManager.js +1 -60
- package/esm5/lib/LegacyShapeData.js +1 -1
- package/esm5/lib/MetadataPartManager.js +57 -0
- package/esm5/lib/MultipleCellValueInfo.js +5 -5
- package/esm5/lib/ObjectModelMetadataPartManager.js +7 -0
- package/esm5/lib/ObjectModelRdArrayPartManager.js +7 -0
- package/esm5/lib/ObjectModelRdRichValuePartManager.js +7 -0
- package/esm5/lib/ObjectModelRdRichValueStructurePartManager.js +7 -0
- package/esm5/lib/ObjectModelRdRichValueTypesPartManager.js +7 -0
- package/esm5/lib/ObjectModelRdRichValueWebImagePartManager.js +7 -0
- package/esm5/lib/ObjectModelRdSupportingPropertyBagPartManager.js +7 -0
- package/esm5/lib/ObjectModelRdSupportingPropertyBagStructurePartManager.js +7 -0
- package/esm5/lib/ObjectModelRichStylesPartManager.js +7 -0
- package/esm5/lib/ObjectModelRichValueRelPartManager.js +7 -0
- package/esm5/lib/OrderedSortCondition.js +2 -2
- package/esm5/lib/PatternType.js +237 -0
- package/esm5/lib/PngPartManager.js +1 -60
- package/esm5/lib/RdArrayPartManager.js +55 -0
- package/esm5/lib/RdRichValuePartManager.js +56 -0
- package/esm5/lib/RdRichValueStructurePartManager.js +56 -0
- package/esm5/lib/RdRichValueTypesPartManager.js +56 -0
- package/esm5/lib/RdRichValueWebImagePartManager.js +56 -0
- package/esm5/lib/RdSupportingPropertyBagPartManager.js +57 -0
- package/esm5/lib/RdSupportingPropertyBagStructurePartManager.js +57 -0
- package/esm5/lib/RichStylesPartManager.js +55 -0
- package/esm5/lib/RichValueRelPartManager.js +56 -0
- package/esm5/lib/RoundTripControlData.js +9 -7
- package/esm5/lib/RoundTripPartData.js +4 -2
- package/esm5/lib/SerializationNumberFormatInfo.js +2 -2
- package/esm5/lib/SpreadsheetML2009Main_combined.js +1523 -1096
- package/esm5/lib/TiffPartManager.js +1 -60
- package/esm5/lib/UltraCalcConditionalFunctionBase_combined.js +1 -1
- package/esm5/lib/UltraCalcFunctionCell.js +7 -7
- package/esm5/lib/UltraCalcFunctionColumn.js +1 -1
- package/esm5/lib/UltraCalcFunctionHLookup.js +1 -1
- package/esm5/lib/UltraCalcFunctionLookup.js +1 -1
- package/esm5/lib/UltraCalcFunctionMatch.js +1 -1
- package/esm5/lib/UltraCalcFunctionRow.js +1 -1
- package/esm5/lib/UltraCalcFunctionVLookup.js +1 -1
- package/esm5/lib/WeakWorkbookOwner.js +8 -0
- package/esm5/lib/WmfPartManager.js +1 -60
- package/esm5/lib/WorkbookLoadManagerExcel2007_combined.js +2789 -2043
- package/esm5/lib/WorkbookMetadataCellBlock.js +39 -0
- package/esm5/lib/WorkbookMetadataItem.js +27 -0
- package/esm5/lib/WorkbookMetadataRecord.js +25 -0
- package/esm5/lib/WorkbookMetadataType.js +77 -0
- package/esm5/lib/WorkbookSaveManagerExcel2003_SaveTokenVisitor.js +1 -1
- package/esm5/lib/WorkbookSaveManagerExcel2003_combined.js +110 -110
- package/esm5/public_api.js +28 -1
- package/fesm2015/igniteui-webcomponents-excel.js +8980 -6479
- package/fesm5/igniteui-webcomponents-excel.js +9740 -6905
- package/lib/AlternateContentChoice_combined.d.ts +174 -66
- package/lib/BmpPartManager.d.ts +1 -22
- package/lib/CellShiftOperation_CellCache.d.ts +1 -0
- package/lib/ChartPatternFill.d.ts +26 -0
- package/lib/ConditionalFormattingUtils.d.ts +1 -1
- package/lib/DefaultStyleHelper_combined.d.ts +736 -566
- package/lib/EmfPartManager.d.ts +1 -20
- package/lib/ExcelDocumentManager.d.ts +12 -12
- package/lib/GifPartManager.d.ts +1 -20
- package/lib/MetadataPartManager.d.ts +19 -0
- package/lib/ObjectModelMetadataPartManager.d.ts +1 -0
- package/lib/ObjectModelRdArrayPartManager.d.ts +1 -0
- package/lib/ObjectModelRdRichValuePartManager.d.ts +1 -0
- package/lib/ObjectModelRdRichValueStructurePartManager.d.ts +1 -0
- package/lib/ObjectModelRdRichValueTypesPartManager.d.ts +1 -0
- package/lib/ObjectModelRdRichValueWebImagePartManager.d.ts +1 -0
- package/lib/ObjectModelRdSupportingPropertyBagPartManager.d.ts +1 -0
- package/lib/ObjectModelRdSupportingPropertyBagStructurePartManager.d.ts +1 -0
- package/lib/ObjectModelRichStylesPartManager.d.ts +1 -0
- package/lib/ObjectModelRichValueRelPartManager.d.ts +1 -0
- package/lib/PatternType.d.ts +230 -0
- package/lib/PngPartManager.d.ts +1 -20
- package/lib/RdArrayPartManager.d.ts +17 -0
- package/lib/RdRichValuePartManager.d.ts +18 -0
- package/lib/RdRichValueStructurePartManager.d.ts +18 -0
- package/lib/RdRichValueTypesPartManager.d.ts +18 -0
- package/lib/RdRichValueWebImagePartManager.d.ts +18 -0
- package/lib/RdSupportingPropertyBagPartManager.d.ts +19 -0
- package/lib/RdSupportingPropertyBagStructurePartManager.d.ts +19 -0
- package/lib/RichStylesPartManager.d.ts +17 -0
- package/lib/RichValueRelPartManager.d.ts +18 -0
- package/lib/RoundTripControlData.d.ts +6 -4
- package/lib/RoundTripPartData.d.ts +6 -2
- package/lib/SpreadsheetML2009Main_combined.d.ts +591 -533
- package/lib/TiffPartManager.d.ts +1 -20
- package/lib/WeakWorkbookOwner.d.ts +1 -0
- package/lib/WmfPartManager.d.ts +1 -20
- package/lib/WorkbookLoadManagerExcel2007_combined.d.ts +480 -319
- package/lib/WorkbookMetadataCellBlock.d.ts +13 -0
- package/lib/WorkbookMetadataItem.d.ts +12 -0
- package/lib/WorkbookMetadataRecord.d.ts +11 -0
- package/lib/WorkbookMetadataType.d.ts +36 -0
- package/package.json +2 -2
- package/public_api.d.ts +28 -1
|
@@ -188,221 +188,228 @@ export declare class SpreadsheetML2009Main extends XmlNamespaceDefinitionBase {
|
|
|
188
188
|
*/
|
|
189
189
|
export declare class SpreadsheetMLMain extends XmlNamespaceDefinitionBase {
|
|
190
190
|
static $t: Type;
|
|
191
|
-
private static readonly
|
|
192
|
-
private static readonly
|
|
193
|
-
static readonly
|
|
194
|
-
static readonly
|
|
195
|
-
static readonly c0: string;
|
|
191
|
+
private static readonly l1;
|
|
192
|
+
private static readonly l0;
|
|
193
|
+
static readonly cl: string;
|
|
194
|
+
static readonly cq: string;
|
|
196
195
|
static readonly c2: string;
|
|
197
|
-
static readonly
|
|
198
|
-
static readonly
|
|
199
|
-
static readonly
|
|
196
|
+
static readonly c4: string;
|
|
197
|
+
static readonly c8: string;
|
|
198
|
+
static readonly df: string;
|
|
199
|
+
static readonly dj: string;
|
|
200
200
|
static readonly dk: string;
|
|
201
|
-
static readonly dl: string;
|
|
202
201
|
static readonly dn: string;
|
|
203
202
|
static readonly dp: string;
|
|
204
203
|
static readonly dr: string;
|
|
204
|
+
static readonly ds: string;
|
|
205
205
|
static readonly du: string;
|
|
206
|
-
static readonly
|
|
207
|
-
static readonly
|
|
206
|
+
static readonly dx: string;
|
|
207
|
+
static readonly d4: string;
|
|
208
208
|
static readonly d5: string;
|
|
209
209
|
static readonly d8: string;
|
|
210
|
-
static readonly
|
|
211
|
-
static readonly
|
|
212
|
-
static readonly
|
|
210
|
+
static readonly ec: string;
|
|
211
|
+
static readonly ed: string;
|
|
212
|
+
static readonly ee: string;
|
|
213
|
+
static readonly ef: string;
|
|
213
214
|
static readonly eg: string;
|
|
214
|
-
static readonly
|
|
215
|
-
static readonly
|
|
216
|
-
static readonly
|
|
217
|
-
static readonly
|
|
218
|
-
static readonly eu: string;
|
|
219
|
-
static readonly ey: string;
|
|
220
|
-
static readonly ev: string;
|
|
221
|
-
static readonly ex: string;
|
|
222
|
-
static readonly ez: string;
|
|
215
|
+
static readonly el: string;
|
|
216
|
+
static readonly em: string;
|
|
217
|
+
static readonly eo: string;
|
|
218
|
+
static readonly e0: string;
|
|
223
219
|
static readonly e1: string;
|
|
224
|
-
static readonly e3: string;
|
|
225
220
|
static readonly e4: string;
|
|
226
|
-
static readonly e7: string;
|
|
227
221
|
static readonly e8: string;
|
|
222
|
+
static readonly e5: string;
|
|
223
|
+
static readonly e7: string;
|
|
224
|
+
static readonly e9: string;
|
|
225
|
+
static readonly fb: string;
|
|
228
226
|
static readonly fd: string;
|
|
229
227
|
static readonly fe: string;
|
|
230
|
-
static readonly
|
|
231
|
-
static readonly
|
|
232
|
-
static readonly
|
|
233
|
-
static readonly
|
|
234
|
-
static readonly
|
|
235
|
-
static readonly ft: string;
|
|
236
|
-
static readonly fu: string;
|
|
228
|
+
static readonly fh: string;
|
|
229
|
+
static readonly fi: string;
|
|
230
|
+
static readonly fn: string;
|
|
231
|
+
static readonly fo: string;
|
|
232
|
+
static readonly fp: string;
|
|
237
233
|
static readonly fv: string;
|
|
238
|
-
static readonly
|
|
239
|
-
static readonly
|
|
234
|
+
static readonly fw: string;
|
|
235
|
+
static readonly f1: string;
|
|
240
236
|
static readonly f2: string;
|
|
237
|
+
static readonly f4: string;
|
|
241
238
|
static readonly f5: string;
|
|
242
239
|
static readonly f6: string;
|
|
243
|
-
static readonly
|
|
240
|
+
static readonly f9: string;
|
|
241
|
+
static readonly ga: string;
|
|
242
|
+
static readonly gd: string;
|
|
243
|
+
static readonly gg: string;
|
|
244
244
|
static readonly gh: string;
|
|
245
245
|
static readonly gi: string;
|
|
246
|
-
static readonly
|
|
247
|
-
static readonly
|
|
248
|
-
static readonly g2: string;
|
|
246
|
+
static readonly gs: string;
|
|
247
|
+
static readonly gt: string;
|
|
249
248
|
static readonly g3: string;
|
|
250
|
-
static readonly g6: string;
|
|
251
249
|
static readonly g8: string;
|
|
252
|
-
static readonly
|
|
253
|
-
static readonly
|
|
250
|
+
static readonly he: string;
|
|
251
|
+
static readonly hf: string;
|
|
254
252
|
static readonly hi: string;
|
|
255
|
-
static readonly hj: string;
|
|
256
253
|
static readonly hk: string;
|
|
257
254
|
static readonly hl: string;
|
|
258
|
-
static readonly hm: string;
|
|
259
|
-
static readonly hn: string;
|
|
260
255
|
static readonly ho: string;
|
|
261
|
-
static readonly hp: string;
|
|
262
|
-
static readonly hq: string;
|
|
263
|
-
static readonly hr: string;
|
|
264
|
-
static readonly hs: string;
|
|
265
|
-
static readonly ht: string;
|
|
266
|
-
static readonly hu: string;
|
|
267
256
|
static readonly hv: string;
|
|
268
257
|
static readonly hw: string;
|
|
258
|
+
static readonly hx: string;
|
|
269
259
|
static readonly hy: string;
|
|
270
260
|
static readonly hz: string;
|
|
261
|
+
static readonly h0: string;
|
|
271
262
|
static readonly h1: string;
|
|
263
|
+
static readonly h2: string;
|
|
264
|
+
static readonly h3: string;
|
|
272
265
|
static readonly h4: string;
|
|
266
|
+
static readonly h5: string;
|
|
267
|
+
static readonly h6: string;
|
|
273
268
|
static readonly h7: string;
|
|
274
269
|
static readonly h8: string;
|
|
270
|
+
static readonly h9: string;
|
|
271
|
+
static readonly ib: string;
|
|
272
|
+
static readonly ic: string;
|
|
275
273
|
static readonly ie: string;
|
|
276
|
-
static readonly
|
|
277
|
-
static readonly
|
|
278
|
-
static readonly
|
|
279
|
-
static readonly ir: string;
|
|
280
|
-
static readonly is: string;
|
|
274
|
+
static readonly ii: string;
|
|
275
|
+
static readonly il: string;
|
|
276
|
+
static readonly im: string;
|
|
281
277
|
static readonly it: string;
|
|
278
|
+
static readonly iv: string;
|
|
282
279
|
static readonly iy: string;
|
|
280
|
+
static readonly i3: string;
|
|
281
|
+
static readonly i4: string;
|
|
283
282
|
static readonly i5: string;
|
|
284
|
-
static readonly
|
|
285
|
-
static readonly
|
|
286
|
-
static readonly
|
|
287
|
-
static readonly
|
|
288
|
-
static readonly jr: string;
|
|
289
|
-
static readonly jt: string;
|
|
283
|
+
static readonly i6: string;
|
|
284
|
+
static readonly jd: string;
|
|
285
|
+
static readonly jk: string;
|
|
286
|
+
static readonly jw: string;
|
|
290
287
|
static readonly j2: string;
|
|
288
|
+
static readonly j3: string;
|
|
289
|
+
static readonly j4: string;
|
|
290
|
+
static readonly j6: string;
|
|
291
|
+
static readonly j8: string;
|
|
292
|
+
static readonly kh: string;
|
|
291
293
|
static readonly b8: string;
|
|
292
|
-
static readonly
|
|
293
|
-
static readonly
|
|
294
|
-
static readonly
|
|
295
|
-
static readonly
|
|
296
|
-
static readonly k6: string;
|
|
297
|
-
static readonly le: string;
|
|
298
|
-
static readonly li: string;
|
|
299
|
-
static readonly lk: string;
|
|
294
|
+
static readonly ks: string;
|
|
295
|
+
static readonly ku: string;
|
|
296
|
+
static readonly kv: string;
|
|
297
|
+
static readonly ll: string;
|
|
300
298
|
static readonly lm: string;
|
|
301
|
-
static readonly
|
|
299
|
+
static readonly lo: string;
|
|
302
300
|
static readonly lp: string;
|
|
303
301
|
static readonly lq: string;
|
|
304
|
-
static readonly
|
|
305
|
-
static readonly lv: string;
|
|
306
|
-
static readonly l0: string;
|
|
302
|
+
static readonly ly: string;
|
|
307
303
|
static readonly l2: string;
|
|
308
304
|
static readonly l4: string;
|
|
309
|
-
static readonly l5: string;
|
|
310
305
|
static readonly l6: string;
|
|
311
|
-
static readonly
|
|
312
|
-
static readonly
|
|
313
|
-
static readonly
|
|
306
|
+
static readonly l7: string;
|
|
307
|
+
static readonly l9: string;
|
|
308
|
+
static readonly ma: string;
|
|
309
|
+
static readonly mb: string;
|
|
310
|
+
static readonly mf: string;
|
|
311
|
+
static readonly mk: string;
|
|
314
312
|
static readonly mm: string;
|
|
315
|
-
static readonly
|
|
316
|
-
static readonly
|
|
317
|
-
static readonly
|
|
318
|
-
static readonly
|
|
319
|
-
static readonly
|
|
320
|
-
static readonly
|
|
321
|
-
static readonly
|
|
322
|
-
static readonly
|
|
323
|
-
static readonly
|
|
324
|
-
static readonly
|
|
313
|
+
static readonly mo: string;
|
|
314
|
+
static readonly mp: string;
|
|
315
|
+
static readonly mq: string;
|
|
316
|
+
static readonly m5: string;
|
|
317
|
+
static readonly nb: string;
|
|
318
|
+
static readonly ne: string;
|
|
319
|
+
static readonly nf: string;
|
|
320
|
+
static readonly ng: string;
|
|
321
|
+
static readonly nm: string;
|
|
322
|
+
static readonly ns: string;
|
|
323
|
+
static readonly nt: string;
|
|
324
|
+
static readonly nu: string;
|
|
325
|
+
static readonly n1: string;
|
|
325
326
|
static readonly n6: string;
|
|
326
|
-
static readonly n7: string;
|
|
327
|
-
static readonly of: string;
|
|
328
|
-
static readonly oi: string;
|
|
329
|
-
static readonly on: string;
|
|
330
|
-
static readonly op: string;
|
|
331
327
|
static readonly oq: string;
|
|
332
|
-
static readonly or: string;
|
|
333
328
|
static readonly os: string;
|
|
334
|
-
static readonly ou: string;
|
|
335
|
-
static readonly ov: string;
|
|
336
329
|
static readonly ow: string;
|
|
337
|
-
static readonly ox: string;
|
|
338
|
-
static readonly oy: string;
|
|
339
330
|
static readonly oz: string;
|
|
340
331
|
static readonly o0: string;
|
|
341
|
-
static readonly
|
|
342
|
-
static readonly
|
|
343
|
-
static readonly
|
|
344
|
-
static readonly
|
|
345
|
-
static readonly
|
|
346
|
-
static readonly
|
|
347
|
-
static readonly
|
|
348
|
-
static readonly
|
|
349
|
-
static readonly
|
|
350
|
-
static readonly
|
|
351
|
-
static readonly
|
|
352
|
-
static readonly
|
|
332
|
+
static readonly o2: string;
|
|
333
|
+
static readonly pa: string;
|
|
334
|
+
static readonly pd: string;
|
|
335
|
+
static readonly pi: string;
|
|
336
|
+
static readonly pk: string;
|
|
337
|
+
static readonly pl: string;
|
|
338
|
+
static readonly pm: string;
|
|
339
|
+
static readonly pn: string;
|
|
340
|
+
static readonly pp: string;
|
|
341
|
+
static readonly pq: string;
|
|
342
|
+
static readonly pr: string;
|
|
343
|
+
static readonly ps: string;
|
|
344
|
+
static readonly pt: string;
|
|
345
|
+
static readonly pu: string;
|
|
346
|
+
static readonly pv: string;
|
|
347
|
+
static readonly pg: string;
|
|
353
348
|
static readonly qr: string;
|
|
354
|
-
static readonly qu: string;
|
|
355
|
-
static readonly qv: string;
|
|
356
|
-
static readonly qw: string;
|
|
357
349
|
static readonly qx: string;
|
|
358
|
-
static readonly qy: string;
|
|
359
350
|
static readonly qz: string;
|
|
360
|
-
static readonly q0: string;
|
|
361
|
-
static readonly q1: string;
|
|
362
351
|
static readonly q5: string;
|
|
363
|
-
static readonly
|
|
364
|
-
static readonly
|
|
352
|
+
static readonly q6: string;
|
|
353
|
+
static readonly ra: string;
|
|
354
|
+
static readonly rc: string;
|
|
355
|
+
static readonly re: string;
|
|
356
|
+
static readonly rk: string;
|
|
357
|
+
static readonly rl: string;
|
|
365
358
|
static readonly rn: string;
|
|
359
|
+
static readonly ro: string;
|
|
360
|
+
static readonly rr: string;
|
|
361
|
+
static readonly rs: string;
|
|
362
|
+
static readonly rt: string;
|
|
366
363
|
static readonly ru: string;
|
|
367
|
-
static readonly
|
|
368
|
-
static readonly
|
|
369
|
-
static readonly
|
|
364
|
+
static readonly rv: string;
|
|
365
|
+
static readonly rw: string;
|
|
366
|
+
static readonly rx: string;
|
|
367
|
+
static readonly ry: string;
|
|
368
|
+
static readonly r2: string;
|
|
369
|
+
static readonly sc: string;
|
|
370
|
+
static readonly se: string;
|
|
370
371
|
static readonly sk: string;
|
|
371
|
-
static readonly
|
|
372
|
-
static readonly sq: string;
|
|
373
|
-
static readonly st: string;
|
|
374
|
-
static readonly sv: string;
|
|
375
|
-
static readonly sy: string;
|
|
372
|
+
static readonly sr: string;
|
|
376
373
|
static readonly s1: string;
|
|
374
|
+
static readonly s5: string;
|
|
375
|
+
static readonly s7: string;
|
|
376
|
+
static readonly s8: string;
|
|
377
|
+
static readonly tj: string;
|
|
378
|
+
static readonly to: string;
|
|
379
|
+
static readonly tp: string;
|
|
380
|
+
static readonly ts: string;
|
|
381
|
+
static readonly tu: string;
|
|
382
|
+
static readonly tx: string;
|
|
383
|
+
static readonly t0: string;
|
|
377
384
|
static readonly ap: SpreadsheetMLMain;
|
|
378
385
|
constructor();
|
|
379
386
|
s(a: ST_ConformanceClass): string;
|
|
380
387
|
protected get_t(): string;
|
|
381
388
|
get t(): string;
|
|
382
|
-
private static
|
|
383
|
-
private static
|
|
384
|
-
private static
|
|
385
|
-
private static
|
|
386
|
-
private static
|
|
387
|
-
static
|
|
389
|
+
private static uj;
|
|
390
|
+
private static hu;
|
|
391
|
+
private static st;
|
|
392
|
+
private static vs;
|
|
393
|
+
private static abk;
|
|
394
|
+
static vt(a: XmlPartManagerBase, b: string, c: ST_BorderStyle): {
|
|
388
395
|
p2: ST_BorderStyle;
|
|
389
396
|
};
|
|
390
|
-
static
|
|
391
|
-
static
|
|
397
|
+
static abl(a: XmlPartManagerBase, b: string, c?: ST_BorderStyle): void;
|
|
398
|
+
static vu(a: XmlPartManagerBase, b: string, c: Nullable$1<boolean>, d: Nullable$1<number>, e: Nullable$1<ST_UnsignedIntHex>, f: Nullable$1<number>, g: number): {
|
|
392
399
|
p2: Nullable$1<boolean>;
|
|
393
400
|
p3: Nullable$1<number>;
|
|
394
401
|
p4: Nullable$1<ST_UnsignedIntHex>;
|
|
395
402
|
p5: Nullable$1<number>;
|
|
396
403
|
p6: number;
|
|
397
404
|
};
|
|
398
|
-
static
|
|
399
|
-
private static
|
|
400
|
-
private static
|
|
401
|
-
private static
|
|
402
|
-
private static
|
|
403
|
-
private static
|
|
404
|
-
private static
|
|
405
|
-
static
|
|
405
|
+
static abm(a: XmlPartManagerBase, b: string, c?: Nullable$1<boolean>, d?: Nullable$1<number>, e?: Nullable$1<ST_UnsignedIntHex>, f?: Nullable$1<number>, g?: number): void;
|
|
406
|
+
private static vv;
|
|
407
|
+
private static abn;
|
|
408
|
+
private static vw;
|
|
409
|
+
private static abo;
|
|
410
|
+
private static vx;
|
|
411
|
+
private static abp;
|
|
412
|
+
static uk(a: XmlPartManagerBase, b: Nullable$1<ST_HorizontalAlignment>, c: Nullable$1<ST_VerticalAlignment>, d: Nullable$1<number>, e: boolean, f: Nullable$1<number>, g: Nullable$1<number>, h: boolean, i: boolean, j: Nullable$1<number>): {
|
|
406
413
|
p1: Nullable$1<ST_HorizontalAlignment>;
|
|
407
414
|
p2: Nullable$1<ST_VerticalAlignment>;
|
|
408
415
|
p3: Nullable$1<number>;
|
|
@@ -413,59 +420,61 @@ export declare class SpreadsheetMLMain extends XmlNamespaceDefinitionBase {
|
|
|
413
420
|
p8: boolean;
|
|
414
421
|
p9: Nullable$1<number>;
|
|
415
422
|
};
|
|
416
|
-
static
|
|
417
|
-
static
|
|
423
|
+
static aac(a: XmlPartManagerBase, b?: Nullable$1<ST_HorizontalAlignment>, c?: Nullable$1<ST_VerticalAlignment>, d?: Nullable$1<number>, e?: boolean, f?: Nullable$1<number>, g?: Nullable$1<number>, h?: boolean, i?: boolean, j?: Nullable$1<number>): void;
|
|
424
|
+
static ul(a: XmlPartManagerBase, b: boolean, c: boolean): {
|
|
418
425
|
p1: boolean;
|
|
419
426
|
p2: boolean;
|
|
420
427
|
};
|
|
421
|
-
static
|
|
422
|
-
static
|
|
428
|
+
static aad(a: XmlPartManagerBase, b?: boolean, c?: boolean): void;
|
|
429
|
+
static um(a: XmlPartManagerBase, b: string): {
|
|
423
430
|
p1: string;
|
|
424
431
|
};
|
|
425
|
-
static
|
|
426
|
-
static
|
|
427
|
-
static
|
|
428
|
-
static
|
|
432
|
+
static aae(a: XmlPartManagerBase, b: string): void;
|
|
433
|
+
static un(a: XmlPartManagerBase): void;
|
|
434
|
+
static aaf(a: XmlPartManagerBase): void;
|
|
435
|
+
static uo(a: XmlPartManagerBase, b: string): {
|
|
429
436
|
p1: string;
|
|
430
437
|
};
|
|
431
|
-
static
|
|
432
|
-
static
|
|
438
|
+
static aag(a: XmlPartManagerBase, b: string): void;
|
|
439
|
+
static up(a: XmlPartManagerBase, b: boolean): {
|
|
433
440
|
p1: boolean;
|
|
434
441
|
};
|
|
435
|
-
static
|
|
436
|
-
static
|
|
442
|
+
static aah(a: XmlPartManagerBase, b?: boolean): void;
|
|
443
|
+
static uq(a: XmlPartManagerBase, b: Nullable$1<boolean>, c: Nullable$1<number>, d: Nullable$1<ST_UnsignedIntHex>, e: Nullable$1<number>, f: number): {
|
|
437
444
|
p1: Nullable$1<boolean>;
|
|
438
445
|
p2: Nullable$1<number>;
|
|
439
446
|
p3: Nullable$1<ST_UnsignedIntHex>;
|
|
440
447
|
p4: Nullable$1<number>;
|
|
441
448
|
p5: number;
|
|
442
449
|
};
|
|
443
|
-
static
|
|
444
|
-
static
|
|
445
|
-
static
|
|
446
|
-
static
|
|
450
|
+
static aai(a: XmlPartManagerBase, b?: Nullable$1<boolean>, c?: Nullable$1<number>, d?: Nullable$1<ST_UnsignedIntHex>, e?: Nullable$1<number>, f?: number): void;
|
|
451
|
+
static ur(a: XmlPartManagerBase): void;
|
|
452
|
+
static aaj(a: XmlPartManagerBase): void;
|
|
453
|
+
static us(a: XmlPartManagerBase): void;
|
|
454
|
+
static aak(a: XmlPartManagerBase): void;
|
|
455
|
+
static ut(a: XmlPartManagerBase, b: boolean, c: boolean, d: boolean): {
|
|
447
456
|
p1: boolean;
|
|
448
457
|
p2: boolean;
|
|
449
458
|
p3: boolean;
|
|
450
459
|
};
|
|
451
|
-
static
|
|
452
|
-
static
|
|
460
|
+
static aal(a: XmlPartManagerBase, b?: boolean, c?: boolean, d?: boolean): void;
|
|
461
|
+
static uu(a: XmlPartManagerBase, b: Nullable$1<number>): {
|
|
453
462
|
p1: Nullable$1<number>;
|
|
454
463
|
};
|
|
455
|
-
static
|
|
456
|
-
static
|
|
464
|
+
static aam(a: XmlPartManagerBase, b?: Nullable$1<number>): void;
|
|
465
|
+
static uv(a: XmlPartManagerBase, b: ST_BorderStyle): {
|
|
457
466
|
p1: ST_BorderStyle;
|
|
458
467
|
};
|
|
459
|
-
static
|
|
460
|
-
static
|
|
468
|
+
static aan(a: XmlPartManagerBase, b?: ST_BorderStyle): void;
|
|
469
|
+
static uw(a: XmlPartManagerBase, b: number, c: Nullable$1<number>, d: Nullable$1<number>, e: boolean, f: boolean): {
|
|
461
470
|
p1: number;
|
|
462
471
|
p2: Nullable$1<number>;
|
|
463
472
|
p3: Nullable$1<number>;
|
|
464
473
|
p4: boolean;
|
|
465
474
|
p5: boolean;
|
|
466
475
|
};
|
|
467
|
-
static
|
|
468
|
-
static
|
|
476
|
+
static aao(a: XmlPartManagerBase, b?: number, c?: Nullable$1<number>, d?: Nullable$1<number>, e?: boolean, f?: boolean): void;
|
|
477
|
+
static ux(a: XmlPartManagerBase, b: Nullable$1<number>, c: ST_CalcMode, d: boolean, e: ST_RefMode, f: boolean, g: number, h: number, i: boolean, j: boolean, k: boolean, l: boolean, m: Nullable$1<number>, n: Nullable$1<boolean>): {
|
|
469
478
|
p1: Nullable$1<number>;
|
|
470
479
|
p2: ST_CalcMode;
|
|
471
480
|
p3: boolean;
|
|
@@ -480,13 +489,13 @@ export declare class SpreadsheetMLMain extends XmlNamespaceDefinitionBase {
|
|
|
480
489
|
p12: Nullable$1<number>;
|
|
481
490
|
p13: Nullable$1<boolean>;
|
|
482
491
|
};
|
|
483
|
-
static
|
|
484
|
-
static
|
|
492
|
+
static aap(a: XmlPartManagerBase, b?: Nullable$1<number>, c?: ST_CalcMode, d?: boolean, e?: ST_RefMode, f?: boolean, g?: number, h?: number, i?: boolean, j?: boolean, k?: boolean, l?: boolean, m?: Nullable$1<number>, n?: Nullable$1<boolean>): void;
|
|
493
|
+
static uy(a: XmlPartManagerBase, b: string, c: boolean): {
|
|
485
494
|
p1: string;
|
|
486
495
|
p2: boolean;
|
|
487
496
|
};
|
|
488
|
-
static
|
|
489
|
-
static
|
|
497
|
+
static aaq(a: XmlPartManagerBase, b: string, c?: boolean): void;
|
|
498
|
+
static uz(a: XmlPartManagerBase, b: string, c: number, d: ST_CellType, e: number, f: number, g: boolean): {
|
|
490
499
|
p1: string;
|
|
491
500
|
p2: number;
|
|
492
501
|
p3: ST_CellType;
|
|
@@ -495,14 +504,18 @@ export declare class SpreadsheetMLMain extends XmlNamespaceDefinitionBase {
|
|
|
495
504
|
p6: boolean;
|
|
496
505
|
};
|
|
497
506
|
static ar(a: string): ST_CellType;
|
|
498
|
-
static
|
|
499
|
-
static
|
|
507
|
+
static aar(a: XmlPartManagerBase, b: string, c?: number, d?: ST_CellType, e?: number, f?: number, g?: boolean): void;
|
|
508
|
+
static u0(a: XmlPartManagerBase, b: string, c: ST_CellType, d: number): {
|
|
500
509
|
p1: string;
|
|
501
510
|
p2: ST_CellType;
|
|
502
511
|
p3: number;
|
|
503
512
|
};
|
|
504
|
-
static
|
|
505
|
-
static
|
|
513
|
+
static aas(a: XmlPartManagerBase, b?: string, c?: ST_CellType, d?: number): void;
|
|
514
|
+
static u1(a: XmlPartManagerBase, b: Nullable$1<number>): {
|
|
515
|
+
p1: Nullable$1<number>;
|
|
516
|
+
};
|
|
517
|
+
static aat(a: XmlPartManagerBase, b?: Nullable$1<number>): void;
|
|
518
|
+
static u2(a: XmlPartManagerBase, b: number, c: string, d: Nullable$1<number>, e: Nullable$1<number>, f: boolean, g: boolean): {
|
|
506
519
|
p1: number;
|
|
507
520
|
p2: string;
|
|
508
521
|
p3: Nullable$1<number>;
|
|
@@ -510,20 +523,20 @@ export declare class SpreadsheetMLMain extends XmlNamespaceDefinitionBase {
|
|
|
510
523
|
p5: boolean;
|
|
511
524
|
p6: boolean;
|
|
512
525
|
};
|
|
513
|
-
static
|
|
514
|
-
static
|
|
526
|
+
static aau(a: XmlPartManagerBase, b: number, c?: string, d?: Nullable$1<number>, e?: Nullable$1<number>, f?: boolean, g?: boolean): void;
|
|
527
|
+
static u3(a: XmlPartManagerBase, b: Nullable$1<number>): {
|
|
515
528
|
p1: Nullable$1<number>;
|
|
516
529
|
};
|
|
517
|
-
static
|
|
518
|
-
static
|
|
530
|
+
static aav(a: XmlPartManagerBase, b?: Nullable$1<number>): void;
|
|
531
|
+
static u4(a: XmlPartManagerBase, b: Nullable$1<number>): {
|
|
519
532
|
p1: Nullable$1<number>;
|
|
520
533
|
};
|
|
521
|
-
static
|
|
522
|
-
static
|
|
534
|
+
static aaw(a: XmlPartManagerBase, b?: Nullable$1<number>): void;
|
|
535
|
+
static u5(a: XmlPartManagerBase, b: Nullable$1<number>): {
|
|
523
536
|
p1: Nullable$1<number>;
|
|
524
537
|
};
|
|
525
|
-
static
|
|
526
|
-
static
|
|
538
|
+
static aax(a: XmlPartManagerBase, b?: Nullable$1<number>): void;
|
|
539
|
+
static u6(a: XmlPartManagerBase, b: string, c: Nullable$1<ST_CfType>, d: Nullable$1<number>, e: Nullable$1<number>, f: Nullable$1<boolean>, g: boolean, h: boolean, i: boolean, j: Nullable$1<ST_ConditionalFormattingOperator>, k: string, l: Nullable$1<ST_TimePeriod>, m: Nullable$1<number>, n: Nullable$1<number>, o: boolean, p: string, q: Nullable$1<boolean>): {
|
|
527
540
|
p2: Nullable$1<ST_CfType>;
|
|
528
541
|
p3: Nullable$1<number>;
|
|
529
542
|
p4: Nullable$1<number>;
|
|
@@ -540,39 +553,39 @@ export declare class SpreadsheetMLMain extends XmlNamespaceDefinitionBase {
|
|
|
540
553
|
p15: string;
|
|
541
554
|
p16: Nullable$1<boolean>;
|
|
542
555
|
};
|
|
543
|
-
static
|
|
544
|
-
static
|
|
556
|
+
static aay(a: XmlPartManagerBase, b: string, c?: Nullable$1<ST_CfType>, d?: Nullable$1<number>, e?: number, f?: boolean, g?: Nullable$1<boolean>, h?: Nullable$1<boolean>, i?: Nullable$1<boolean>, j?: Nullable$1<ST_ConditionalFormattingOperator>, k?: string, l?: Nullable$1<ST_TimePeriod>, m?: Nullable$1<number>, n?: Nullable$1<number>, o?: Nullable$1<boolean>, p?: string, q?: Nullable$1<boolean>): void;
|
|
557
|
+
static u7(a: XmlPartManagerBase, b: ST_CfvoType, c: string, d: boolean): {
|
|
545
558
|
p1: ST_CfvoType;
|
|
546
559
|
p2: string;
|
|
547
560
|
p3: boolean;
|
|
548
561
|
};
|
|
549
|
-
static
|
|
562
|
+
static u8(a: XmlPartManagerBase, b: string, c: ST_CfvoType, d: string, e: boolean): {
|
|
550
563
|
p2: ST_CfvoType;
|
|
551
564
|
p3: string;
|
|
552
565
|
p4: boolean;
|
|
553
566
|
};
|
|
554
|
-
static
|
|
555
|
-
static
|
|
556
|
-
static
|
|
557
|
-
static
|
|
567
|
+
static aaz(a: XmlPartManagerBase, b: ST_CfvoType, c?: string, d?: boolean): void;
|
|
568
|
+
static u9(a: XmlPartManagerBase): void;
|
|
569
|
+
static aa0(a: XmlPartManagerBase): void;
|
|
570
|
+
static vd(a: XmlPartManagerBase, b: number, c: boolean, d: number, e: boolean): {
|
|
558
571
|
p1: number;
|
|
559
572
|
p2: boolean;
|
|
560
573
|
p3: number;
|
|
561
574
|
p4: boolean;
|
|
562
575
|
};
|
|
563
|
-
static
|
|
564
|
-
static
|
|
576
|
+
static aa4(a: XmlPartManagerBase, b: number, c?: boolean, d?: number, e?: boolean): void;
|
|
577
|
+
static va(a: XmlPartManagerBase, b: boolean, c: string): {
|
|
565
578
|
p1: boolean;
|
|
566
579
|
p2: string;
|
|
567
580
|
};
|
|
568
|
-
static
|
|
569
|
-
static
|
|
581
|
+
static aa1(a: XmlPartManagerBase, b?: boolean, c?: string): void;
|
|
582
|
+
static vb(a: XmlPartManagerBase, b: Nullable$1<ST_UnsignedShortHex>, c: boolean, d: boolean): {
|
|
570
583
|
p1: Nullable$1<ST_UnsignedShortHex>;
|
|
571
584
|
p2: boolean;
|
|
572
585
|
p3: boolean;
|
|
573
586
|
};
|
|
574
|
-
static
|
|
575
|
-
static
|
|
587
|
+
static aa2(a: XmlPartManagerBase, b?: Nullable$1<ST_UnsignedShortHex>, c?: boolean, d?: boolean): void;
|
|
588
|
+
static vc(a: XmlPartManagerBase, b: string, c: string, d: string, e: Nullable$1<number>, f: boolean, g: boolean): {
|
|
576
589
|
p1: string;
|
|
577
590
|
p2: string;
|
|
578
591
|
p3: string;
|
|
@@ -580,13 +593,13 @@ export declare class SpreadsheetMLMain extends XmlNamespaceDefinitionBase {
|
|
|
580
593
|
p5: boolean;
|
|
581
594
|
p6: boolean;
|
|
582
595
|
};
|
|
583
|
-
static
|
|
584
|
-
static
|
|
596
|
+
static aa3(a: XmlPartManagerBase, b?: string, c?: string, d?: string, e?: Nullable$1<number>, f?: boolean, g?: boolean): void;
|
|
597
|
+
static ve(a: XmlPartManagerBase, b: number, c: number): {
|
|
585
598
|
p1: number;
|
|
586
599
|
p2: number;
|
|
587
600
|
};
|
|
588
|
-
static
|
|
589
|
-
static
|
|
601
|
+
static aa5(a: XmlPartManagerBase, b: number, c: number): void;
|
|
602
|
+
static vf(a: XmlPartManagerBase, b: number, c: number, d: Nullable$1<number>, e: number, f: boolean, g: boolean, h: boolean, i: boolean, j: number, k: boolean): {
|
|
590
603
|
p1: number;
|
|
591
604
|
p2: number;
|
|
592
605
|
p3: Nullable$1<number>;
|
|
@@ -598,52 +611,52 @@ export declare class SpreadsheetMLMain extends XmlNamespaceDefinitionBase {
|
|
|
598
611
|
p9: number;
|
|
599
612
|
p10: boolean;
|
|
600
613
|
};
|
|
601
|
-
static
|
|
602
|
-
static
|
|
614
|
+
static aa6(a: XmlPartManagerBase, b: number, c: number, d?: Nullable$1<number>, e?: number, f?: boolean, g?: boolean, h?: boolean, i?: boolean, j?: number, k?: boolean): void;
|
|
615
|
+
static vg(a: XmlPartManagerBase, b: Nullable$1<boolean>, c: Nullable$1<number>, d: Nullable$1<ST_UnsignedIntHex>, e: Nullable$1<number>, f: number): {
|
|
603
616
|
p1: Nullable$1<boolean>;
|
|
604
617
|
p2: Nullable$1<number>;
|
|
605
618
|
p3: Nullable$1<ST_UnsignedIntHex>;
|
|
606
619
|
p4: Nullable$1<number>;
|
|
607
620
|
p5: number;
|
|
608
621
|
};
|
|
609
|
-
static
|
|
610
|
-
static
|
|
622
|
+
static aa7(a: XmlPartManagerBase, b?: Nullable$1<boolean>, c?: Nullable$1<number>, d?: Nullable$1<ST_UnsignedIntHex>, e?: Nullable$1<number>, f?: number): void;
|
|
623
|
+
static vh(a: XmlPartManagerBase, b: Nullable$1<number>, c: boolean): {
|
|
611
624
|
p1: Nullable$1<number>;
|
|
612
625
|
p2: boolean;
|
|
613
626
|
};
|
|
614
|
-
static
|
|
615
|
-
static
|
|
616
|
-
static
|
|
617
|
-
static
|
|
618
|
-
static
|
|
619
|
-
static
|
|
620
|
-
static
|
|
627
|
+
static aa8(a: XmlPartManagerBase, b?: Nullable$1<number>, c?: boolean): void;
|
|
628
|
+
static aa9(a: XmlPartManagerBase): void;
|
|
629
|
+
static vi(a: XmlPartManagerBase): void;
|
|
630
|
+
static aba(a: XmlPartManagerBase): void;
|
|
631
|
+
static vj(a: XmlPartManagerBase): void;
|
|
632
|
+
static abb(a: XmlPartManagerBase): void;
|
|
633
|
+
static vk(a: XmlPartManagerBase, b: string, c: number, d: Nullable$1<ST_Guid>, e: Nullable$1<number>): {
|
|
621
634
|
p1: string;
|
|
622
635
|
p2: number;
|
|
623
636
|
p3: Nullable$1<ST_Guid>;
|
|
624
637
|
p4: Nullable$1<number>;
|
|
625
638
|
};
|
|
626
|
-
static
|
|
627
|
-
static
|
|
628
|
-
static
|
|
629
|
-
static
|
|
630
|
-
static
|
|
631
|
-
static
|
|
639
|
+
static abc(a: XmlPartManagerBase, b: string, c: number, d?: Nullable$1<ST_Guid>, e?: Nullable$1<number>): void;
|
|
640
|
+
static vl(a: XmlPartManagerBase): void;
|
|
641
|
+
static abd(a: XmlPartManagerBase): void;
|
|
642
|
+
static vm(a: XmlPartManagerBase): void;
|
|
643
|
+
static abe(a: XmlPartManagerBase): void;
|
|
644
|
+
static vn(a: XmlPartManagerBase, b: boolean): {
|
|
632
645
|
p1: boolean;
|
|
633
646
|
};
|
|
634
|
-
static
|
|
635
|
-
static
|
|
647
|
+
static abf(a: XmlPartManagerBase, b?: boolean): void;
|
|
648
|
+
static vo(a: XmlPartManagerBase, b: List$1<string>, c: boolean): {
|
|
636
649
|
p1: List$1<string>;
|
|
637
650
|
p2: boolean;
|
|
638
651
|
};
|
|
639
|
-
static
|
|
640
|
-
static
|
|
652
|
+
static abg(a: XmlPartManagerBase, b: List$1<string>, c?: boolean): void;
|
|
653
|
+
static vp(a: XmlPartManagerBase, b: number, c: string, d: string): {
|
|
641
654
|
p1: number;
|
|
642
655
|
p2: string;
|
|
643
656
|
p3: string;
|
|
644
657
|
};
|
|
645
|
-
static
|
|
646
|
-
static
|
|
658
|
+
static abh(a: XmlPartManagerBase, b: number, c: string, d?: string): void;
|
|
659
|
+
static vq(a: XmlPartManagerBase, b: boolean, c: boolean, d: boolean, e: boolean, f: boolean, g: boolean, h: boolean, i: boolean, j: boolean, k: string, l: string, m: string, n: string, o: string, p: string): {
|
|
647
660
|
p1: boolean;
|
|
648
661
|
p2: boolean;
|
|
649
662
|
p3: boolean;
|
|
@@ -660,26 +673,26 @@ export declare class SpreadsheetMLMain extends XmlNamespaceDefinitionBase {
|
|
|
660
673
|
p14: string;
|
|
661
674
|
p15: string;
|
|
662
675
|
};
|
|
663
|
-
static
|
|
664
|
-
static
|
|
665
|
-
static
|
|
666
|
-
static
|
|
676
|
+
static abi(a: XmlPartManagerBase, b?: boolean, c?: boolean, d?: boolean, e?: boolean, f?: boolean, g?: boolean, h?: boolean, i?: boolean, j?: boolean, k?: string, l?: string, m?: string, n?: string, o?: string, p?: string): void;
|
|
677
|
+
static vr(a: XmlPartManagerBase): void;
|
|
678
|
+
static abj(a: XmlPartManagerBase): void;
|
|
679
|
+
static vy(a: XmlPartManagerBase, b: ST_Guid, c: number, d: ST_SheetState, e: boolean): {
|
|
667
680
|
p1: ST_Guid;
|
|
668
681
|
p2: number;
|
|
669
682
|
p3: ST_SheetState;
|
|
670
683
|
p4: boolean;
|
|
671
684
|
};
|
|
672
|
-
static
|
|
673
|
-
static
|
|
685
|
+
static abq(a: XmlPartManagerBase, b: ST_Guid, c?: number, d?: ST_SheetState, e?: boolean): void;
|
|
686
|
+
static vz(a: XmlPartManagerBase, b: string, c: ST_FilterOperator): {
|
|
674
687
|
p1: string;
|
|
675
688
|
p2: ST_FilterOperator;
|
|
676
689
|
};
|
|
677
|
-
static
|
|
678
|
-
static
|
|
690
|
+
static abr(a: XmlPartManagerBase, b: string, c?: ST_FilterOperator): void;
|
|
691
|
+
static v0(a: XmlPartManagerBase, b: boolean): {
|
|
679
692
|
p1: boolean;
|
|
680
693
|
};
|
|
681
|
-
static
|
|
682
|
-
static
|
|
694
|
+
static abs(a: XmlPartManagerBase, b?: boolean): void;
|
|
695
|
+
static v1(a: XmlPartManagerBase, b: ST_Guid, c: number, d: number, e: boolean, f: boolean, g: boolean, h: boolean, i: boolean, j: boolean, k: boolean, l: boolean, m: boolean, n: boolean, o: boolean, p: boolean, q: ST_SheetState, r: boolean, s: ST_SheetViewType, t: boolean, u: string): {
|
|
683
696
|
p1: ST_Guid;
|
|
684
697
|
p2: number;
|
|
685
698
|
p3: number;
|
|
@@ -701,10 +714,10 @@ export declare class SpreadsheetMLMain extends XmlNamespaceDefinitionBase {
|
|
|
701
714
|
p19: boolean;
|
|
702
715
|
p20: string;
|
|
703
716
|
};
|
|
704
|
-
static
|
|
705
|
-
static
|
|
706
|
-
static
|
|
707
|
-
static
|
|
717
|
+
static abt(a: XmlPartManagerBase, b: ST_Guid, c?: number, d?: number, e?: boolean, f?: boolean, g?: boolean, h?: boolean, i?: boolean, j?: boolean, k?: boolean, l?: boolean, m?: boolean, n?: boolean, o?: boolean, p?: boolean, q?: ST_SheetState, r?: boolean, s?: ST_SheetViewType, t?: boolean, u?: string): void;
|
|
718
|
+
static v2(a: XmlPartManagerBase): void;
|
|
719
|
+
static abu(a: XmlPartManagerBase): void;
|
|
720
|
+
static v3(a: XmlPartManagerBase, b: string, c: ST_Guid, d: number, e: number, f: number, g: boolean, h: Nullable$1<number>, i: boolean, j: boolean, k: boolean, l: boolean, m: boolean, n: boolean, o: boolean, p: boolean, q: boolean, r: boolean, s: number, t: number, u: number, v: boolean, w: boolean, x: ST_Comments, y: ST_Objects): {
|
|
708
721
|
p1: string;
|
|
709
722
|
p2: ST_Guid;
|
|
710
723
|
p3: number;
|
|
@@ -730,16 +743,16 @@ export declare class SpreadsheetMLMain extends XmlNamespaceDefinitionBase {
|
|
|
730
743
|
p23: ST_Comments;
|
|
731
744
|
p24: ST_Objects;
|
|
732
745
|
};
|
|
733
|
-
static
|
|
734
|
-
static
|
|
735
|
-
static
|
|
736
|
-
static
|
|
746
|
+
static abv(a: XmlPartManagerBase, b: string, c: ST_Guid, d: number, e: number, f: number, g?: boolean, h?: Nullable$1<number>, i?: boolean, j?: boolean, k?: boolean, l?: boolean, m?: boolean, n?: boolean, o?: boolean, p?: boolean, q?: boolean, r?: boolean, s?: number, t?: number, u?: number, v?: boolean, w?: boolean, x?: ST_Comments, y?: ST_Objects): void;
|
|
747
|
+
static v4(a: XmlPartManagerBase): void;
|
|
748
|
+
static abw(a: XmlPartManagerBase): void;
|
|
749
|
+
static v5(a: XmlPartManagerBase, b: Nullable$1<number>, c: Nullable$1<number>, d: Nullable$1<boolean>): {
|
|
737
750
|
p1: Nullable$1<number>;
|
|
738
751
|
p2: Nullable$1<number>;
|
|
739
752
|
p3: Nullable$1<boolean>;
|
|
740
753
|
};
|
|
741
|
-
static
|
|
742
|
-
static
|
|
754
|
+
static abx(a: XmlPartManagerBase, b: Nullable$1<number>, c: Nullable$1<number>, d: Nullable$1<boolean>): void;
|
|
755
|
+
static v6(a: XmlPartManagerBase, b: List$1<string>, c: ST_DataValidationType, d: ST_DataValidationErrorStyle, e: ST_DataValidationImeMode, f: ST_DataValidationOperator, g: boolean, h: boolean, i: boolean, j: boolean, k: string, l: string, m: string, n: string): {
|
|
743
756
|
p1: List$1<string>;
|
|
744
757
|
p2: ST_DataValidationType;
|
|
745
758
|
p3: ST_DataValidationErrorStyle;
|
|
@@ -754,8 +767,8 @@ export declare class SpreadsheetMLMain extends XmlNamespaceDefinitionBase {
|
|
|
754
767
|
p12: string;
|
|
755
768
|
p13: string;
|
|
756
769
|
};
|
|
757
|
-
static
|
|
758
|
-
static
|
|
770
|
+
static aby(a: XmlPartManagerBase, b: List$1<string>, c?: ST_DataValidationType, d?: ST_DataValidationErrorStyle, e?: ST_DataValidationImeMode, f?: ST_DataValidationOperator, g?: boolean, h?: boolean, i?: boolean, j?: boolean, k?: string, l?: string, m?: string, n?: string): void;
|
|
771
|
+
static v7(a: XmlPartManagerBase, b: string, c: ST_DataValidationType, d: ST_DataValidationErrorStyle, e: ST_DataValidationImeMode, f: ST_DataValidationOperator, g: boolean, h: boolean, i: boolean, j: boolean, k: string, l: string, m: string, n: string): {
|
|
759
772
|
p1: string;
|
|
760
773
|
p2: ST_DataValidationType;
|
|
761
774
|
p3: ST_DataValidationErrorStyle;
|
|
@@ -770,15 +783,15 @@ export declare class SpreadsheetMLMain extends XmlNamespaceDefinitionBase {
|
|
|
770
783
|
p12: string;
|
|
771
784
|
p13: string;
|
|
772
785
|
};
|
|
773
|
-
static
|
|
774
|
-
static
|
|
786
|
+
static abz(a: XmlPartManagerBase, b: string, c?: ST_DataValidationType, d?: ST_DataValidationErrorStyle, e?: ST_DataValidationImeMode, f?: ST_DataValidationOperator, g?: boolean, h?: boolean, i?: boolean, j?: boolean, k?: string, l?: string, m?: string, n?: string): void;
|
|
787
|
+
static v8(a: XmlPartManagerBase, b: boolean, c: Nullable$1<number>, d: Nullable$1<number>, e: Nullable$1<number>): {
|
|
775
788
|
p1: boolean;
|
|
776
789
|
p2: Nullable$1<number>;
|
|
777
790
|
p3: Nullable$1<number>;
|
|
778
791
|
p4: Nullable$1<number>;
|
|
779
792
|
};
|
|
780
|
-
static
|
|
781
|
-
static
|
|
793
|
+
static ab0(a: XmlPartManagerBase, b?: boolean, c?: Nullable$1<number>, d?: Nullable$1<number>, e?: Nullable$1<number>): void;
|
|
794
|
+
static v9(a: XmlPartManagerBase, b: ST_DateTimeGrouping, c: number, d: Nullable$1<number>, e: Nullable$1<number>, f: Nullable$1<number>, g: Nullable$1<number>, h: Nullable$1<number>): {
|
|
782
795
|
p1: ST_DateTimeGrouping;
|
|
783
796
|
p2: number;
|
|
784
797
|
p3: Nullable$1<number>;
|
|
@@ -787,22 +800,22 @@ export declare class SpreadsheetMLMain extends XmlNamespaceDefinitionBase {
|
|
|
787
800
|
p6: Nullable$1<number>;
|
|
788
801
|
p7: Nullable$1<number>;
|
|
789
802
|
};
|
|
790
|
-
static
|
|
791
|
-
static
|
|
803
|
+
static ab1(a: XmlPartManagerBase, b: ST_DateTimeGrouping, c: number, d?: Nullable$1<number>, e?: Nullable$1<number>, f?: Nullable$1<number>, g?: Nullable$1<number>, h?: Nullable$1<number>): void;
|
|
804
|
+
static wa(a: XmlPartManagerBase, b: string, c: boolean, d: boolean, e: boolean): {
|
|
792
805
|
p1: string;
|
|
793
806
|
p2: boolean;
|
|
794
807
|
p3: boolean;
|
|
795
808
|
p4: boolean;
|
|
796
809
|
};
|
|
797
|
-
static
|
|
798
|
-
static
|
|
799
|
-
static
|
|
800
|
-
static
|
|
810
|
+
static ab2(a: XmlPartManagerBase, b?: string, c?: boolean, d?: boolean, e?: boolean): void;
|
|
811
|
+
static wb(a: XmlPartManagerBase): void;
|
|
812
|
+
static ab3(a: XmlPartManagerBase): void;
|
|
813
|
+
static wc(a: XmlPartManagerBase, b: string, c: string): {
|
|
801
814
|
p1: string;
|
|
802
815
|
p2: string;
|
|
803
816
|
};
|
|
804
|
-
static
|
|
805
|
-
static
|
|
817
|
+
static ab4(a: XmlPartManagerBase, b?: string, c?: string): void;
|
|
818
|
+
static we(a: XmlPartManagerBase, b: string, c: string, d: string, e: string, f: string, g: string, h: string, i: Nullable$1<number>, j: boolean, k: boolean, l: boolean, m: boolean, n: Nullable$1<number>, o: string, p: boolean, q: boolean): {
|
|
806
819
|
p1: string;
|
|
807
820
|
p2: string;
|
|
808
821
|
p3: string;
|
|
@@ -820,28 +833,28 @@ export declare class SpreadsheetMLMain extends XmlNamespaceDefinitionBase {
|
|
|
820
833
|
p15: boolean;
|
|
821
834
|
p16: boolean;
|
|
822
835
|
};
|
|
823
|
-
static
|
|
824
|
-
static
|
|
836
|
+
static ab6(a: XmlPartManagerBase, b: string, c: string, d?: string, e?: string, f?: string, g?: string, h?: string, i?: Nullable$1<number>, j?: boolean, k?: boolean, l?: boolean, m?: boolean, n?: Nullable$1<number>, o?: string, p?: boolean, q?: boolean): void;
|
|
837
|
+
static wd(a: XmlPartManagerBase, b: string, c: string, d: Nullable$1<number>): {
|
|
825
838
|
p1: string;
|
|
826
839
|
p2: string;
|
|
827
840
|
p3: Nullable$1<number>;
|
|
828
841
|
};
|
|
829
|
-
static
|
|
830
|
-
static
|
|
831
|
-
static
|
|
832
|
-
static
|
|
842
|
+
static ab5(a: XmlPartManagerBase, b: string, c?: string, d?: Nullable$1<number>): void;
|
|
843
|
+
static wf(a: XmlPartManagerBase): void;
|
|
844
|
+
static ab7(a: XmlPartManagerBase): void;
|
|
845
|
+
static wg(a: XmlPartManagerBase, b: ST_BorderStyle): {
|
|
833
846
|
p1: ST_BorderStyle;
|
|
834
847
|
};
|
|
835
|
-
static
|
|
836
|
-
static
|
|
848
|
+
static ab8(a: XmlPartManagerBase, b?: ST_BorderStyle): void;
|
|
849
|
+
static wh(a: XmlPartManagerBase, b: string): {
|
|
837
850
|
p1: string;
|
|
838
851
|
};
|
|
839
|
-
static
|
|
840
|
-
static
|
|
852
|
+
static ab9(a: XmlPartManagerBase, b: string): void;
|
|
853
|
+
static wi(a: XmlPartManagerBase, b: string): {
|
|
841
854
|
p1: string;
|
|
842
855
|
};
|
|
843
|
-
static
|
|
844
|
-
static
|
|
856
|
+
static aca(a: XmlPartManagerBase, b: string): void;
|
|
857
|
+
static wj(a: XmlPartManagerBase, b: string, c: Nullable$1<number>, d: Nullable$1<number>, e: Nullable$1<number>, f: Nullable$1<number>, g: Nullable$1<number>, h: Nullable$1<number>, i: Nullable$1<number>, j: Nullable$1<number>, k: Nullable$1<number>, l: Nullable$1<number>, m: Nullable$1<number>, n: Nullable$1<number>, o: Nullable$1<number>, p: Nullable$1<number>, q: Nullable$1<number>, r: Nullable$1<number>, s: Nullable$1<number>, t: Nullable$1<number>): {
|
|
845
858
|
p1: string;
|
|
846
859
|
p2: Nullable$1<number>;
|
|
847
860
|
p3: Nullable$1<number>;
|
|
@@ -862,65 +875,65 @@ export declare class SpreadsheetMLMain extends XmlNamespaceDefinitionBase {
|
|
|
862
875
|
p18: Nullable$1<number>;
|
|
863
876
|
p19: Nullable$1<number>;
|
|
864
877
|
};
|
|
865
|
-
static
|
|
866
|
-
static
|
|
867
|
-
static
|
|
868
|
-
static
|
|
878
|
+
static acb(a: XmlPartManagerBase, b: string, c?: Nullable$1<number>, d?: Nullable$1<number>, e?: Nullable$1<number>, f?: Nullable$1<number>, g?: Nullable$1<number>, h?: Nullable$1<number>, i?: Nullable$1<number>, j?: Nullable$1<number>, k?: Nullable$1<number>, l?: Nullable$1<number>, m?: Nullable$1<number>, n?: Nullable$1<number>, o?: Nullable$1<number>, p?: Nullable$1<number>, q?: Nullable$1<number>, r?: Nullable$1<number>, s?: Nullable$1<number>, t?: Nullable$1<number>): void;
|
|
879
|
+
static wk(a: XmlPartManagerBase, b?: string): void;
|
|
880
|
+
static acc(a: XmlPartManagerBase, b?: string): void;
|
|
881
|
+
static wl(a: XmlPartManagerBase, b: Nullable$1<number>): {
|
|
869
882
|
p1: Nullable$1<number>;
|
|
870
883
|
};
|
|
871
|
-
static
|
|
872
|
-
static
|
|
884
|
+
static acd(a: XmlPartManagerBase, b?: Nullable$1<number>): void;
|
|
885
|
+
static wm(a: XmlPartManagerBase, b: ST_DynamicFilterType, c: Nullable$1<number>, d: Nullable$1<number>): {
|
|
873
886
|
p1: ST_DynamicFilterType;
|
|
874
887
|
p2: Nullable$1<number>;
|
|
875
888
|
p3: Nullable$1<number>;
|
|
876
889
|
};
|
|
877
|
-
static
|
|
878
|
-
static
|
|
890
|
+
static ace(a: XmlPartManagerBase, b: ST_DynamicFilterType, c?: Nullable$1<number>, d?: Nullable$1<number>): void;
|
|
891
|
+
static wn(a: XmlPartManagerBase, b: ST_DynamicFilterType, c: Nullable$1<number>, d: Nullable$1<Date>, e: Nullable$1<Date>): {
|
|
879
892
|
p1: ST_DynamicFilterType;
|
|
880
893
|
p2: Nullable$1<number>;
|
|
881
894
|
p3: Nullable$1<Date>;
|
|
882
895
|
p4: Nullable$1<Date>;
|
|
883
896
|
};
|
|
884
|
-
static
|
|
885
|
-
static
|
|
897
|
+
static acf(a: XmlPartManagerBase, b: ST_DynamicFilterType, c?: Nullable$1<number>, d?: Nullable$1<Date>, e?: Nullable$1<Date>): void;
|
|
898
|
+
static wo(a: XmlPartManagerBase, b: ST_BorderStyle): {
|
|
886
899
|
p1: ST_BorderStyle;
|
|
887
900
|
};
|
|
888
|
-
static
|
|
889
|
-
static
|
|
901
|
+
static acg(a: XmlPartManagerBase, b?: ST_BorderStyle): void;
|
|
902
|
+
static wp(a: XmlPartManagerBase, b: string): {
|
|
890
903
|
p1: string;
|
|
891
904
|
};
|
|
892
|
-
static
|
|
893
|
-
static
|
|
905
|
+
static ach(a: XmlPartManagerBase, b: string): void;
|
|
906
|
+
static wq(a: XmlPartManagerBase, b: string): {
|
|
894
907
|
p1: string;
|
|
895
908
|
};
|
|
896
|
-
static
|
|
897
|
-
static
|
|
909
|
+
static aci(a: XmlPartManagerBase, b: string): void;
|
|
910
|
+
static wr(a: XmlPartManagerBase, b: string): {
|
|
898
911
|
p1: string;
|
|
899
912
|
};
|
|
900
|
-
static
|
|
901
|
-
static
|
|
913
|
+
static acj(a: XmlPartManagerBase, b: string, c?: string): void;
|
|
914
|
+
static ws(a: XmlPartManagerBase, b: boolean): {
|
|
902
915
|
p1: boolean;
|
|
903
916
|
};
|
|
904
|
-
static
|
|
905
|
-
static
|
|
917
|
+
static ack(a: XmlPartManagerBase, b?: boolean): void;
|
|
918
|
+
static wt(a: XmlPartManagerBase, b: string): {
|
|
906
919
|
p1: string;
|
|
907
920
|
};
|
|
908
|
-
static
|
|
909
|
-
static
|
|
910
|
-
static
|
|
911
|
-
static
|
|
921
|
+
static acl(a: XmlPartManagerBase, b: string): void;
|
|
922
|
+
static wu(a: XmlPartManagerBase): void;
|
|
923
|
+
static acm(a: XmlPartManagerBase): void;
|
|
924
|
+
static wv(a: XmlPartManagerBase, b: string): {
|
|
912
925
|
p1: string;
|
|
913
926
|
};
|
|
914
|
-
static
|
|
915
|
-
static
|
|
916
|
-
static
|
|
917
|
-
static
|
|
918
|
-
static
|
|
919
|
-
static
|
|
927
|
+
static acn(a: XmlPartManagerBase, b: string): void;
|
|
928
|
+
static ww(a: XmlPartManagerBase): void;
|
|
929
|
+
static aco(a: XmlPartManagerBase): void;
|
|
930
|
+
static wx(a: XmlPartManagerBase): void;
|
|
931
|
+
static acp(a: XmlPartManagerBase): void;
|
|
932
|
+
static wy(a: XmlPartManagerBase, b: number): {
|
|
920
933
|
p1: number;
|
|
921
934
|
};
|
|
922
|
-
static
|
|
923
|
-
static
|
|
935
|
+
static acq(a: XmlPartManagerBase, b: number): void;
|
|
936
|
+
static wz(a: XmlPartManagerBase, b: ST_CellFormulaType, c: boolean, d: string, e: boolean, f: boolean, g: boolean, h: boolean, i: string, j: string, k: boolean, l: Nullable$1<number>, m: boolean, n: string): {
|
|
924
937
|
p1: ST_CellFormulaType;
|
|
925
938
|
p2: boolean;
|
|
926
939
|
p3: string;
|
|
@@ -935,22 +948,22 @@ export declare class SpreadsheetMLMain extends XmlNamespaceDefinitionBase {
|
|
|
935
948
|
p12: boolean;
|
|
936
949
|
p13: string;
|
|
937
950
|
};
|
|
938
|
-
static
|
|
939
|
-
static
|
|
951
|
+
static acr(a: XmlPartManagerBase, b: string, c?: ST_CellFormulaType, d?: boolean, e?: string, f?: boolean, g?: boolean, h?: boolean, i?: boolean, j?: string, k?: string, l?: boolean, m?: Nullable$1<number>, n?: boolean): void;
|
|
952
|
+
static w0(a: XmlPartManagerBase, b: Nullable$1<boolean>, c: Nullable$1<number>, d: Nullable$1<ST_UnsignedIntHex>, e: Nullable$1<number>, f: number): {
|
|
940
953
|
p1: Nullable$1<boolean>;
|
|
941
954
|
p2: Nullable$1<number>;
|
|
942
955
|
p3: Nullable$1<ST_UnsignedIntHex>;
|
|
943
956
|
p4: Nullable$1<number>;
|
|
944
957
|
p5: number;
|
|
945
958
|
};
|
|
946
|
-
static
|
|
947
|
-
static
|
|
959
|
+
static acs(a: XmlPartManagerBase, b?: Nullable$1<boolean>, c?: Nullable$1<number>, d?: Nullable$1<ST_UnsignedIntHex>, e?: Nullable$1<number>, f?: number): void;
|
|
960
|
+
static w2(a: XmlPartManagerBase, b: string, c: boolean, d: number): {
|
|
948
961
|
p1: string;
|
|
949
962
|
p2: boolean;
|
|
950
963
|
p3: number;
|
|
951
964
|
};
|
|
952
|
-
static
|
|
953
|
-
static
|
|
965
|
+
static acu(a: XmlPartManagerBase, b: string, c?: boolean, d?: number): void;
|
|
966
|
+
static w1(a: XmlPartManagerBase, b: string, c: boolean, d: string, e: number[], f: number[], g: Nullable$1<number>): {
|
|
954
967
|
p1: string;
|
|
955
968
|
p2: boolean;
|
|
956
969
|
p3: string;
|
|
@@ -958,63 +971,63 @@ export declare class SpreadsheetMLMain extends XmlNamespaceDefinitionBase {
|
|
|
958
971
|
p5: number[];
|
|
959
972
|
p6: Nullable$1<number>;
|
|
960
973
|
};
|
|
961
|
-
static
|
|
962
|
-
static
|
|
974
|
+
static act(a: XmlPartManagerBase, b: string, c?: boolean, d?: string, e?: number[], f?: number[], g?: Nullable$1<number>): void;
|
|
975
|
+
static w3(a: XmlPartManagerBase, b: string, c: string, d: string, e: string, f: string): {
|
|
963
976
|
p1: string;
|
|
964
977
|
p2: string;
|
|
965
978
|
p3: string;
|
|
966
979
|
p4: string;
|
|
967
980
|
p5: string;
|
|
968
981
|
};
|
|
969
|
-
static
|
|
970
|
-
static
|
|
971
|
-
static
|
|
972
|
-
static
|
|
982
|
+
static acv(a: XmlPartManagerBase, b?: string, c?: string, d?: string, e?: string, f?: string): void;
|
|
983
|
+
static w4(a: XmlPartManagerBase): void;
|
|
984
|
+
static acw(a: XmlPartManagerBase): void;
|
|
985
|
+
static w5(a: XmlPartManagerBase, b: Nullable$1<number>): {
|
|
973
986
|
p1: Nullable$1<number>;
|
|
974
987
|
};
|
|
975
|
-
static
|
|
976
|
-
static
|
|
988
|
+
static acx(a: XmlPartManagerBase, b?: Nullable$1<number>): void;
|
|
989
|
+
static w6(a: XmlPartManagerBase, b: number, c: boolean, d: boolean): {
|
|
977
990
|
p1: number;
|
|
978
991
|
p2: boolean;
|
|
979
992
|
p3: boolean;
|
|
980
993
|
};
|
|
981
|
-
static
|
|
982
|
-
static
|
|
994
|
+
static acy(a: XmlPartManagerBase, b: number, c?: boolean, d?: boolean): void;
|
|
995
|
+
static w7(a: XmlPartManagerBase, b: string): {
|
|
983
996
|
p1: string;
|
|
984
997
|
};
|
|
985
|
-
static
|
|
986
|
-
static
|
|
998
|
+
static acz(a: XmlPartManagerBase, b: string): void;
|
|
999
|
+
static w8(a: XmlPartManagerBase, b: boolean, c: ST_CalendarType): {
|
|
987
1000
|
p1: boolean;
|
|
988
1001
|
p2: ST_CalendarType;
|
|
989
1002
|
};
|
|
990
|
-
static
|
|
991
|
-
static
|
|
1003
|
+
static ac0(a: XmlPartManagerBase, b?: boolean, c?: ST_CalendarType): void;
|
|
1004
|
+
static w9(a: XmlPartManagerBase, b: string): {
|
|
992
1005
|
p1: string;
|
|
993
1006
|
};
|
|
994
|
-
static
|
|
995
|
-
static
|
|
1007
|
+
static ac1(a: XmlPartManagerBase, b: string): void;
|
|
1008
|
+
static xa(a: XmlPartManagerBase, b: string): {
|
|
996
1009
|
p1: string;
|
|
997
1010
|
};
|
|
998
|
-
static
|
|
999
|
-
static
|
|
1000
|
-
static
|
|
1001
|
-
static
|
|
1011
|
+
static ac2(a: XmlPartManagerBase, b: string): void;
|
|
1012
|
+
static xb(a: XmlPartManagerBase): void;
|
|
1013
|
+
static ac3(a: XmlPartManagerBase): void;
|
|
1014
|
+
static xc(a: XmlPartManagerBase, b: Nullable$1<number>): {
|
|
1002
1015
|
p1: Nullable$1<number>;
|
|
1003
1016
|
};
|
|
1004
|
-
static
|
|
1005
|
-
static
|
|
1017
|
+
static ac4(a: XmlPartManagerBase, b?: Nullable$1<number>): void;
|
|
1018
|
+
static xf(a: XmlPartManagerBase, b: string): {
|
|
1006
1019
|
p1: string;
|
|
1007
1020
|
};
|
|
1008
|
-
static
|
|
1009
|
-
static
|
|
1021
|
+
static ac7(a: XmlPartManagerBase, b: string): void;
|
|
1022
|
+
static xd(a: XmlPartManagerBase, b: string): {
|
|
1010
1023
|
p1: string;
|
|
1011
1024
|
};
|
|
1012
|
-
static
|
|
1013
|
-
static
|
|
1025
|
+
static ac5(a: XmlPartManagerBase, b: string): void;
|
|
1026
|
+
static xe(a: XmlPartManagerBase, b: string): {
|
|
1014
1027
|
p1: string;
|
|
1015
1028
|
};
|
|
1016
|
-
static
|
|
1017
|
-
static
|
|
1029
|
+
static ac6(a: XmlPartManagerBase, b: string): void;
|
|
1030
|
+
static xg(a: XmlPartManagerBase, b: ST_GradientType, c: number, d: number, e: number, f: number, g: number): {
|
|
1018
1031
|
p1: ST_GradientType;
|
|
1019
1032
|
p2: number;
|
|
1020
1033
|
p3: number;
|
|
@@ -1022,117 +1035,153 @@ export declare class SpreadsheetMLMain extends XmlNamespaceDefinitionBase {
|
|
|
1022
1035
|
p5: number;
|
|
1023
1036
|
p6: number;
|
|
1024
1037
|
};
|
|
1025
|
-
static
|
|
1026
|
-
static
|
|
1038
|
+
static ac8(a: XmlPartManagerBase, b?: ST_GradientType, c?: number, d?: number, e?: number, f?: number, g?: number): void;
|
|
1039
|
+
static xh(a: XmlPartManagerBase, b: boolean, c: boolean, d: boolean, e: boolean): {
|
|
1027
1040
|
p1: boolean;
|
|
1028
1041
|
p2: boolean;
|
|
1029
1042
|
p3: boolean;
|
|
1030
1043
|
p4: boolean;
|
|
1031
1044
|
};
|
|
1032
|
-
static
|
|
1033
|
-
static
|
|
1045
|
+
static ac9(a: XmlPartManagerBase, b?: boolean, c?: boolean, d?: boolean, e?: boolean): void;
|
|
1046
|
+
static xi(a: XmlPartManagerBase, b: ST_BorderStyle): {
|
|
1034
1047
|
p1: ST_BorderStyle;
|
|
1035
1048
|
};
|
|
1036
|
-
static
|
|
1037
|
-
static
|
|
1049
|
+
static ada(a: XmlPartManagerBase, b?: ST_BorderStyle): void;
|
|
1050
|
+
static xj(a: XmlPartManagerBase, b: string, c: string, d: string, e: string, f: string): {
|
|
1038
1051
|
p1: string;
|
|
1039
1052
|
p2: string;
|
|
1040
1053
|
p3: string;
|
|
1041
1054
|
p4: string;
|
|
1042
1055
|
p5: string;
|
|
1043
1056
|
};
|
|
1044
|
-
static
|
|
1045
|
-
static
|
|
1046
|
-
static
|
|
1047
|
-
static
|
|
1057
|
+
static adb(a: XmlPartManagerBase, b?: string, c?: string, d?: string, e?: string, f?: string): void;
|
|
1058
|
+
static xk(a: XmlPartManagerBase): void;
|
|
1059
|
+
static adc(a: XmlPartManagerBase): void;
|
|
1060
|
+
static xl(a: XmlPartManagerBase, b: ST_IconSetType, c: Nullable$1<number>): {
|
|
1048
1061
|
p1: ST_IconSetType;
|
|
1049
1062
|
p2: Nullable$1<number>;
|
|
1050
1063
|
};
|
|
1051
|
-
static
|
|
1052
|
-
private static
|
|
1053
|
-
static
|
|
1064
|
+
static add(a: XmlPartManagerBase, b: ST_IconSetType, c?: Nullable$1<number>): void;
|
|
1065
|
+
private static ade;
|
|
1066
|
+
static xm(a: XmlPartManagerBase, b: ST_IconSetType, c: boolean, d: boolean, e: Nullable$1<boolean>, f: boolean): {
|
|
1054
1067
|
p1: ST_IconSetType;
|
|
1055
1068
|
p2: boolean;
|
|
1056
1069
|
p3: boolean;
|
|
1057
1070
|
p4: Nullable$1<boolean>;
|
|
1058
1071
|
p5: boolean;
|
|
1059
1072
|
};
|
|
1060
|
-
static
|
|
1061
|
-
static
|
|
1073
|
+
static adf(a: XmlPartManagerBase, b: string, c: Nullable$1<ST_IconSetType>, d: Nullable$1<boolean>, e: Nullable$1<boolean>, f: Nullable$1<boolean>, g: Nullable$1<boolean>): void;
|
|
1074
|
+
static xn(a: XmlPartManagerBase, b: boolean): {
|
|
1062
1075
|
p1: boolean;
|
|
1063
1076
|
};
|
|
1064
|
-
static
|
|
1065
|
-
static
|
|
1066
|
-
static
|
|
1067
|
-
static
|
|
1068
|
-
static
|
|
1069
|
-
static
|
|
1077
|
+
static adg(a: XmlPartManagerBase, b?: boolean): void;
|
|
1078
|
+
static xo(a: XmlPartManagerBase): void;
|
|
1079
|
+
static adh(a: XmlPartManagerBase): void;
|
|
1080
|
+
static xp(a: XmlPartManagerBase): void;
|
|
1081
|
+
static adi(a: XmlPartManagerBase): void;
|
|
1082
|
+
static xq(a: XmlPartManagerBase, b: ST_BorderStyle): {
|
|
1070
1083
|
p1: ST_BorderStyle;
|
|
1071
1084
|
};
|
|
1072
|
-
static
|
|
1073
|
-
static
|
|
1085
|
+
static adj(a: XmlPartManagerBase, b?: ST_BorderStyle): void;
|
|
1086
|
+
static xr(a: XmlPartManagerBase, b: string): {
|
|
1074
1087
|
p1: string;
|
|
1075
1088
|
};
|
|
1076
|
-
static
|
|
1077
|
-
static
|
|
1089
|
+
static adk(a: XmlPartManagerBase, b: string): void;
|
|
1090
|
+
static xs(a: XmlPartManagerBase, b: string): {
|
|
1078
1091
|
p1: string;
|
|
1079
1092
|
};
|
|
1080
|
-
static
|
|
1081
|
-
static
|
|
1093
|
+
static adl(a: XmlPartManagerBase, b: string): void;
|
|
1094
|
+
static xt(a: XmlPartManagerBase, b: string): {
|
|
1082
1095
|
p1: string;
|
|
1083
1096
|
};
|
|
1084
|
-
static
|
|
1085
|
-
static
|
|
1097
|
+
static adm(a: XmlPartManagerBase, b: string): void;
|
|
1098
|
+
static xu(a: XmlPartManagerBase, b: Nullable$1<number>): {
|
|
1099
|
+
p1: Nullable$1<number>;
|
|
1100
|
+
};
|
|
1101
|
+
static adn(a: XmlPartManagerBase, b?: Nullable$1<number>): void;
|
|
1102
|
+
static xv(a: XmlPartManagerBase): void;
|
|
1103
|
+
static xw(a: XmlPartManagerBase, b: boolean, c: boolean, d: boolean, e: boolean, f: boolean, g: boolean, h: boolean, i: boolean, j: boolean, k: boolean, l: boolean, m: boolean, n: boolean, o: boolean, p: Nullable$1<number>, q: string, r: boolean, s: boolean, t: boolean, u: boolean, v: boolean, w: boolean, x: boolean, y: boolean, z: boolean, aa: boolean, ab: boolean, ac: boolean): {
|
|
1104
|
+
p1: boolean;
|
|
1105
|
+
p2: boolean;
|
|
1106
|
+
p3: boolean;
|
|
1107
|
+
p4: boolean;
|
|
1108
|
+
p5: boolean;
|
|
1109
|
+
p6: boolean;
|
|
1110
|
+
p7: boolean;
|
|
1111
|
+
p8: boolean;
|
|
1112
|
+
p9: boolean;
|
|
1113
|
+
p10: boolean;
|
|
1114
|
+
p11: boolean;
|
|
1115
|
+
p12: boolean;
|
|
1116
|
+
p13: boolean;
|
|
1117
|
+
p14: boolean;
|
|
1118
|
+
p15: Nullable$1<number>;
|
|
1119
|
+
p16: string;
|
|
1120
|
+
p17: boolean;
|
|
1121
|
+
p18: boolean;
|
|
1122
|
+
p19: boolean;
|
|
1123
|
+
p20: boolean;
|
|
1124
|
+
p21: boolean;
|
|
1125
|
+
p22: boolean;
|
|
1126
|
+
p23: boolean;
|
|
1127
|
+
p24: boolean;
|
|
1128
|
+
p25: boolean;
|
|
1129
|
+
p26: boolean;
|
|
1130
|
+
p27: boolean;
|
|
1131
|
+
p28: boolean;
|
|
1132
|
+
};
|
|
1133
|
+
static ado(a: XmlPartManagerBase, b?: boolean, c?: boolean, d?: boolean, e?: boolean, f?: boolean, g?: boolean, h?: boolean, i?: boolean, j?: boolean, k?: boolean, l?: boolean, m?: boolean, n?: boolean, o?: boolean, p?: Nullable$1<number>, q?: string, r?: boolean, s?: boolean, t?: boolean, u?: boolean, v?: boolean, w?: boolean, x?: boolean, y?: boolean, z?: boolean, aa?: boolean, ab?: boolean, ac?: boolean): void;
|
|
1134
|
+
static xx(a: XmlPartManagerBase, b: Nullable$1<number>): {
|
|
1086
1135
|
p1: Nullable$1<number>;
|
|
1087
1136
|
};
|
|
1088
|
-
static
|
|
1089
|
-
static
|
|
1137
|
+
static adp(a: XmlPartManagerBase, b?: Nullable$1<number>): void;
|
|
1138
|
+
static xy(a: XmlPartManagerBase, b: string): {
|
|
1090
1139
|
p1: string;
|
|
1091
1140
|
};
|
|
1092
|
-
static
|
|
1093
|
-
static
|
|
1141
|
+
static adq(a: XmlPartManagerBase, b: string): void;
|
|
1142
|
+
static xz(a: XmlPartManagerBase, b: number, c: string): {
|
|
1094
1143
|
p1: number;
|
|
1095
1144
|
p2: string;
|
|
1096
1145
|
};
|
|
1097
|
-
static
|
|
1098
|
-
static
|
|
1146
|
+
static adr(a: XmlPartManagerBase, b: number, c: string): void;
|
|
1147
|
+
static x0(a: XmlPartManagerBase, b: Nullable$1<number>): {
|
|
1099
1148
|
p1: Nullable$1<number>;
|
|
1100
1149
|
};
|
|
1101
|
-
static
|
|
1102
|
-
static
|
|
1150
|
+
static ads(a: XmlPartManagerBase, b?: Nullable$1<number>): void;
|
|
1151
|
+
static x1(a: XmlPartManagerBase, b: string): {
|
|
1103
1152
|
p1: string;
|
|
1104
1153
|
};
|
|
1105
|
-
static
|
|
1106
|
-
static
|
|
1154
|
+
static adt(a: XmlPartManagerBase, b: string): void;
|
|
1155
|
+
static x2(a: XmlPartManagerBase, b: string): {
|
|
1107
1156
|
p1: string;
|
|
1108
1157
|
};
|
|
1109
|
-
static
|
|
1110
|
-
static
|
|
1158
|
+
static adu(a: XmlPartManagerBase, b: string): void;
|
|
1159
|
+
static x3(a: XmlPartManagerBase, b: string, c: boolean, d: boolean, e: boolean): {
|
|
1111
1160
|
p1: string;
|
|
1112
1161
|
p2: boolean;
|
|
1113
1162
|
p3: boolean;
|
|
1114
1163
|
p4: boolean;
|
|
1115
1164
|
};
|
|
1116
|
-
static
|
|
1117
|
-
static
|
|
1118
|
-
static
|
|
1119
|
-
static
|
|
1165
|
+
static adv(a: XmlPartManagerBase, b?: string, c?: boolean, d?: boolean, e?: boolean): void;
|
|
1166
|
+
static x4(a: XmlPartManagerBase): void;
|
|
1167
|
+
static adw(a: XmlPartManagerBase): void;
|
|
1168
|
+
static x5(a: XmlPartManagerBase, b: string, c: string): {
|
|
1120
1169
|
p1: string;
|
|
1121
1170
|
p2: string;
|
|
1122
1171
|
};
|
|
1123
|
-
static
|
|
1124
|
-
static
|
|
1172
|
+
static adx(a: XmlPartManagerBase, b?: string, c?: string): void;
|
|
1173
|
+
static x6(a: XmlPartManagerBase, b: boolean): {
|
|
1125
1174
|
p1: boolean;
|
|
1126
1175
|
};
|
|
1127
|
-
static
|
|
1128
|
-
static
|
|
1176
|
+
static ady(a: XmlPartManagerBase, b?: boolean): void;
|
|
1177
|
+
static x7(a: XmlPartManagerBase, b: boolean, c: boolean, d: boolean, e: boolean): {
|
|
1129
1178
|
p1: boolean;
|
|
1130
1179
|
p2: boolean;
|
|
1131
1180
|
p3: boolean;
|
|
1132
1181
|
p4: boolean;
|
|
1133
1182
|
};
|
|
1134
|
-
static
|
|
1135
|
-
static
|
|
1183
|
+
static adz(a: XmlPartManagerBase, b?: boolean, c?: boolean, d?: boolean, e?: boolean): void;
|
|
1184
|
+
static x8(a: XmlPartManagerBase, b: number, c: number, d: number, e: number, f: number, g: number): {
|
|
1136
1185
|
p1: number;
|
|
1137
1186
|
p2: number;
|
|
1138
1187
|
p3: number;
|
|
@@ -1140,8 +1189,8 @@ export declare class SpreadsheetMLMain extends XmlNamespaceDefinitionBase {
|
|
|
1140
1189
|
p5: number;
|
|
1141
1190
|
p6: number;
|
|
1142
1191
|
};
|
|
1143
|
-
static
|
|
1144
|
-
static
|
|
1192
|
+
static ad0(a: XmlPartManagerBase, b: number, c: number, d: number, e: number, f: number, g: number): void;
|
|
1193
|
+
static x9(a: XmlPartManagerBase, b: number, c: string, d: string, e: number, f: number, g: number, h: number, i: ST_PageOrder, j: ST_Orientation, k: boolean, l: boolean, m: boolean, n: ST_CellComments, o: boolean, p: ST_PrintError, q: number, r: number, s: number, t: string): {
|
|
1145
1194
|
p1: number;
|
|
1146
1195
|
p2: string;
|
|
1147
1196
|
p3: string;
|
|
@@ -1162,50 +1211,50 @@ export declare class SpreadsheetMLMain extends XmlNamespaceDefinitionBase {
|
|
|
1162
1211
|
p18: number;
|
|
1163
1212
|
p19: string;
|
|
1164
1213
|
};
|
|
1165
|
-
static
|
|
1166
|
-
static
|
|
1214
|
+
static ad1(a: XmlPartManagerBase, b?: number, c?: string, d?: string, e?: number, f?: number, g?: number, h?: number, i?: ST_PageOrder, j?: ST_Orientation, k?: boolean, l?: boolean, m?: boolean, n?: ST_CellComments, o?: boolean, p?: ST_PrintError, q?: number, r?: number, s?: number, t?: string): void;
|
|
1215
|
+
static ya(a: XmlPartManagerBase, b: boolean, c: boolean): {
|
|
1167
1216
|
p1: boolean;
|
|
1168
1217
|
p2: boolean;
|
|
1169
1218
|
};
|
|
1170
|
-
static
|
|
1171
|
-
static
|
|
1219
|
+
static ad2(a: XmlPartManagerBase, b?: boolean, c?: boolean): void;
|
|
1220
|
+
static yb(a: XmlPartManagerBase, b: number, c: number, d: string, e: ST_Pane, f: ST_PaneState): {
|
|
1172
1221
|
p1: number;
|
|
1173
1222
|
p2: number;
|
|
1174
1223
|
p3: string;
|
|
1175
1224
|
p4: ST_Pane;
|
|
1176
1225
|
p5: ST_PaneState;
|
|
1177
1226
|
};
|
|
1178
|
-
static
|
|
1179
|
-
static
|
|
1227
|
+
static ad3(a: XmlPartManagerBase, b?: number, c?: number, d?: string, e?: ST_Pane, f?: ST_PaneState): void;
|
|
1228
|
+
static yc(a: XmlPartManagerBase, b: Nullable$1<ST_PatternType>): {
|
|
1180
1229
|
p1: Nullable$1<ST_PatternType>;
|
|
1181
1230
|
};
|
|
1182
|
-
static
|
|
1183
|
-
static
|
|
1231
|
+
static ad4(a: XmlPartManagerBase, b?: Nullable$1<ST_PatternType>): void;
|
|
1232
|
+
static yd(a: XmlPartManagerBase, b: string): {
|
|
1184
1233
|
p1: string;
|
|
1185
1234
|
};
|
|
1186
|
-
static
|
|
1187
|
-
static
|
|
1235
|
+
static ad5(a: XmlPartManagerBase, b: string): void;
|
|
1236
|
+
static ye(a: XmlPartManagerBase, b: number, c: string): {
|
|
1188
1237
|
p1: number;
|
|
1189
1238
|
p2: string;
|
|
1190
1239
|
};
|
|
1191
|
-
static
|
|
1192
|
-
static
|
|
1193
|
-
static
|
|
1194
|
-
static
|
|
1240
|
+
static ad6(a: XmlPartManagerBase, b: number, c: string): void;
|
|
1241
|
+
static yf(a: XmlPartManagerBase): void;
|
|
1242
|
+
static ad7(a: XmlPartManagerBase): void;
|
|
1243
|
+
static yg(a: XmlPartManagerBase, b: boolean, c: boolean, d: boolean, e: boolean, f: boolean): {
|
|
1195
1244
|
p1: boolean;
|
|
1196
1245
|
p2: boolean;
|
|
1197
1246
|
p3: boolean;
|
|
1198
1247
|
p4: boolean;
|
|
1199
1248
|
p5: boolean;
|
|
1200
1249
|
};
|
|
1201
|
-
static
|
|
1202
|
-
static
|
|
1250
|
+
static ad8(a: XmlPartManagerBase, b?: boolean, c?: boolean, d?: boolean, e?: boolean, f?: boolean): void;
|
|
1251
|
+
static yh(a: XmlPartManagerBase, b: string, c: string, d: string, e: Nullable$1<ST_UnsignedShortHex>): {
|
|
1203
1252
|
p1: string;
|
|
1204
1253
|
p2: string;
|
|
1205
1254
|
p3: string;
|
|
1206
1255
|
p4: Nullable$1<ST_UnsignedShortHex>;
|
|
1207
1256
|
};
|
|
1208
|
-
static
|
|
1257
|
+
static yi(a: XmlPartManagerBase, b: string, c: string, d: string, e: string, f: string, g: string, h: Nullable$1<number>): {
|
|
1209
1258
|
p1: string;
|
|
1210
1259
|
p2: string;
|
|
1211
1260
|
p3: string;
|
|
@@ -1214,39 +1263,44 @@ export declare class SpreadsheetMLMain extends XmlNamespaceDefinitionBase {
|
|
|
1214
1263
|
p6: string;
|
|
1215
1264
|
p7: Nullable$1<number>;
|
|
1216
1265
|
};
|
|
1217
|
-
static
|
|
1218
|
-
static
|
|
1219
|
-
static
|
|
1220
|
-
static
|
|
1221
|
-
static
|
|
1266
|
+
static ad9(a: XmlPartManagerBase, b: string, c: string, d: string, e?: Nullable$1<ST_UnsignedShortHex>): void;
|
|
1267
|
+
static aea(a: XmlPartManagerBase, b: string, c: string, d: string, e?: string, f?: string, g?: string, h?: Nullable$1<number>): void;
|
|
1268
|
+
static yj(a: XmlPartManagerBase): void;
|
|
1269
|
+
static aeb(a: XmlPartManagerBase): void;
|
|
1270
|
+
static yk(a: XmlPartManagerBase, b: Nullable$1<boolean>, c: Nullable$1<boolean>): {
|
|
1222
1271
|
p1: Nullable$1<boolean>;
|
|
1223
1272
|
p2: Nullable$1<boolean>;
|
|
1224
1273
|
};
|
|
1225
|
-
static
|
|
1226
|
-
static
|
|
1227
|
-
|
|
1228
|
-
|
|
1274
|
+
static aec(a: XmlPartManagerBase, b?: Nullable$1<boolean>, c?: Nullable$1<boolean>): void;
|
|
1275
|
+
static yl(a: XmlPartManagerBase, b: number, c: number): {
|
|
1276
|
+
p1: number;
|
|
1277
|
+
p2: number;
|
|
1278
|
+
};
|
|
1279
|
+
static aed(a: XmlPartManagerBase, b: number, c: number): void;
|
|
1280
|
+
static ym(a: XmlPartManagerBase): void;
|
|
1281
|
+
static aee(a: XmlPartManagerBase): void;
|
|
1282
|
+
static yn(a: XmlPartManagerBase, b: string): {
|
|
1229
1283
|
p1: string;
|
|
1230
1284
|
};
|
|
1231
|
-
static
|
|
1232
|
-
static
|
|
1285
|
+
static aef(a: XmlPartManagerBase, b: string): void;
|
|
1286
|
+
static yo(a: XmlPartManagerBase, b: Nullable$1<ST_UnsignedIntHex>): {
|
|
1233
1287
|
p1: Nullable$1<ST_UnsignedIntHex>;
|
|
1234
1288
|
};
|
|
1235
|
-
static
|
|
1236
|
-
static
|
|
1289
|
+
static aeg(a: XmlPartManagerBase, b?: Nullable$1<ST_UnsignedIntHex>): void;
|
|
1290
|
+
static yp(a: XmlPartManagerBase, b: ST_BorderStyle): {
|
|
1237
1291
|
p1: ST_BorderStyle;
|
|
1238
1292
|
};
|
|
1239
|
-
static
|
|
1240
|
-
static
|
|
1293
|
+
static aeh(a: XmlPartManagerBase, b?: ST_BorderStyle): void;
|
|
1294
|
+
static yq(a: XmlPartManagerBase, b: number, c: number): {
|
|
1241
1295
|
p1: number;
|
|
1242
1296
|
p2: number;
|
|
1243
1297
|
};
|
|
1244
|
-
static
|
|
1245
|
-
static
|
|
1298
|
+
static aei(a: XmlPartManagerBase, b: number, c: number): void;
|
|
1299
|
+
static ys(a: XmlPartManagerBase, b: number): {
|
|
1246
1300
|
p1: number;
|
|
1247
1301
|
};
|
|
1248
|
-
static
|
|
1249
|
-
static
|
|
1302
|
+
static aek(a: XmlPartManagerBase, b: number): void;
|
|
1303
|
+
static yr(a: XmlPartManagerBase, b: Nullable$1<number>, c: List$1<string>, d: number, e: boolean, f: Nullable$1<number>, g: boolean, h: boolean, i: number, j: boolean, k: boolean, l: boolean, m: boolean, n?: boolean): {
|
|
1250
1304
|
p1: Nullable$1<number>;
|
|
1251
1305
|
p2: List$1<string>;
|
|
1252
1306
|
p3: number;
|
|
@@ -1260,45 +1314,45 @@ export declare class SpreadsheetMLMain extends XmlNamespaceDefinitionBase {
|
|
|
1260
1314
|
p11: boolean;
|
|
1261
1315
|
p12: boolean;
|
|
1262
1316
|
};
|
|
1263
|
-
static
|
|
1264
|
-
static
|
|
1265
|
-
static
|
|
1266
|
-
static
|
|
1317
|
+
static aej(a: XmlPartManagerBase, b?: Nullable$1<number>, c?: List$1<string>, d?: number, e?: boolean, f?: Nullable$1<number>, g?: boolean, h?: boolean, i?: number, j?: boolean, k?: boolean, l?: boolean, m?: boolean): void;
|
|
1318
|
+
static yt(a: XmlPartManagerBase): void;
|
|
1319
|
+
static ael(a: XmlPartManagerBase): void;
|
|
1320
|
+
static yu(a: XmlPartManagerBase, b: ST_FontScheme): {
|
|
1267
1321
|
p1: ST_FontScheme;
|
|
1268
1322
|
};
|
|
1269
|
-
static
|
|
1270
|
-
static
|
|
1323
|
+
static aem(a: XmlPartManagerBase, b: ST_FontScheme): void;
|
|
1324
|
+
static yv(a: XmlPartManagerBase, b: ST_Pane, c: string, d: number, e: List$1<string>): {
|
|
1271
1325
|
p1: ST_Pane;
|
|
1272
1326
|
p2: string;
|
|
1273
1327
|
p3: number;
|
|
1274
1328
|
p4: List$1<string>;
|
|
1275
1329
|
};
|
|
1276
|
-
static
|
|
1277
|
-
static
|
|
1330
|
+
static aen(a: XmlPartManagerBase, b?: ST_Pane, c?: string, d?: number, e?: List$1<string>): void;
|
|
1331
|
+
static yw(a: XmlPartManagerBase, b: boolean): {
|
|
1278
1332
|
p1: boolean;
|
|
1279
1333
|
};
|
|
1280
|
-
static
|
|
1281
|
-
static
|
|
1334
|
+
static aeo(a: XmlPartManagerBase, b?: boolean): void;
|
|
1335
|
+
static yx(a: XmlPartManagerBase, b: boolean): {
|
|
1282
1336
|
p1: boolean;
|
|
1283
1337
|
};
|
|
1284
|
-
static
|
|
1285
|
-
static
|
|
1286
|
-
static
|
|
1287
|
-
static
|
|
1338
|
+
static aep(a: XmlPartManagerBase, b?: boolean): void;
|
|
1339
|
+
static yy(a: XmlPartManagerBase): void;
|
|
1340
|
+
static aeq(a: XmlPartManagerBase): void;
|
|
1341
|
+
static yz(a: XmlPartManagerBase, b: number, c: boolean): {
|
|
1288
1342
|
p1: number;
|
|
1289
1343
|
p2: boolean;
|
|
1290
1344
|
};
|
|
1291
|
-
static
|
|
1292
|
-
static
|
|
1293
|
-
static
|
|
1294
|
-
static
|
|
1345
|
+
static aer(a: XmlPartManagerBase, b: number, c?: boolean): void;
|
|
1346
|
+
static y0(a: XmlPartManagerBase): void;
|
|
1347
|
+
static aes(a: XmlPartManagerBase): void;
|
|
1348
|
+
static y1(a: XmlPartManagerBase, b: string, c: number, d: ST_SheetState, e: string): {
|
|
1295
1349
|
p1: string;
|
|
1296
1350
|
p2: number;
|
|
1297
1351
|
p3: ST_SheetState;
|
|
1298
1352
|
p4: string;
|
|
1299
1353
|
};
|
|
1300
|
-
static
|
|
1301
|
-
static
|
|
1354
|
+
static aet(a: XmlPartManagerBase, b: string, c: number, d: ST_SheetState, e: string): void;
|
|
1355
|
+
static y2(a: XmlPartManagerBase, b: number, c: number, d: Nullable$1<number>, e: boolean, f: boolean, g: boolean, h: boolean, i: number, j: number): {
|
|
1302
1356
|
p1: number;
|
|
1303
1357
|
p2: number;
|
|
1304
1358
|
p3: Nullable$1<number>;
|
|
@@ -1309,14 +1363,14 @@ export declare class SpreadsheetMLMain extends XmlNamespaceDefinitionBase {
|
|
|
1309
1363
|
p8: number;
|
|
1310
1364
|
p9: number;
|
|
1311
1365
|
};
|
|
1312
|
-
static
|
|
1313
|
-
static
|
|
1366
|
+
static aeu(a: XmlPartManagerBase, b: number, c?: number, d?: Nullable$1<number>, e?: boolean, f?: boolean, g?: boolean, h?: boolean, i?: number, j?: number): void;
|
|
1367
|
+
static y3(a: XmlPartManagerBase, b: string): {
|
|
1314
1368
|
p1: string;
|
|
1315
1369
|
};
|
|
1316
|
-
static
|
|
1317
|
-
static
|
|
1318
|
-
static
|
|
1319
|
-
static
|
|
1370
|
+
static aev(a: XmlPartManagerBase, b: string): void;
|
|
1371
|
+
static y4(a: XmlPartManagerBase): void;
|
|
1372
|
+
static aew(a: XmlPartManagerBase): void;
|
|
1373
|
+
static y5(a: XmlPartManagerBase, b: boolean, c: boolean, d: string, e: boolean, f: boolean, g: boolean, h: string, i: boolean, j: boolean): {
|
|
1320
1374
|
p1: boolean;
|
|
1321
1375
|
p2: boolean;
|
|
1322
1376
|
p3: string;
|
|
@@ -1327,8 +1381,8 @@ export declare class SpreadsheetMLMain extends XmlNamespaceDefinitionBase {
|
|
|
1327
1381
|
p8: boolean;
|
|
1328
1382
|
p9: boolean;
|
|
1329
1383
|
};
|
|
1330
|
-
static
|
|
1331
|
-
static
|
|
1384
|
+
static aex(a: XmlPartManagerBase, b?: boolean, c?: boolean, d?: string, e?: boolean, f?: boolean, g?: boolean, h?: string, i?: boolean, j?: boolean): void;
|
|
1385
|
+
static y6(a: XmlPartManagerBase, b: Nullable$1<ST_UnsignedShortHex>, c: boolean, d: boolean, e: boolean, f: boolean, g: boolean, h: boolean, i: boolean, j: boolean, k: boolean, l: boolean, m: boolean, n: boolean, o: boolean, p: boolean, q: boolean, r: boolean): {
|
|
1332
1386
|
p1: Nullable$1<ST_UnsignedShortHex>;
|
|
1333
1387
|
p2: boolean;
|
|
1334
1388
|
p3: boolean;
|
|
@@ -1347,9 +1401,9 @@ export declare class SpreadsheetMLMain extends XmlNamespaceDefinitionBase {
|
|
|
1347
1401
|
p16: boolean;
|
|
1348
1402
|
p17: boolean;
|
|
1349
1403
|
};
|
|
1350
|
-
static
|
|
1404
|
+
static aey(a: XmlPartManagerBase, b?: Nullable$1<ST_UnsignedShortHex>, c?: boolean, d?: boolean, e?: boolean, f?: boolean, g?: boolean, h?: boolean, i?: boolean, j?: boolean, k?: boolean, l?: boolean, m?: boolean, n?: boolean, o?: boolean, p?: boolean, q?: boolean, r?: boolean): void;
|
|
1351
1405
|
static b4(a: XmlPartManagerBase): boolean;
|
|
1352
|
-
static
|
|
1406
|
+
static y7(a: XmlPartManagerBase, b: string, c: string, d: string, e: Nullable$1<number>, f: boolean, g: boolean, h: boolean, i: boolean, j: boolean, k: boolean, l: boolean, m: boolean, n: boolean, o: boolean, p: boolean, q: boolean, r: boolean, s: boolean, t: boolean, u: boolean): {
|
|
1353
1407
|
p1: string;
|
|
1354
1408
|
p2: string;
|
|
1355
1409
|
p3: string;
|
|
@@ -1371,10 +1425,10 @@ export declare class SpreadsheetMLMain extends XmlNamespaceDefinitionBase {
|
|
|
1371
1425
|
p19: boolean;
|
|
1372
1426
|
p20: boolean;
|
|
1373
1427
|
};
|
|
1374
|
-
static
|
|
1375
|
-
static
|
|
1376
|
-
static
|
|
1377
|
-
static
|
|
1428
|
+
static aez(a: XmlPartManagerBase, b?: string, c?: string, d?: string, e?: Nullable$1<number>, f?: boolean, g?: boolean, h?: boolean, i?: boolean, j?: boolean, k?: boolean, l?: boolean, m?: boolean, n?: boolean, o?: boolean, p?: boolean, q?: boolean, r?: boolean, s?: boolean, t?: boolean, u?: boolean): void;
|
|
1429
|
+
static y8(a: XmlPartManagerBase): void;
|
|
1430
|
+
static ae0(a: XmlPartManagerBase): void;
|
|
1431
|
+
static y9(a: XmlPartManagerBase, b: number, c: boolean, d: boolean, e: boolean, f: boolean, g: boolean, h: boolean, i: boolean, j: boolean, k: boolean, l: boolean, m: boolean, n: ST_SheetViewType, o: string, p: number, q: number, r: number, s: number, t: number): {
|
|
1378
1432
|
p1: number;
|
|
1379
1433
|
p2: boolean;
|
|
1380
1434
|
p3: boolean;
|
|
@@ -1395,12 +1449,12 @@ export declare class SpreadsheetMLMain extends XmlNamespaceDefinitionBase {
|
|
|
1395
1449
|
p18: number;
|
|
1396
1450
|
p19: number;
|
|
1397
1451
|
};
|
|
1398
|
-
static
|
|
1399
|
-
static
|
|
1400
|
-
static
|
|
1401
|
-
static
|
|
1402
|
-
static
|
|
1403
|
-
static
|
|
1452
|
+
static ae1(a: XmlPartManagerBase, b: number, c?: boolean, d?: boolean, e?: boolean, f?: boolean, g?: boolean, h?: boolean, i?: boolean, j?: boolean, k?: boolean, l?: boolean, m?: boolean, n?: ST_SheetViewType, o?: string, p?: number, q?: number, r?: number, s?: number, t?: number): void;
|
|
1453
|
+
static za(a: XmlPartManagerBase): void;
|
|
1454
|
+
static ae2(a: XmlPartManagerBase): void;
|
|
1455
|
+
static zb(a: XmlPartManagerBase): void;
|
|
1456
|
+
static ae3(a: XmlPartManagerBase): void;
|
|
1457
|
+
static zc(a: XmlPartManagerBase, b: string, c: boolean, d: ST_SortBy, e: string, f: Nullable$1<number>, g: ST_IconSetType, h: Nullable$1<number>): {
|
|
1404
1458
|
p1: string;
|
|
1405
1459
|
p2: boolean;
|
|
1406
1460
|
p3: ST_SortBy;
|
|
@@ -1409,47 +1463,47 @@ export declare class SpreadsheetMLMain extends XmlNamespaceDefinitionBase {
|
|
|
1409
1463
|
p6: ST_IconSetType;
|
|
1410
1464
|
p7: Nullable$1<number>;
|
|
1411
1465
|
};
|
|
1412
|
-
static
|
|
1413
|
-
private static
|
|
1414
|
-
static
|
|
1466
|
+
static ae4(a: XmlPartManagerBase, b: string, c?: boolean, d?: ST_SortBy, e?: string, f?: Nullable$1<number>, g?: ST_IconSetType, h?: Nullable$1<number>): void;
|
|
1467
|
+
private static ae5;
|
|
1468
|
+
static zd(a: XmlPartManagerBase, b: string, c: boolean, d: boolean, e: ST_SortMethod): {
|
|
1415
1469
|
p1: string;
|
|
1416
1470
|
p2: boolean;
|
|
1417
1471
|
p3: boolean;
|
|
1418
1472
|
p4: ST_SortMethod;
|
|
1419
1473
|
};
|
|
1420
|
-
static
|
|
1421
|
-
static
|
|
1474
|
+
static ae6(a: XmlPartManagerBase, b: string, c?: boolean, d?: boolean, e?: ST_SortMethod): void;
|
|
1475
|
+
static ze(a: XmlPartManagerBase, b: Nullable$1<number>, c: Nullable$1<number>): {
|
|
1422
1476
|
p1: Nullable$1<number>;
|
|
1423
1477
|
p2: Nullable$1<number>;
|
|
1424
1478
|
};
|
|
1425
|
-
static
|
|
1426
|
-
static
|
|
1479
|
+
static ae7(a: XmlPartManagerBase, b?: Nullable$1<number>, c?: Nullable$1<number>): void;
|
|
1480
|
+
static zf(a: XmlPartManagerBase, b: ST_BorderStyle): {
|
|
1427
1481
|
p1: ST_BorderStyle;
|
|
1428
1482
|
};
|
|
1429
|
-
static
|
|
1430
|
-
static
|
|
1483
|
+
static ae8(a: XmlPartManagerBase, b?: ST_BorderStyle): void;
|
|
1484
|
+
static zg(a: XmlPartManagerBase, b: number): {
|
|
1431
1485
|
p1: number;
|
|
1432
1486
|
};
|
|
1433
|
-
static
|
|
1434
|
-
static
|
|
1487
|
+
static ae9(a: XmlPartManagerBase, b: number): void;
|
|
1488
|
+
static zh(a: XmlPartManagerBase, b: boolean): {
|
|
1435
1489
|
p1: boolean;
|
|
1436
1490
|
};
|
|
1437
|
-
static
|
|
1438
|
-
static
|
|
1439
|
-
static
|
|
1440
|
-
static
|
|
1491
|
+
static afa(a: XmlPartManagerBase, b?: boolean): void;
|
|
1492
|
+
static zi(a: XmlPartManagerBase): void;
|
|
1493
|
+
static afb(a: XmlPartManagerBase): void;
|
|
1494
|
+
static zj(a: XmlPartManagerBase, b: number): {
|
|
1441
1495
|
p1: number;
|
|
1442
1496
|
};
|
|
1443
|
-
static
|
|
1444
|
-
static
|
|
1497
|
+
static afc(a: XmlPartManagerBase, b: number): void;
|
|
1498
|
+
static zk(a: XmlPartManagerBase, b: Nullable$1<boolean>, c: Nullable$1<number>, d: Nullable$1<ST_UnsignedIntHex>, e: Nullable$1<number>, f: number): {
|
|
1445
1499
|
p1: Nullable$1<boolean>;
|
|
1446
1500
|
p2: Nullable$1<number>;
|
|
1447
1501
|
p3: Nullable$1<ST_UnsignedIntHex>;
|
|
1448
1502
|
p4: Nullable$1<number>;
|
|
1449
1503
|
p5: number;
|
|
1450
1504
|
};
|
|
1451
|
-
static
|
|
1452
|
-
static
|
|
1505
|
+
static afd(a: XmlPartManagerBase, b: Nullable$1<boolean>, c: Nullable$1<number>, d: Nullable$1<ST_UnsignedIntHex>, e: Nullable$1<number>, f: number): void;
|
|
1506
|
+
static zl(a: XmlPartManagerBase, b: number, c: string, d: string, e: ST_TotalsRowFunction, f: string, g: Nullable$1<number>, h: Nullable$1<number>, i: Nullable$1<number>, j: Nullable$1<number>, k: string, l: string, m: string): {
|
|
1453
1507
|
p1: number;
|
|
1454
1508
|
p2: string;
|
|
1455
1509
|
p3: string;
|
|
@@ -1463,12 +1517,12 @@ export declare class SpreadsheetMLMain extends XmlNamespaceDefinitionBase {
|
|
|
1463
1517
|
p11: string;
|
|
1464
1518
|
p12: string;
|
|
1465
1519
|
};
|
|
1466
|
-
static
|
|
1467
|
-
static
|
|
1520
|
+
static afe(a: XmlPartManagerBase, b: number, c?: string, d?: string, e?: ST_TotalsRowFunction, f?: string, g?: Nullable$1<number>, h?: Nullable$1<number>, i?: Nullable$1<number>, j?: Nullable$1<number>, k?: string, l?: string, m?: string): void;
|
|
1521
|
+
static zm(a: XmlPartManagerBase, b: Nullable$1<number>): {
|
|
1468
1522
|
p1: Nullable$1<number>;
|
|
1469
1523
|
};
|
|
1470
|
-
static
|
|
1471
|
-
static
|
|
1524
|
+
static aff(a: XmlPartManagerBase, b?: Nullable$1<number>): void;
|
|
1525
|
+
static zn(a: XmlPartManagerBase, b: number, c: string, d: string, e: string, f: string, g: ST_TableType, h: number, i: boolean, j: boolean, k: number, l: boolean, m: boolean, n: Nullable$1<number>, o: Nullable$1<number>, p: Nullable$1<number>, q: Nullable$1<number>, r: Nullable$1<number>, s: Nullable$1<number>, t: string, u: string, v: string, w: Nullable$1<number>): {
|
|
1472
1526
|
p1: number;
|
|
1473
1527
|
p2: string;
|
|
1474
1528
|
p3: string;
|
|
@@ -1492,86 +1546,90 @@ export declare class SpreadsheetMLMain extends XmlNamespaceDefinitionBase {
|
|
|
1492
1546
|
p21: string;
|
|
1493
1547
|
p22: Nullable$1<number>;
|
|
1494
1548
|
};
|
|
1495
|
-
static
|
|
1496
|
-
static
|
|
1549
|
+
static afg(a: XmlPartManagerBase, b: number, c: string, d: string, e: string, f: string, g?: ST_TableType, h?: number, i?: boolean, j?: boolean, k?: number, l?: boolean, m?: boolean, n?: Nullable$1<number>, o?: Nullable$1<number>, p?: Nullable$1<number>, q?: Nullable$1<number>, r?: Nullable$1<number>, s?: Nullable$1<number>, t?: string, u?: string, v?: string, w?: Nullable$1<number>): void;
|
|
1550
|
+
static zo(a: XmlPartManagerBase, b: string): {
|
|
1497
1551
|
p1: string;
|
|
1498
1552
|
};
|
|
1499
|
-
static
|
|
1500
|
-
static
|
|
1553
|
+
static afh(a: XmlPartManagerBase, b?: string): void;
|
|
1554
|
+
static zp(a: XmlPartManagerBase, b: Nullable$1<number>): {
|
|
1501
1555
|
p1: Nullable$1<number>;
|
|
1502
1556
|
};
|
|
1503
|
-
static
|
|
1504
|
-
static
|
|
1557
|
+
static afi(a: XmlPartManagerBase, b?: Nullable$1<number>): void;
|
|
1558
|
+
static zq(a: XmlPartManagerBase, b: string, c: boolean, d: boolean, e: Nullable$1<number>): {
|
|
1505
1559
|
p1: string;
|
|
1506
1560
|
p2: boolean;
|
|
1507
1561
|
p3: boolean;
|
|
1508
1562
|
p4: Nullable$1<number>;
|
|
1509
1563
|
};
|
|
1510
|
-
static
|
|
1511
|
-
static
|
|
1564
|
+
static afj(a: XmlPartManagerBase, b: string, c?: boolean, d?: boolean, e?: Nullable$1<number>): void;
|
|
1565
|
+
static zr(a: XmlPartManagerBase, b: ST_TableStyleType, c: number, d: Nullable$1<number>): {
|
|
1512
1566
|
p1: ST_TableStyleType;
|
|
1513
1567
|
p2: number;
|
|
1514
1568
|
p3: Nullable$1<number>;
|
|
1515
1569
|
};
|
|
1516
|
-
static
|
|
1517
|
-
static
|
|
1570
|
+
static afk(a: XmlPartManagerBase, b: ST_TableStyleType, c?: number, d?: Nullable$1<number>): void;
|
|
1571
|
+
static zs(a: XmlPartManagerBase, b: string, c: Nullable$1<boolean>, d: Nullable$1<boolean>, e: Nullable$1<boolean>, f: Nullable$1<boolean>): {
|
|
1518
1572
|
p1: string;
|
|
1519
1573
|
p2: Nullable$1<boolean>;
|
|
1520
1574
|
p3: Nullable$1<boolean>;
|
|
1521
1575
|
p4: Nullable$1<boolean>;
|
|
1522
1576
|
p5: Nullable$1<boolean>;
|
|
1523
1577
|
};
|
|
1524
|
-
static
|
|
1525
|
-
static
|
|
1578
|
+
static afl(a: XmlPartManagerBase, b: string, c: Nullable$1<boolean>, d: Nullable$1<boolean>, e: Nullable$1<boolean>, f: Nullable$1<boolean>): void;
|
|
1579
|
+
static zt(a: XmlPartManagerBase, b: Nullable$1<number>, c: string, d: string): {
|
|
1526
1580
|
p1: Nullable$1<number>;
|
|
1527
1581
|
p2: string;
|
|
1528
1582
|
p3: string;
|
|
1529
1583
|
};
|
|
1530
|
-
static
|
|
1531
|
-
static
|
|
1584
|
+
static afm(a: XmlPartManagerBase, b?: Nullable$1<number>, c?: string, d?: string): void;
|
|
1585
|
+
static zu(a: XmlPartManagerBase, b: string): {
|
|
1532
1586
|
p1: string;
|
|
1533
1587
|
};
|
|
1534
|
-
static
|
|
1535
|
-
static
|
|
1536
|
-
static
|
|
1537
|
-
static
|
|
1588
|
+
static afn(a: XmlPartManagerBase, b: string): void;
|
|
1589
|
+
static zv(a: XmlPartManagerBase): void;
|
|
1590
|
+
static afo(a: XmlPartManagerBase): void;
|
|
1591
|
+
static zx(a: XmlPartManagerBase, b: ST_BorderStyle): {
|
|
1538
1592
|
p1: ST_BorderStyle;
|
|
1539
1593
|
};
|
|
1540
|
-
static
|
|
1541
|
-
static
|
|
1594
|
+
static afq(a: XmlPartManagerBase, b?: ST_BorderStyle): void;
|
|
1595
|
+
static zw(a: XmlPartManagerBase, b: number, c: boolean, d: boolean, e: Nullable$1<number>): {
|
|
1542
1596
|
p1: number;
|
|
1543
1597
|
p2: boolean;
|
|
1544
1598
|
p3: boolean;
|
|
1545
1599
|
p4: Nullable$1<number>;
|
|
1546
1600
|
};
|
|
1547
|
-
static
|
|
1548
|
-
static
|
|
1601
|
+
static afp(a: XmlPartManagerBase, b: number, c?: boolean, d?: boolean, e?: Nullable$1<number>): void;
|
|
1602
|
+
static zy(a: XmlPartManagerBase, b: string, c: boolean): {
|
|
1549
1603
|
p1: string;
|
|
1550
1604
|
p2: boolean;
|
|
1551
1605
|
};
|
|
1552
|
-
static
|
|
1553
|
-
static
|
|
1606
|
+
static afr(a: XmlPartManagerBase, b: string, c?: boolean): void;
|
|
1607
|
+
static zz(a: XmlPartManagerBase, b: ST_UnderlineValues): {
|
|
1554
1608
|
p1: ST_UnderlineValues;
|
|
1555
1609
|
};
|
|
1556
|
-
static
|
|
1557
|
-
static
|
|
1610
|
+
static afs(a: XmlPartManagerBase, b?: ST_UnderlineValues): void;
|
|
1611
|
+
static z1(a: XmlPartManagerBase, b: string): {
|
|
1558
1612
|
p1: string;
|
|
1559
1613
|
};
|
|
1560
|
-
static
|
|
1561
|
-
static
|
|
1562
|
-
static
|
|
1614
|
+
static afu(a: XmlPartManagerBase, b: string): void;
|
|
1615
|
+
static afv(a: XmlPartManagerBase, b: string, c: boolean): void;
|
|
1616
|
+
static z0(a: XmlPartManagerBase, b: Nullable$1<number>): {
|
|
1617
|
+
p1: Nullable$1<number>;
|
|
1618
|
+
};
|
|
1619
|
+
static aft(a: XmlPartManagerBase, b?: Nullable$1<number>): void;
|
|
1620
|
+
static z2(a: XmlPartManagerBase, b: ST_VerticalAlignRun): {
|
|
1563
1621
|
p1: ST_VerticalAlignRun;
|
|
1564
1622
|
};
|
|
1565
|
-
static
|
|
1566
|
-
static
|
|
1623
|
+
static afw(a: XmlPartManagerBase, b: ST_VerticalAlignRun): void;
|
|
1624
|
+
static z3(a: XmlPartManagerBase, b: ST_BorderStyle): {
|
|
1567
1625
|
p1: ST_BorderStyle;
|
|
1568
1626
|
};
|
|
1569
|
-
static
|
|
1570
|
-
static
|
|
1627
|
+
static afx(a: XmlPartManagerBase, b?: ST_BorderStyle): void;
|
|
1628
|
+
static z4(a: XmlPartManagerBase, b: ST_ConformanceClass): {
|
|
1571
1629
|
p1: ST_ConformanceClass;
|
|
1572
1630
|
};
|
|
1573
|
-
static
|
|
1574
|
-
static
|
|
1631
|
+
static afy(a: XmlPartManagerBase, b?: ST_ConformanceClass): void;
|
|
1632
|
+
static z5(a: XmlPartManagerBase, b: boolean, c: ST_Objects, d: boolean, e: boolean, f: boolean, g: boolean, h: boolean, i: boolean, j: ST_UpdateLinks, k: string, l: boolean, m: boolean, n: boolean, o: boolean, p: boolean, q: boolean, r: boolean, s: Nullable$1<number>, t: boolean): {
|
|
1575
1633
|
p1: boolean;
|
|
1576
1634
|
p2: ST_Objects;
|
|
1577
1635
|
p3: boolean;
|
|
@@ -1592,16 +1650,16 @@ export declare class SpreadsheetMLMain extends XmlNamespaceDefinitionBase {
|
|
|
1592
1650
|
p18: Nullable$1<number>;
|
|
1593
1651
|
p19: boolean;
|
|
1594
1652
|
};
|
|
1595
|
-
static
|
|
1596
|
-
static
|
|
1653
|
+
static afz(a: XmlPartManagerBase, b?: boolean, c?: ST_Objects, d?: boolean, e?: boolean, f?: boolean, g?: boolean, h?: boolean, i?: boolean, j?: ST_UpdateLinks, k?: string, l?: boolean, m?: boolean, n?: boolean, o?: boolean, p?: boolean, q?: boolean, r?: boolean, s?: Nullable$1<number>, t?: boolean): void;
|
|
1654
|
+
static z6(a: XmlPartManagerBase, b: boolean, c: boolean, d: boolean, e: Nullable$1<number>, f: Nullable$1<number>): {
|
|
1597
1655
|
p1: boolean;
|
|
1598
1656
|
p2: boolean;
|
|
1599
1657
|
p3: boolean;
|
|
1600
1658
|
p4: Nullable$1<number>;
|
|
1601
1659
|
p5: Nullable$1<number>;
|
|
1602
1660
|
};
|
|
1603
|
-
static
|
|
1604
|
-
static
|
|
1661
|
+
static af0(a: XmlPartManagerBase, b?: boolean, c?: boolean, d?: boolean, e?: Nullable$1<number>, f?: Nullable$1<number>): void;
|
|
1662
|
+
static z7(a: XmlPartManagerBase, b: boolean, c: boolean, d: boolean, e: string, f: string, g: string, h: Nullable$1<number>, i: string, j: string, k: string, l: Nullable$1<number>): {
|
|
1605
1663
|
p1: boolean;
|
|
1606
1664
|
p2: boolean;
|
|
1607
1665
|
p3: boolean;
|
|
@@ -1614,8 +1672,8 @@ export declare class SpreadsheetMLMain extends XmlNamespaceDefinitionBase {
|
|
|
1614
1672
|
p10: string;
|
|
1615
1673
|
p11: Nullable$1<number>;
|
|
1616
1674
|
};
|
|
1617
|
-
static
|
|
1618
|
-
static
|
|
1675
|
+
static af1(a: XmlPartManagerBase, b?: boolean, c?: boolean, d?: boolean, e?: string, f?: string, g?: string, h?: Nullable$1<number>, i?: string, j?: string, k?: string, l?: Nullable$1<number>): void;
|
|
1676
|
+
static z8(a: XmlPartManagerBase, b: ST_Visibility, c: boolean, d: boolean, e: boolean, f: boolean, g: Nullable$1<number>, h: Nullable$1<number>, i: Nullable$1<number>, j: Nullable$1<number>, k: number, l: number, m: number, n: boolean): {
|
|
1619
1677
|
p1: ST_Visibility;
|
|
1620
1678
|
p2: boolean;
|
|
1621
1679
|
p3: boolean;
|
|
@@ -1630,10 +1688,10 @@ export declare class SpreadsheetMLMain extends XmlNamespaceDefinitionBase {
|
|
|
1630
1688
|
p12: number;
|
|
1631
1689
|
p13: boolean;
|
|
1632
1690
|
};
|
|
1633
|
-
static
|
|
1634
|
-
static
|
|
1635
|
-
static
|
|
1636
|
-
static
|
|
1691
|
+
static af2(a: XmlPartManagerBase, b?: ST_Visibility, c?: boolean, d?: boolean, e?: boolean, f?: boolean, g?: Nullable$1<number>, h?: Nullable$1<number>, i?: Nullable$1<number>, j?: Nullable$1<number>, k?: number, l?: number, m?: number, n?: boolean): void;
|
|
1692
|
+
static z9(a: XmlPartManagerBase): void;
|
|
1693
|
+
static af3(a: XmlPartManagerBase): void;
|
|
1694
|
+
static aaa(a: XmlPartManagerBase, b: Nullable$1<number>, c: Nullable$1<number>, d: Nullable$1<number>, e: Nullable$1<number>, f: Nullable$1<number>, g: boolean, h: boolean, i: Nullable$1<boolean>, j: Nullable$1<boolean>, k: Nullable$1<boolean>, l: Nullable$1<boolean>, m: Nullable$1<boolean>, n: Nullable$1<boolean>): {
|
|
1637
1695
|
p1: Nullable$1<number>;
|
|
1638
1696
|
p2: Nullable$1<number>;
|
|
1639
1697
|
p3: Nullable$1<number>;
|
|
@@ -1648,12 +1706,12 @@ export declare class SpreadsheetMLMain extends XmlNamespaceDefinitionBase {
|
|
|
1648
1706
|
p12: Nullable$1<boolean>;
|
|
1649
1707
|
p13: Nullable$1<boolean>;
|
|
1650
1708
|
};
|
|
1651
|
-
static
|
|
1652
|
-
static
|
|
1709
|
+
static af4(a: XmlPartManagerBase, b?: Nullable$1<number>, c?: Nullable$1<number>, d?: Nullable$1<number>, e?: Nullable$1<number>, f?: Nullable$1<number>, g?: boolean, h?: boolean, i?: Nullable$1<boolean>, j?: Nullable$1<boolean>, k?: Nullable$1<boolean>, l?: Nullable$1<boolean>, m?: Nullable$1<boolean>, n?: Nullable$1<boolean>): void;
|
|
1710
|
+
static aab(a: XmlPartManagerBase, b: number, c: string, d: string, e: boolean): {
|
|
1653
1711
|
p1: number;
|
|
1654
1712
|
p2: string;
|
|
1655
1713
|
p3: string;
|
|
1656
1714
|
p4: boolean;
|
|
1657
1715
|
};
|
|
1658
|
-
static
|
|
1716
|
+
static af5(a: XmlPartManagerBase, b: number, c: string, d: string, e?: boolean): void;
|
|
1659
1717
|
}
|