igniteui-webcomponents-excel 5.2.1-beta.0 → 5.3.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
|
@@ -12,7 +12,6 @@ import { Tuple$2 } from "igniteui-webcomponents-core";
|
|
|
12
12
|
import { Uri } from "igniteui-webcomponents-core";
|
|
13
13
|
import { ExcelImage } from "./ExcelImage";
|
|
14
14
|
import { ImageFormat } from "./ImageFormat";
|
|
15
|
-
import { ImageData } from "./ImageData";
|
|
16
15
|
import { WorkbookFormat } from "./WorkbookFormat";
|
|
17
16
|
import { List$1 } from "igniteui-webcomponents-core";
|
|
18
17
|
import { BorderInfo } from "./BorderInfo";
|
|
@@ -76,6 +75,7 @@ import { CommentsPartManager } from "./CommentsPartManager";
|
|
|
76
75
|
import { WorksheetSerializationCache } from "./WorksheetSerializationCache";
|
|
77
76
|
import { OperatorConditionalFormat } from "./OperatorConditionalFormat";
|
|
78
77
|
import { FormulaConditionalFormat } from "./FormulaConditionalFormat";
|
|
78
|
+
import { TextOperatorConditionalFormat } from "./TextOperatorConditionalFormat";
|
|
79
79
|
import { ColorScaleConditionalFormat } from "./ColorScaleConditionalFormat";
|
|
80
80
|
import { DataBarConditionalFormat } from "./DataBarConditionalFormat";
|
|
81
81
|
import { ConditionValue } from "./ConditionValue";
|
|
@@ -96,6 +96,7 @@ import { UnknownElementCache } from "./UnknownElementCache";
|
|
|
96
96
|
import { WorksheetShapeCollection } from "./WorksheetShapeCollection";
|
|
97
97
|
import { OverwriteRoundTripDataResult } from "./OverwriteRoundTripDataResult";
|
|
98
98
|
import { Stack$1 } from "igniteui-webcomponents-core";
|
|
99
|
+
import { WorkbookMetadataItem } from "./WorkbookMetadataItem";
|
|
99
100
|
import { BorderStyleInfo } from "./BorderStyleInfo";
|
|
100
101
|
import { UnknownShape } from "./UnknownShape";
|
|
101
102
|
import { PrintOptionsBase } from "./PrintOptionsBase";
|
|
@@ -109,9 +110,20 @@ import { GradientFillInfo } from "./GradientFillInfo";
|
|
|
109
110
|
import { SerializationNumberFormatInfo } from "./SerializationNumberFormatInfo";
|
|
110
111
|
import { StopInfo } from "./StopInfo";
|
|
111
112
|
import { WorkbookBuiltInStyle } from "./WorkbookBuiltInStyle";
|
|
113
|
+
import { WorkbookMetadataType } from "./WorkbookMetadataType";
|
|
112
114
|
import { IPackage } from "./IPackage";
|
|
113
115
|
import { WorkbookLoadOptions } from "./WorkbookLoadOptions";
|
|
114
116
|
import { CT_Transform2D } from "./CT_Transform2D";
|
|
117
|
+
import { MetadataPartManager } from "./MetadataPartManager";
|
|
118
|
+
import { RdArrayPartManager } from "./RdArrayPartManager";
|
|
119
|
+
import { RdRichValuePartManager } from "./RdRichValuePartManager";
|
|
120
|
+
import { RdRichValueStructurePartManager } from "./RdRichValueStructurePartManager";
|
|
121
|
+
import { RdRichValueTypesPartManager } from "./RdRichValueTypesPartManager";
|
|
122
|
+
import { RdRichValueWebImagePartManager } from "./RdRichValueWebImagePartManager";
|
|
123
|
+
import { RdSupportingPropertyBagPartManager } from "./RdSupportingPropertyBagPartManager";
|
|
124
|
+
import { RdSupportingPropertyBagStructurePartManager } from "./RdSupportingPropertyBagStructurePartManager";
|
|
125
|
+
import { RichStylesPartManager } from "./RichStylesPartManager";
|
|
126
|
+
import { RichValueRelPartManager } from "./RichValueRelPartManager";
|
|
115
127
|
import { WorkbookPartManagerBase } from "./WorkbookPartManagerBase";
|
|
116
128
|
import { WorkbookSaveOptions } from "./WorkbookSaveOptions";
|
|
117
129
|
import { DisplayUnit } from "./DisplayUnit";
|
|
@@ -324,6 +336,8 @@ import { ST_ErrBarType } from "./ST_ErrBarType";
|
|
|
324
336
|
import { ST_ErrValType } from "./ST_ErrValType";
|
|
325
337
|
import { ChartGradientFill } from "./ChartGradientFill";
|
|
326
338
|
import { GradientType } from "./GradientType";
|
|
339
|
+
import { ChartPatternFill } from "./ChartPatternFill";
|
|
340
|
+
import { PatternType } from "./PatternType";
|
|
327
341
|
import { ChartSolidFill } from "./ChartSolidFill";
|
|
328
342
|
import { ChartEmptyFill } from "./ChartEmptyFill";
|
|
329
343
|
import { ChartFillBase } from "./ChartFillBase";
|
|
@@ -535,37 +549,36 @@ import { VmlDrawingPartManager } from "./VmlDrawingPartManager";
|
|
|
535
549
|
*/
|
|
536
550
|
export declare abstract class ExcelWorkbookDocumentManager extends ExcelDocumentManager {
|
|
537
551
|
static $t: Type;
|
|
538
|
-
private readonly
|
|
552
|
+
private readonly _bz;
|
|
539
553
|
constructor(a: Workbook, b: WorkbookLoadManagerExcel2007_FontCollection, c: WorkbookLoadManagerExcel2007_FontCollection, d: IPackageFactory, e: Stream, f: boolean, g: Nullable$1<ST_ConformanceClass>);
|
|
540
|
-
get
|
|
541
|
-
get
|
|
542
|
-
get
|
|
543
|
-
|
|
554
|
+
get _bx(): WorkbookLoadManagerExcel2007_FontCollection;
|
|
555
|
+
get _by(): WorkbookLoadManagerExcel2007_FontCollection;
|
|
556
|
+
get _b0(): Workbook;
|
|
557
|
+
_bw: ThemePartInfo;
|
|
544
558
|
}
|
|
545
559
|
/**
|
|
546
560
|
* @hidden
|
|
547
561
|
*/
|
|
548
562
|
export declare class ObjectModelExcelDocumentManager extends ExcelWorkbookDocumentManager {
|
|
549
563
|
static $t: Type;
|
|
550
|
-
private readonly
|
|
551
|
-
private readonly
|
|
564
|
+
private readonly _b7;
|
|
565
|
+
private readonly _b9;
|
|
552
566
|
constructor(a: number, b: WorkbookLoadManagerExcel2007, c: IPackageFactory, d: Stream, e?: Nullable$1<ST_ConformanceClass>);
|
|
553
567
|
constructor(a: number, b: WorkbookSaveManagerExcel2007, c: IPackageFactory, d: Stream, e: Nullable$1<ST_ConformanceClass>);
|
|
554
568
|
constructor(a: number, ..._rest: any[]);
|
|
555
|
-
|
|
556
|
-
protected
|
|
557
|
-
protected
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
_b4(): DeserializedChartInfo;
|
|
562
|
-
private _b1;
|
|
563
|
-
private _b5;
|
|
569
|
+
_bj(): void;
|
|
570
|
+
protected _q(): WorkItem;
|
|
571
|
+
protected _u(): WorkItem;
|
|
572
|
+
_b1(a: ExcelImage, b: ImageFormat, c?: string): WorkItem$1<Tuple$2<Uri, string>>;
|
|
573
|
+
_ce(): string;
|
|
574
|
+
_b5(): DeserializedChartInfo;
|
|
564
575
|
private _b2;
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
_ca:
|
|
576
|
+
private _b6;
|
|
577
|
+
private _b3;
|
|
578
|
+
get _b8(): WorkbookLoadManagerExcel2007;
|
|
579
|
+
get _ca(): WorkbookSaveManagerExcel2007;
|
|
580
|
+
_b4: Excel2007ChartData;
|
|
581
|
+
_cb: HashSet$1<string>;
|
|
569
582
|
}
|
|
570
583
|
/**
|
|
571
584
|
* @hidden
|
|
@@ -1316,8 +1329,8 @@ export declare class ObjectModelStylesPartManager extends ExcelStylesPartManager
|
|
|
1316
1329
|
export declare class ExcelThemeDocumentManager extends ExcelWorkbookDocumentManager {
|
|
1317
1330
|
static $t: Type;
|
|
1318
1331
|
constructor(a: Workbook, b: WorkbookLoadManagerExcel2007_FontCollection, c: WorkbookLoadManagerExcel2007_FontCollection, d: IPackageFactory, e: Stream, f: boolean, g: Nullable$1<ST_ConformanceClass>);
|
|
1319
|
-
|
|
1320
|
-
protected
|
|
1332
|
+
_bj(): void;
|
|
1333
|
+
protected _u(): WorkItem;
|
|
1321
1334
|
}
|
|
1322
1335
|
/**
|
|
1323
1336
|
* @hidden
|
|
@@ -1325,13 +1338,13 @@ export declare class ExcelThemeDocumentManager extends ExcelWorkbookDocumentMana
|
|
|
1325
1338
|
export declare class WorkbookLoadManagerExcel2007 extends WorkbookLoadManager {
|
|
1326
1339
|
static $t: Type;
|
|
1327
1340
|
private _ao;
|
|
1328
|
-
private readonly
|
|
1341
|
+
private readonly _ba;
|
|
1329
1342
|
private readonly _ay;
|
|
1330
1343
|
private readonly _az;
|
|
1331
1344
|
private readonly _ak;
|
|
1332
1345
|
private readonly _al;
|
|
1333
|
-
private readonly
|
|
1334
|
-
private readonly
|
|
1346
|
+
private readonly _bc;
|
|
1347
|
+
private readonly _bd;
|
|
1335
1348
|
private readonly _a0;
|
|
1336
1349
|
private readonly _a1;
|
|
1337
1350
|
readonly _a2: Dictionary$2<WorksheetShape, CT_Transform2D>;
|
|
@@ -1344,50 +1357,56 @@ export declare class WorkbookLoadManagerExcel2007 extends WorkbookLoadManager {
|
|
|
1344
1357
|
_r(): WorksheetCellFormatData;
|
|
1345
1358
|
protected _p(): WorkItem;
|
|
1346
1359
|
_z(): void;
|
|
1347
|
-
|
|
1348
|
-
|
|
1360
|
+
_bv(a: Sheet, b: string): void;
|
|
1361
|
+
_bw(a: Sheet, b: WorksheetShape): void;
|
|
1349
1362
|
_au(a: WorksheetShape): EG_Anchor;
|
|
1350
1363
|
_ar(a: WorksheetShape): CT_Transform2D;
|
|
1351
1364
|
_ap(a: string): Sheet;
|
|
1352
1365
|
_aq(a: string): Worksheet;
|
|
1353
|
-
static
|
|
1366
|
+
static _bz(a: string): {
|
|
1354
1367
|
p0?: string;
|
|
1355
1368
|
};
|
|
1356
|
-
|
|
1357
|
-
|
|
1369
|
+
_b1(a: WorksheetShape, b: EG_Anchor): void;
|
|
1370
|
+
_b2(a: WorksheetShape, b: CT_Transform2D): void;
|
|
1358
1371
|
static _ax(a: UnknownElementCache, b: ObjectModelExcelDocumentManager, c: WorksheetCellFormatData): {
|
|
1359
1372
|
ret: boolean;
|
|
1360
1373
|
p2: WorksheetCellFormatData;
|
|
1361
1374
|
};
|
|
1362
|
-
static
|
|
1363
|
-
static
|
|
1375
|
+
static _bs(a: IPackage): Nullable$1<WorkbookFormat>;
|
|
1376
|
+
static _bx(a: List$1<WorkbookBuiltInStyle>): void;
|
|
1364
1377
|
static _ag(a: List$1<WorksheetTableStyle>): WorkItem;
|
|
1365
1378
|
static _ai(a: Workbook, b: Stream, c: WorkbookLoadOptions, d: IPackageFactory): WorkItem;
|
|
1366
1379
|
private static _ah;
|
|
1367
|
-
private static
|
|
1368
|
-
private static
|
|
1380
|
+
private static _bt;
|
|
1381
|
+
private static _bq;
|
|
1369
1382
|
private static _as;
|
|
1370
|
-
private static
|
|
1371
|
-
private static
|
|
1383
|
+
private static _bu;
|
|
1384
|
+
private static _br;
|
|
1372
1385
|
private static _at;
|
|
1373
|
-
private
|
|
1374
|
-
private
|
|
1375
|
-
get
|
|
1376
|
-
|
|
1377
|
-
get
|
|
1378
|
-
get
|
|
1386
|
+
private _by;
|
|
1387
|
+
private _b0;
|
|
1388
|
+
get _bf(): List$1<BorderInfo>;
|
|
1389
|
+
private _a9;
|
|
1390
|
+
get _bg(): List$1<WorkbookMetadataItem>;
|
|
1391
|
+
get _bh(): List$1<StyleInfo>;
|
|
1392
|
+
get _bi(): List$1<FormatInfo>;
|
|
1393
|
+
get _bj(): List$1<FormatInfo>;
|
|
1379
1394
|
get _aj(): ObjectModelExcelDocumentManager;
|
|
1380
|
-
get
|
|
1381
|
-
get
|
|
1395
|
+
get _bk(): List$1<FillInfo>;
|
|
1396
|
+
get _bl(): List$1<ColorInfo>;
|
|
1382
1397
|
_aw: boolean;
|
|
1383
1398
|
get _a5(): Dictionary$2<string, number[]>;
|
|
1384
1399
|
get _a6(): Dictionary$2<number, UnknownShape>;
|
|
1385
1400
|
get _am(): WorkbookLoadManagerExcel2007_FontCollection;
|
|
1401
|
+
private _bb;
|
|
1402
|
+
get _bm(): List$1<WorkbookMetadataType>;
|
|
1386
1403
|
get _an(): WorkbookLoadManagerExcel2007_FontCollection;
|
|
1387
|
-
get
|
|
1388
|
-
get
|
|
1404
|
+
get _bn(): List$1<WorkbookLoadManagerExcel2007_NamedReferenceInfo>;
|
|
1405
|
+
get _bo(): List$1<WorkbookReferenceBase>;
|
|
1389
1406
|
get _a7(): Dictionary$2<string, List$1<WorksheetShape>>;
|
|
1390
1407
|
get _a8(): Dictionary$2<number, WorkbookStyle>;
|
|
1408
|
+
private _be;
|
|
1409
|
+
get _bp(): List$1<WorkbookMetadataItem>;
|
|
1391
1410
|
}
|
|
1392
1411
|
/**
|
|
1393
1412
|
* @hidden
|
|
@@ -6152,53 +6171,54 @@ export declare class CT_Extension_DataLabelsRange extends CT_Extension implement
|
|
|
6152
6171
|
*/
|
|
6153
6172
|
export declare class DMLChartUtils extends Base {
|
|
6154
6173
|
static $t: Type;
|
|
6155
|
-
static
|
|
6156
|
-
static
|
|
6157
|
-
static
|
|
6158
|
-
static
|
|
6159
|
-
static
|
|
6160
|
-
static
|
|
6161
|
-
private static
|
|
6162
|
-
static
|
|
6163
|
-
static
|
|
6164
|
-
static
|
|
6165
|
-
static
|
|
6166
|
-
static
|
|
6167
|
-
static
|
|
6168
|
-
static
|
|
6169
|
-
static
|
|
6170
|
-
static
|
|
6171
|
-
static
|
|
6174
|
+
static al(a: XmlPartManagerBase): CT_RelId;
|
|
6175
|
+
static u(a: CT_Tx, b: IFormattedStringOwner): FormattedString;
|
|
6176
|
+
static v(a: CT_TextBody_DML, b: IFormattedStringOwner): FormattedString;
|
|
6177
|
+
static l(a: CT_ErrBars, b: Sheet): ErrorBars;
|
|
6178
|
+
static ag(a: CT_SolidColorFillProperties): WorkbookColorInfo;
|
|
6179
|
+
static aj(a: EG_ColorChoice_DML): WorkbookColorInfo;
|
|
6180
|
+
private static ak;
|
|
6181
|
+
static ac(a: CT_HslColor): WorkbookColorInfo;
|
|
6182
|
+
static ad(a: CT_PresetColor): WorkbookColorInfo;
|
|
6183
|
+
static ae(a: CT_SchemeColor_DML): WorkbookColorInfo;
|
|
6184
|
+
static af(a: CT_ScRgbColor): WorkbookColorInfo;
|
|
6185
|
+
static ah(a: CT_SRgbColor_DML): WorkbookColorInfo;
|
|
6186
|
+
static ai(a: CT_SystemColor): WorkbookColorInfo;
|
|
6187
|
+
static a7(a: FormattedStringFont, b: CT_TextCharacterProperties_DML): void;
|
|
6188
|
+
static a6(a: IWorkbookFont, b: CT_TextCharacterProperties_DML): void;
|
|
6189
|
+
static a0(a: CT_TextCharacterProperties_DML): string;
|
|
6190
|
+
static a4(a: CT_TextCharacterPropertiesBase): string;
|
|
6172
6191
|
static e(a: CT_GradientFillProperties): ChartGradientFill;
|
|
6173
|
-
static h(a:
|
|
6192
|
+
static h(a: CT_PatternFillProperties): ChartPatternFill;
|
|
6193
|
+
static i(a: CT_SolidColorFillProperties): ChartSolidFill;
|
|
6174
6194
|
static b(a: CT_NoFillProperties): ChartEmptyFill;
|
|
6175
6195
|
static d(a: EG_LineFillProperties): ChartFillBase;
|
|
6176
6196
|
static c(a: EG_FillProperties): ChartFillBase;
|
|
6177
|
-
static
|
|
6197
|
+
static k(a: CT_DispUnits, b: Nullable$1<number>): {
|
|
6178
6198
|
ret: DisplayUnit;
|
|
6179
6199
|
p1: Nullable$1<number>;
|
|
6180
6200
|
};
|
|
6181
|
-
static
|
|
6182
|
-
static
|
|
6183
|
-
static
|
|
6184
|
-
static
|
|
6185
|
-
static
|
|
6186
|
-
static
|
|
6201
|
+
static ax(a: DisplayUnit): Nullable$1<ST_BuiltInUnit>;
|
|
6202
|
+
static ab(a: ChartType): ST_Grouping;
|
|
6203
|
+
static w(a: ChartType): CT_RadarStyle;
|
|
6204
|
+
static x(a: SeriesChartTypeGroup): CT_RadarStyle;
|
|
6205
|
+
static y(a: ChartType): CT_ScatterStyle;
|
|
6206
|
+
static z(a: SeriesChartTypeGroup): CT_ScatterStyle;
|
|
6187
6207
|
static f(a: CT_ChartLines, b: GridLineType, c: IChartObject): ChartGridLines;
|
|
6188
6208
|
static g(a: CT_ShapeProperties_DML, b: GridLineType, c: IChartObject, d?: boolean): ChartGridLines;
|
|
6189
|
-
static
|
|
6190
|
-
static
|
|
6191
|
-
static
|
|
6192
|
-
static
|
|
6193
|
-
static
|
|
6194
|
-
static
|
|
6195
|
-
static
|
|
6196
|
-
static
|
|
6197
|
-
static
|
|
6198
|
-
static
|
|
6199
|
-
static
|
|
6200
|
-
static
|
|
6201
|
-
static
|
|
6209
|
+
static j(a: CT_LineProperties_DML): ChartTickLines;
|
|
6210
|
+
static q(a: CT_NumRef, b: Sheet, c: WorkbookLoadManagerExcel2007, d: boolean): SeriesValuesBase;
|
|
6211
|
+
static t(a: CT_StrRef, b: Sheet, c: WorkbookLoadManagerExcel2007): XValues;
|
|
6212
|
+
static r(a: CT_MultiLvlStrRef, b: Sheet, c: WorkbookLoadManagerExcel2007): XValues;
|
|
6213
|
+
static s(a: CT_StrData, b: Sheet, c: WorkbookLoadManagerExcel2007): XValues;
|
|
6214
|
+
static p(a: CT_NumData, b: Sheet, c: WorkbookLoadManagerExcel2007, d: boolean): SeriesValuesBase;
|
|
6215
|
+
static ar<T extends ISeries>($t: Type, a: List$1<T>): List$1<ISeries>;
|
|
6216
|
+
static o(a: CT_SerTx, b: Sheet, c: WorkbookLoadManagerExcel2007): SeriesName;
|
|
6217
|
+
static aa(a: SeriesName, b: Sheet, c: WorkbookSaveManagerExcel2007): CT_SerTx;
|
|
6218
|
+
static m(a: CT_Legend, b: SeriesCollection, c: Sheet): Legend;
|
|
6219
|
+
static a8(a: Legend, b: CT_TextBody_DML, c: Sheet): void;
|
|
6220
|
+
static n(a: CT_LegendEntry, b: Sheet): LegendEntry;
|
|
6221
|
+
static a9(a: CT_Layout, b: ElementPosition, c: number, d: number, e: number, f: number, g: Nullable$1<boolean>): {
|
|
6202
6222
|
p1: ElementPosition;
|
|
6203
6223
|
p2: number;
|
|
6204
6224
|
p3: number;
|
|
@@ -6206,20 +6226,20 @@ export declare class DMLChartUtils extends Base {
|
|
|
6206
6226
|
p5: number;
|
|
6207
6227
|
p6: Nullable$1<boolean>;
|
|
6208
6228
|
};
|
|
6209
|
-
private static
|
|
6210
|
-
static
|
|
6229
|
+
private static ba;
|
|
6230
|
+
static a5(a: WorkbookColorInfo, b: IWorkbookProvider, c: CT_SchemeColor_DML, d: CT_SystemColor, e: CT_SRgbColor_DML): {
|
|
6211
6231
|
p2: CT_SchemeColor_DML;
|
|
6212
6232
|
p3: CT_SystemColor;
|
|
6213
6233
|
p4: CT_SRgbColor_DML;
|
|
6214
6234
|
};
|
|
6215
|
-
static
|
|
6216
|
-
static
|
|
6217
|
-
static
|
|
6218
|
-
static
|
|
6219
|
-
private static
|
|
6220
|
-
static
|
|
6235
|
+
static ap(a: EG_SerShared): boolean;
|
|
6236
|
+
static aq(a: CT_LineProperties_DML): boolean;
|
|
6237
|
+
static am(a: IChart): boolean;
|
|
6238
|
+
static ao(a: IChart): boolean;
|
|
6239
|
+
private static an;
|
|
6240
|
+
static av(a: ISeries): Nullable$1<ST_MarkerStyle>;
|
|
6221
6241
|
static a<T>($t: Type, a: HashSet$1<T>): T[];
|
|
6222
|
-
static
|
|
6242
|
+
static aw(a: EG_SerShared): Nullable$1<boolean>;
|
|
6223
6243
|
}
|
|
6224
6244
|
/**
|
|
6225
6245
|
* @hidden
|
|
@@ -6227,217 +6247,219 @@ export declare class DMLChartUtils extends Base {
|
|
|
6227
6247
|
export declare class DMLChartExtensions extends Base {
|
|
6228
6248
|
static $t: Type;
|
|
6229
6249
|
static b(a: ST_AxPos): AxisPosition;
|
|
6230
|
-
static
|
|
6231
|
-
private static
|
|
6232
|
-
static
|
|
6233
|
-
static
|
|
6234
|
-
static
|
|
6235
|
-
static
|
|
6250
|
+
static ax(a: AxisPosition, b: Axis): Nullable$1<ST_AxPos>;
|
|
6251
|
+
private static ab;
|
|
6252
|
+
static z(a: ST_TextAnchoringType): VerticalTitleAlignment;
|
|
6253
|
+
static as(a: VerticalTitleAlignment): ST_TextAnchoringType;
|
|
6254
|
+
static aa(a: ST_TextUnderlineType): FontUnderlineStyle;
|
|
6255
|
+
static a3(a: FontUnderlineStyle): Nullable$1<ST_TextUnderlineType>;
|
|
6236
6256
|
static k(a: ST_PathShadeType): GradientType;
|
|
6237
|
-
static
|
|
6238
|
-
static
|
|
6257
|
+
static a2(a: GradientType): Nullable$1<ST_PathShadeType>;
|
|
6258
|
+
static a0(a: BorderLineStyle): Nullable$1<ST_PresetLineDashVal>;
|
|
6239
6259
|
static e(a: ST_PresetLineDashVal): BorderLineStyle;
|
|
6240
6260
|
static n(a: ST_PresetLineDashVal): LineStyle;
|
|
6241
|
-
static
|
|
6261
|
+
static a1(a: LineStyle): Nullable$1<ST_PresetLineDashVal>;
|
|
6242
6262
|
static m(a: BorderLineStyle): LineStyle;
|
|
6243
6263
|
static d(a: LineStyle): BorderLineStyle;
|
|
6244
|
-
static
|
|
6245
|
-
static
|
|
6246
|
-
static
|
|
6247
|
-
static
|
|
6248
|
-
static
|
|
6249
|
-
static
|
|
6250
|
-
static
|
|
6251
|
-
static
|
|
6252
|
-
static
|
|
6264
|
+
static r(a: ST_TextVerticalType): TextDirection;
|
|
6265
|
+
static au(a: TextDirection): ST_TextVerticalType;
|
|
6266
|
+
static s(a: ST_TextHorzOverflowType): TextHorizontalOverflow;
|
|
6267
|
+
static at(a: TextHorizontalOverflow): ST_TextHorzOverflowType;
|
|
6268
|
+
static t(a: ST_TextVertOverflowType): TextVerticalOverflow;
|
|
6269
|
+
static av(a: TextVerticalOverflow): ST_TextVertOverflowType;
|
|
6270
|
+
static x(a: ST_TimeUnit): TimeUnit;
|
|
6271
|
+
static am(a: TimeUnit): ST_TimeUnit;
|
|
6272
|
+
static ay(a: AxisCrosses): Nullable$1<ST_Crosses>;
|
|
6253
6273
|
static a(a: ST_Crosses): AxisCrosses;
|
|
6254
|
-
static
|
|
6255
|
-
static
|
|
6256
|
-
static
|
|
6257
|
-
static
|
|
6258
|
-
static
|
|
6259
|
-
static
|
|
6260
|
-
static
|
|
6261
|
-
static
|
|
6274
|
+
static w(a: ST_TickMark): TickMark;
|
|
6275
|
+
static al(a: TickMark): ST_TickMark;
|
|
6276
|
+
static v(a: ST_TickLblPos): TickLabelPosition;
|
|
6277
|
+
static ak(a: TickLabelPosition): ST_TickLblPos;
|
|
6278
|
+
static u(a: ST_LblAlgn): TickLabelAlignment;
|
|
6279
|
+
static ah(a: TickLabelAlignment): ST_LblAlgn;
|
|
6280
|
+
static ba(a: ChartTickLines, b: CT_LineProperties_DML): void;
|
|
6281
|
+
static a7(a: ChartGridLines, b: CT_LineProperties_DML): void;
|
|
6262
6282
|
static c(a: ST_Shape): BarShape;
|
|
6263
|
-
static
|
|
6283
|
+
static aj(a: BarShape): ST_Shape;
|
|
6264
6284
|
static i(a: ST_ErrBarType): ErrorBarDirection;
|
|
6265
|
-
static
|
|
6285
|
+
static af(a: ErrorBarDirection): ST_ErrBarType;
|
|
6266
6286
|
static j(a: ST_ErrValType): ErrorValueType;
|
|
6267
|
-
static
|
|
6287
|
+
static ag(a: ErrorValueType): ST_ErrValType;
|
|
6268
6288
|
static o(a: ST_MarkerStyle): MarkerStyle;
|
|
6269
|
-
static
|
|
6270
|
-
static p(a:
|
|
6271
|
-
static
|
|
6289
|
+
static aq(a: MarkerStyle): ST_MarkerStyle;
|
|
6290
|
+
static p(a: ST_PresetPatternVal): PatternType;
|
|
6291
|
+
static ar(a: PatternType): ST_PresetPatternVal;
|
|
6292
|
+
static q(a: ST_PictureFormat): PictureType;
|
|
6293
|
+
static ai(a: PictureType): ST_PictureFormat;
|
|
6272
6294
|
static l(a: ST_LegendPos): LegendPosition;
|
|
6273
|
-
static
|
|
6274
|
-
static
|
|
6275
|
-
static
|
|
6276
|
-
static
|
|
6277
|
-
private static
|
|
6278
|
-
static
|
|
6279
|
-
static
|
|
6295
|
+
static az(a: LegendPosition): Nullable$1<ST_LegendPos>;
|
|
6296
|
+
static ac(a: ChartType): ST_BarDir;
|
|
6297
|
+
static ad(a: ChartType): ST_BarGrouping;
|
|
6298
|
+
static a9(a: ChartLineBase, b: CT_LineProperties_DML, c: Sheet): void;
|
|
6299
|
+
private static a5;
|
|
6300
|
+
static a8(a: ChartLine, b: CT_LineProperties_DML, c: Sheet): void;
|
|
6301
|
+
static a6(a: ChartBorder, b: CT_LineProperties_DML, c: Sheet): void;
|
|
6280
6302
|
static h(a: ST_DispBlanksAs): DisplayBlanksAs;
|
|
6281
|
-
static
|
|
6282
|
-
static
|
|
6283
|
-
static
|
|
6284
|
-
static
|
|
6285
|
-
static
|
|
6286
|
-
static
|
|
6287
|
-
static
|
|
6288
|
-
static
|
|
6303
|
+
static ap(a: DisplayBlanksAs): ST_DispBlanksAs;
|
|
6304
|
+
static ao(a: WorkbookColorInfo, b: Sheet): CT_SolidColorFillProperties;
|
|
6305
|
+
static bc(a: EG_FillProperties, b: WorkbookColorInfo, c: Sheet): void;
|
|
6306
|
+
static bb(a: EG_ColorChoice_DML, b: WorkbookColorInfo, c: Sheet): void;
|
|
6307
|
+
static a4(a: ReadingOrder): Nullable$1<boolean>;
|
|
6308
|
+
static an(a: TrendlineType): ST_TrendlineType;
|
|
6309
|
+
static y(a: ST_TrendlineType): TrendlineType;
|
|
6310
|
+
static ae(a: DataLabelPosition): ST_DLblPos;
|
|
6289
6311
|
static g(a: ST_DLblPos): DataLabelPosition;
|
|
6290
6312
|
static f(a: DataLabelPosition, b: ChartType): DataLabelPosition;
|
|
6291
|
-
static
|
|
6292
|
-
static
|
|
6293
|
-
static
|
|
6294
|
-
static
|
|
6295
|
-
static
|
|
6296
|
-
static
|
|
6297
|
-
static
|
|
6298
|
-
static
|
|
6299
|
-
static
|
|
6300
|
-
static
|
|
6301
|
-
static
|
|
6302
|
-
static
|
|
6303
|
-
static
|
|
6304
|
-
static
|
|
6305
|
-
static
|
|
6306
|
-
static
|
|
6307
|
-
static
|
|
6308
|
-
static
|
|
6309
|
-
static
|
|
6310
|
-
static
|
|
6311
|
-
static
|
|
6312
|
-
static
|
|
6313
|
-
static
|
|
6314
|
-
static
|
|
6315
|
-
static
|
|
6316
|
-
static
|
|
6317
|
-
static
|
|
6318
|
-
static
|
|
6319
|
-
static
|
|
6320
|
-
static
|
|
6321
|
-
static
|
|
6322
|
-
static
|
|
6323
|
-
static
|
|
6324
|
-
static
|
|
6325
|
-
static
|
|
6326
|
-
static
|
|
6327
|
-
static
|
|
6328
|
-
static
|
|
6329
|
-
static
|
|
6330
|
-
static
|
|
6331
|
-
static
|
|
6332
|
-
static
|
|
6333
|
-
static
|
|
6334
|
-
static
|
|
6335
|
-
static
|
|
6336
|
-
static
|
|
6337
|
-
static
|
|
6338
|
-
static
|
|
6339
|
-
static
|
|
6340
|
-
static
|
|
6341
|
-
static
|
|
6342
|
-
static
|
|
6343
|
-
static
|
|
6344
|
-
static
|
|
6345
|
-
static
|
|
6346
|
-
static
|
|
6347
|
-
static
|
|
6348
|
-
static
|
|
6349
|
-
static
|
|
6350
|
-
static
|
|
6351
|
-
static
|
|
6352
|
-
static
|
|
6353
|
-
static
|
|
6354
|
-
static
|
|
6355
|
-
static
|
|
6356
|
-
static
|
|
6357
|
-
static
|
|
6358
|
-
static
|
|
6359
|
-
static
|
|
6360
|
-
static
|
|
6361
|
-
static
|
|
6362
|
-
static
|
|
6363
|
-
static
|
|
6364
|
-
static
|
|
6365
|
-
static
|
|
6366
|
-
static
|
|
6367
|
-
static
|
|
6368
|
-
static
|
|
6369
|
-
static
|
|
6370
|
-
static
|
|
6371
|
-
static
|
|
6372
|
-
static
|
|
6373
|
-
static
|
|
6374
|
-
static
|
|
6375
|
-
static
|
|
6376
|
-
static
|
|
6377
|
-
static
|
|
6378
|
-
static
|
|
6379
|
-
static
|
|
6380
|
-
static
|
|
6381
|
-
static
|
|
6382
|
-
static
|
|
6383
|
-
static
|
|
6384
|
-
static
|
|
6385
|
-
static
|
|
6386
|
-
static
|
|
6387
|
-
static
|
|
6388
|
-
static
|
|
6389
|
-
static
|
|
6390
|
-
static
|
|
6391
|
-
static
|
|
6392
|
-
static
|
|
6393
|
-
static
|
|
6394
|
-
static
|
|
6395
|
-
static
|
|
6396
|
-
static
|
|
6397
|
-
static
|
|
6398
|
-
static
|
|
6399
|
-
static
|
|
6400
|
-
static
|
|
6401
|
-
static
|
|
6402
|
-
static
|
|
6403
|
-
static
|
|
6404
|
-
static
|
|
6405
|
-
static
|
|
6406
|
-
static
|
|
6407
|
-
static
|
|
6408
|
-
static
|
|
6409
|
-
static
|
|
6410
|
-
static
|
|
6411
|
-
static
|
|
6412
|
-
static
|
|
6413
|
-
static
|
|
6414
|
-
static
|
|
6415
|
-
static
|
|
6416
|
-
static
|
|
6417
|
-
static
|
|
6418
|
-
static
|
|
6419
|
-
static
|
|
6420
|
-
static
|
|
6421
|
-
static
|
|
6422
|
-
static
|
|
6423
|
-
static
|
|
6424
|
-
static
|
|
6425
|
-
static
|
|
6426
|
-
static
|
|
6427
|
-
static
|
|
6428
|
-
static
|
|
6429
|
-
static
|
|
6430
|
-
static
|
|
6431
|
-
static
|
|
6432
|
-
static
|
|
6433
|
-
static
|
|
6434
|
-
static
|
|
6435
|
-
static
|
|
6436
|
-
static
|
|
6437
|
-
static
|
|
6438
|
-
static
|
|
6439
|
-
static
|
|
6440
|
-
static
|
|
6313
|
+
static aw(a: IWorkbookFont): boolean;
|
|
6314
|
+
static b3(a: CT_LblAlgn, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6315
|
+
static b4(a: CT_LblOffset, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6316
|
+
static cw(a: CT_Skip, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6317
|
+
static bp(a: CT_DispUnits, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6318
|
+
static bn(a: CT_CrossBetween, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6319
|
+
static bg(a: CT_AxisUnit, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6320
|
+
static bl(a: CT_BuiltInUnit, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6321
|
+
static bk(a: CT_BarSer, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6322
|
+
static b5(a: CT_LineSer, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6323
|
+
static cp(a: CT_PieSer, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6324
|
+
static be(a: CT_AreaSer, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6325
|
+
static c0(a: CT_SurfaceSer, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6326
|
+
static cs(a: CT_ScatterSer, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6327
|
+
static bu(a: CT_DPt, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6328
|
+
static cn(a: CT_PictureOptions, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6329
|
+
static b0(a: CT_Layout, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6330
|
+
static b8(a: CT_ManualLayout, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6331
|
+
static b2(a: CT_LayoutTarget, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6332
|
+
static b1(a: CT_LayoutMode, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6333
|
+
static c8(a: CT_Tx, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6334
|
+
static cy(a: CT_StrRef, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6335
|
+
static cx(a: CT_StrData, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6336
|
+
static cz(a: CT_StrVal, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6337
|
+
static bq(a: CT_DispUnitsLbl, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6338
|
+
static cr(a: CT_ScatterChart, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6339
|
+
static ct(a: CT_ScatterStyle, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6340
|
+
static cu(a: CT_SerTx, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6341
|
+
static bt(a: CT_DLbls, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6342
|
+
static c5(a: CT_Trendline, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6343
|
+
static cj(a: CT_Order, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6344
|
+
static bv(a: CT_ErrBars, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6345
|
+
static bf(a: CT_AxDataSource, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6346
|
+
static cf(a: CT_NumDataSource, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6347
|
+
static cv(a: CT_Shape_Chart, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6348
|
+
static fb(a: CT_CustomGeometry2D, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6349
|
+
static dm(a: CT_BlipFillProperties_DML, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6350
|
+
static d9(a: CT_PatternFillProperties, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6351
|
+
static dv(a: CT_EffectList, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6352
|
+
static du(a: CT_EffectContainer, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6353
|
+
static ef(a: CT_Scene3D, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6354
|
+
static eg(a: CT_Shape3D, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6355
|
+
static d7(a: CT_OfficeArtExtensionList, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6356
|
+
static fd(a: CT_GeomGuideList, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6357
|
+
static fa(a: CT_ComplementTransform, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6358
|
+
static ff(a: CT_InverseTransform, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6359
|
+
static fe(a: CT_GrayscaleTransform, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6360
|
+
static d0(a: CT_GammaTransform, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6361
|
+
static d5(a: CT_InverseGammaTransform, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6362
|
+
static dl(a: CT_Blip_DML, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6363
|
+
static da(a: CT_AlphaBiLevelEffect, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6364
|
+
static db(a: CT_AlphaCeilingEffect, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6365
|
+
static dc(a: CT_AlphaFloorEffect, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6366
|
+
static dd(a: CT_AlphaInverseEffect, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6367
|
+
static de(a: CT_AlphaModulateFixedEffect, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6368
|
+
static dg(a: CT_AlphaReplaceEffect, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6369
|
+
static dj(a: CT_BiLevelEffect, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6370
|
+
static dn(a: CT_BlurEffect, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6371
|
+
static dr(a: CT_ColorChangeEffect, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6372
|
+
static ds(a: CT_ColorReplaceEffect, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6373
|
+
static dt(a: CT_DuotoneEffect, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6374
|
+
static dy(a: CT_FillOverlayEffect, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6375
|
+
static d2(a: CT_GrayscaleEffect, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6376
|
+
static d3(a: CT_HSLEffect, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6377
|
+
static dw(a: CT_EffectReference, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6378
|
+
static df(a: CT_AlphaOutsetEffect, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6379
|
+
static dk(a: CT_BlendEffect, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6380
|
+
static dx(a: CT_FillEffect, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6381
|
+
static d1(a: CT_GlowEffect, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6382
|
+
static d4(a: CT_InnerShadowEffect, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6383
|
+
static d8(a: CT_OuterShadowEffect, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6384
|
+
static eb(a: CT_PresetShadowEffect, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6385
|
+
static ed(a: CT_ReflectionEffect, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6386
|
+
static ee(a: CT_RelativeOffsetEffect, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6387
|
+
static eh(a: CT_SoftEdgesEffect, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6388
|
+
static fc(a: CT_DashStopList, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6389
|
+
static fh(a: CT_LineJoinRound, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6390
|
+
static fg(a: CT_LineJoinBevel, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6391
|
+
static dp(a: CT_Camera, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6392
|
+
static d6(a: CT_LightRig, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6393
|
+
static dh(a: CT_Backdrop, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6394
|
+
static ei(a: CT_SphereCoords, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6395
|
+
static ea(a: CT_Point3D, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6396
|
+
static e9(a: CT_Vector3D, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6397
|
+
static di(a: CT_Bevel, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6398
|
+
static dq(a: CT_Color_DML, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6399
|
+
static cm(a: CT_PictureFormat, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6400
|
+
static co(a: CT_PictureStackUnit, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6401
|
+
static b9(a: CT_Marker_Chart, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6402
|
+
static cb(a: CT_MarkerStyle, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6403
|
+
static ca(a: CT_MarkerSize, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6404
|
+
static br(a: CT_DLbl, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6405
|
+
static cg(a: CT_NumFmt_Chart, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6406
|
+
static el(a: CT_TextBody_DML, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6407
|
+
static bs(a: CT_DLblPos, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6408
|
+
static bm(a: CT_ChartLines, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6409
|
+
static eu(a: CT_TextListStyle_DML, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6410
|
+
static ey(a: CT_TextParagraph_DML, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6411
|
+
static ec(a: CT_PresetTextShape, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6412
|
+
static ev(a: CT_TextNoAutofit, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6413
|
+
static ex(a: CT_TextNormalAutofit, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6414
|
+
static e0(a: CT_TextShapeAutofit, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6415
|
+
static dz(a: CT_FlatText, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6416
|
+
static e1(a: CT_TextSpacing, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6417
|
+
static em(a: CT_TextBulletColorFollowText, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6418
|
+
static en(a: CT_TextBulletSizeFollowText, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6419
|
+
static eo(a: CT_TextBulletSizePercent, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6420
|
+
static ep(a: CT_TextBulletSizePoint, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6421
|
+
static eq(a: CT_TextBulletTypefaceFollowText, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6422
|
+
static ew(a: CT_TextNoBullet, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6423
|
+
static ej(a: CT_TextAutonumberBullet, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6424
|
+
static er(a: CT_TextCharBullet, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6425
|
+
static ek(a: CT_TextBlipBullet, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6426
|
+
static e5(a: CT_TextTabStopList, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6427
|
+
static e2(a: CT_TextSpacingPercent, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6428
|
+
static e3(a: CT_TextSpacingPoint, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6429
|
+
static e4(a: CT_TextTabStop, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6430
|
+
static e8(a: CT_TextUnderlineLineFollowText, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6431
|
+
static e6(a: CT_TextUnderlineFillFollowText, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6432
|
+
static e7(a: CT_TextUnderlineFillGroupWrapper, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6433
|
+
static ez(a: CT_TextParagraphProperties_DML, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6434
|
+
static et(a: CT_TextLineBreak, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6435
|
+
static es(a: CT_TextField, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6436
|
+
static c7(a: CT_TrendlineType, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6437
|
+
static cl(a: CT_Period, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6438
|
+
static c6(a: CT_TrendlineLbl, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6439
|
+
static bx(a: CT_ErrDir, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6440
|
+
static bw(a: CT_ErrBarType, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6441
|
+
static by(a: CT_ErrValType, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6442
|
+
static ch(a: CT_NumRef, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6443
|
+
static ci(a: CT_NumVal, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6444
|
+
static ce(a: CT_NumData, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6445
|
+
static cd(a: CT_MultiLvlStrRef, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6446
|
+
static cc(a: CT_MultiLvlStrData, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6447
|
+
static b7(a: CT_Lvl, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6448
|
+
static cq(a: CT_Scaling, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6449
|
+
static b6(a: CT_LogBase, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6450
|
+
static ck(a: CT_Orientation, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6451
|
+
static bh(a: CT_AxPos, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6452
|
+
static c4(a: CT_Title, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6453
|
+
static c2(a: CT_TickMark, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6454
|
+
static c1(a: CT_TickLblPos, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6455
|
+
static bo(a: CT_Crosses, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6456
|
+
static bz(a: CT_Grouping, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6457
|
+
static bj(a: CT_BandFmts, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6458
|
+
static bi(a: CT_BandFmt, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6459
|
+
static c3(a: CT_TimeUnit, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e: string): void;
|
|
6460
|
+
static bd(a: CT_ExtensionList, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e?: string): void;
|
|
6461
|
+
static fi(a: List$1<CT_Extension>, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e?: string): void;
|
|
6462
|
+
static c9(a: CT_SeriesDataLabelsRange, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager, e?: string): void;
|
|
6441
6463
|
}
|
|
6442
6464
|
/**
|
|
6443
6465
|
* @hidden
|
|
@@ -8168,19 +8190,19 @@ export declare class ChartExDeserializer extends Base {
|
|
|
8168
8190
|
export declare class ChartSerializer extends Base {
|
|
8169
8191
|
static $t: Type;
|
|
8170
8192
|
constructor(a: Sheet);
|
|
8171
|
-
|
|
8172
|
-
|
|
8173
|
-
static
|
|
8174
|
-
private static
|
|
8175
|
-
private static bm;
|
|
8193
|
+
bd: Sheet;
|
|
8194
|
+
by(a: WorksheetChart, b: XmlPartManagerBase, c: WorkbookSaveManagerExcel2007, d: XmlWriteManager): void;
|
|
8195
|
+
static bz(a: XmlPartManagerBase, b: WorkbookSaveManagerExcel2007, c: XmlWriteManager, d: Sheet, e: string, f: ElementPosition, g: number, h: number, i: number, j: number, k?: boolean): void;
|
|
8196
|
+
private static b0;
|
|
8176
8197
|
private static bn;
|
|
8177
|
-
private static bg;
|
|
8178
|
-
private static be;
|
|
8179
|
-
private static bl;
|
|
8180
8198
|
private static bo;
|
|
8181
|
-
private static
|
|
8182
|
-
private static
|
|
8199
|
+
private static bh;
|
|
8200
|
+
private static bf;
|
|
8201
|
+
private static bm;
|
|
8183
8202
|
private static bp;
|
|
8203
|
+
private static bw;
|
|
8204
|
+
private static bx;
|
|
8205
|
+
private static bq;
|
|
8184
8206
|
private static as;
|
|
8185
8207
|
private static y;
|
|
8186
8208
|
private static o;
|
|
@@ -8191,8 +8213,8 @@ export declare class ChartSerializer extends Base {
|
|
|
8191
8213
|
private static s;
|
|
8192
8214
|
private static a1;
|
|
8193
8215
|
private static a0;
|
|
8194
|
-
private static bq;
|
|
8195
8216
|
private static br;
|
|
8217
|
+
private static bs;
|
|
8196
8218
|
private static j;
|
|
8197
8219
|
private static i;
|
|
8198
8220
|
private static h;
|
|
@@ -8210,10 +8232,10 @@ export declare class ChartSerializer extends Base {
|
|
|
8210
8232
|
private static au;
|
|
8211
8233
|
private static at;
|
|
8212
8234
|
private static ar;
|
|
8213
|
-
private static
|
|
8214
|
-
private static
|
|
8215
|
-
private static
|
|
8216
|
-
private static
|
|
8235
|
+
private static bv;
|
|
8236
|
+
private static b1;
|
|
8237
|
+
private static bg;
|
|
8238
|
+
private static bj;
|
|
8217
8239
|
static k(a: WorksheetChart, b: Series, c: number, d: boolean, e: WorkbookSaveManagerExcel2007): CT_BarSer;
|
|
8218
8240
|
static ab(a: WorksheetChart, b: Series, c: number, d: WorkbookSaveManagerExcel2007): CT_LineSer;
|
|
8219
8241
|
static d(a: WorksheetChart, b: Series, c: number, d: WorkbookSaveManagerExcel2007): CT_AreaSer;
|
|
@@ -8222,10 +8244,10 @@ export declare class ChartSerializer extends Base {
|
|
|
8222
8244
|
static ao(a: WorksheetChart, b: Series, c: number, d: WorkbookSaveManagerExcel2007): CT_RadarSer;
|
|
8223
8245
|
private static m;
|
|
8224
8246
|
private static av;
|
|
8225
|
-
private static
|
|
8247
|
+
private static bi;
|
|
8226
8248
|
private static g;
|
|
8249
|
+
private static bu;
|
|
8227
8250
|
private static bt;
|
|
8228
|
-
private static bs;
|
|
8229
8251
|
static a(a: IChartObject, b: number): ChartSolidFill;
|
|
8230
8252
|
private static w;
|
|
8231
8253
|
private static e;
|
|
@@ -8234,29 +8256,30 @@ export declare class ChartSerializer extends Base {
|
|
|
8234
8256
|
private static ae;
|
|
8235
8257
|
private static af;
|
|
8236
8258
|
static ai(a: any[]): CT_NumRef;
|
|
8237
|
-
static
|
|
8259
|
+
static a7(a: Sheet, b: ChartSolidFill): CT_SolidColorFillProperties;
|
|
8238
8260
|
static a2(a: Sheet, b: ChartGradientFill): CT_GradientFillProperties;
|
|
8239
|
-
static
|
|
8261
|
+
static a5(a: Sheet, b: ChartPatternFill): CT_PatternFillProperties;
|
|
8262
|
+
static be(a: Sheet, b: ChartEmptyFill): CT_NoFillProperties;
|
|
8240
8263
|
static x(a: Sheet, b: ElementPosition, c: number, d: number, e: Nullable$1<number>, f: Nullable$1<number>, g?: boolean, h?: boolean): CT_Layout;
|
|
8241
|
-
private static
|
|
8242
|
-
static
|
|
8264
|
+
private static bb;
|
|
8265
|
+
static ba(a: Sheet, b: number, c: Nullable$1<TextHorizontalOverflow>, d: Nullable$1<TextVerticalOverflow>, e: TextDirection, f: boolean, g: Nullable$1<VerticalTitleAlignment>): CT_TextBodyProperties_DML;
|
|
8243
8266
|
static ay(a: Sheet, b: CT_TextBodyProperties_DML, c: IWorkbookFont, d: ChartFillBase, e: FormattedString, f: ReadingOrder, g: SingleTargetFormula): CT_Tx;
|
|
8244
|
-
static
|
|
8245
|
-
static
|
|
8246
|
-
static
|
|
8267
|
+
static a8(a: CT_TextBodyProperties_DML, b: IWorkbookFont, c: FormattedString, d: ReadingOrder, e: Sheet, f?: ChartFillBase, g?: boolean): CT_TextBody_DML;
|
|
8268
|
+
static a9(a: Sheet, b: CT_TextBodyProperties_DML, c: IWorkbookFont, d: ChartFillBase, e: ReadingOrder): CT_TextBody_DML;
|
|
8269
|
+
static bc(a: Sheet, b: IWorkbookFont, c: ReadingOrder): CT_TextParagraphProperties_DML;
|
|
8247
8270
|
static a3(a: Sheet, b: ChartBorder): CT_LineProperties_DML;
|
|
8248
8271
|
static a4(a: Sheet, b: ChartLineBase, c: Nullable$1<BorderLineStyle>): CT_LineProperties_DML;
|
|
8249
|
-
static
|
|
8272
|
+
static a6(a: Sheet, b: ChartFillBase, c: ChartLineBase, d: Nullable$1<BorderLineStyle>): CT_ShapeProperties_DML;
|
|
8250
8273
|
static aw(a: Sheet, b: ChartTitle): CT_Title;
|
|
8251
8274
|
static ax(a: Sheet, b: Trendline): CT_Trendline;
|
|
8252
|
-
static
|
|
8275
|
+
static bk(a: Sheet, b: Series): List$1<CT_Trendline>;
|
|
8253
8276
|
static u(a: Sheet, b: Series): CT_DLbls;
|
|
8254
8277
|
static t(a: DataLabel, b: Series, c: number, d: Sheet): CT_DLbl;
|
|
8255
8278
|
static ac(a: Sheet, b: MarkerStyle, c: Nullable$1<number>, d: ChartFillBase, e: ChartBorder, f: Nullable$1<ChartType>): CT_Marker_Chart;
|
|
8256
8279
|
static ag(a: ChartLabelBase): CT_NumFmt_Chart;
|
|
8257
8280
|
static ah(a: string, b: boolean, c?: boolean): CT_NumFmt_Chart;
|
|
8258
8281
|
static az(a: UpDownBars, b: Sheet): CT_UpDownBars;
|
|
8259
|
-
static
|
|
8282
|
+
static bl(a: List$1<Axis>, b?: Nullable$1<AxisGroup>, c?: boolean): List$1<CT_UnsignedInt>;
|
|
8260
8283
|
}
|
|
8261
8284
|
/**
|
|
8262
8285
|
* @hidden
|
|
@@ -8488,12 +8511,13 @@ export declare class ConditionalFormattingSerializer extends Base {
|
|
|
8488
8511
|
*/
|
|
8489
8512
|
export declare class X14Serializer extends Base {
|
|
8490
8513
|
static $t: Type;
|
|
8491
|
-
static
|
|
8514
|
+
static g(a: XmlPartManagerBase, b: WorkbookSaveManagerExcel2007, c: XmlWriteManager, d: ConditionX14Wrapper): void;
|
|
8492
8515
|
static a(a: XmlPartManagerBase, b: WorkbookSaveManagerExcel2007, c: XmlWriteManager, d: ColorScaleConditionalFormat, e: string): void;
|
|
8493
8516
|
static b(a: XmlPartManagerBase, b: WorkbookSaveManagerExcel2007, c: XmlWriteManager, d: DataBarConditionalFormat, e: string, f: boolean): void;
|
|
8494
8517
|
static d(a: XmlPartManagerBase, b: WorkbookSaveManagerExcel2007, c: XmlWriteManager, d: IconSetConditionalFormat, e: string): void;
|
|
8495
8518
|
static e(a: XmlPartManagerBase, b: WorkbookSaveManagerExcel2007, c: XmlWriteManager, d: OperatorConditionalFormat, e: string): void;
|
|
8496
8519
|
static c(a: XmlPartManagerBase, b: WorkbookSaveManagerExcel2007, c: XmlWriteManager, d: FormulaConditionalFormat, e: string): void;
|
|
8520
|
+
static f(a: XmlPartManagerBase, b: WorkbookSaveManagerExcel2007, c: XmlWriteManager, d: TextOperatorConditionalFormat, e: string): void;
|
|
8497
8521
|
}
|
|
8498
8522
|
/**
|
|
8499
8523
|
* @hidden
|
|
@@ -8693,6 +8717,143 @@ export declare class ObjectModelChartsheetPartManager extends ChartsheetPartMana
|
|
|
8693
8717
|
private b6;
|
|
8694
8718
|
private b7;
|
|
8695
8719
|
}
|
|
8720
|
+
/**
|
|
8721
|
+
* @hidden
|
|
8722
|
+
*/
|
|
8723
|
+
export declare class ObjectModelMetadataPartManager extends MetadataPartManager {
|
|
8724
|
+
static $t: Type;
|
|
8725
|
+
static readonly a9: ObjectModelMetadataPartManager;
|
|
8726
|
+
constructor();
|
|
8727
|
+
a(): WorkItem$1<any>;
|
|
8728
|
+
b(a: any): WorkItem;
|
|
8729
|
+
protected u(a: any): WorkItem;
|
|
8730
|
+
get a7(): ObjectModelExcelDocumentManager;
|
|
8731
|
+
private static a8;
|
|
8732
|
+
private static ba;
|
|
8733
|
+
private static bb;
|
|
8734
|
+
private static bc;
|
|
8735
|
+
private static bd;
|
|
8736
|
+
private static be;
|
|
8737
|
+
private static bf;
|
|
8738
|
+
private static bg;
|
|
8739
|
+
}
|
|
8740
|
+
/**
|
|
8741
|
+
* @hidden
|
|
8742
|
+
*/
|
|
8743
|
+
export declare class ObjectModelRdArrayPartManager extends RdArrayPartManager {
|
|
8744
|
+
static $t: Type;
|
|
8745
|
+
static readonly a8: ObjectModelRdArrayPartManager;
|
|
8746
|
+
constructor();
|
|
8747
|
+
a(): WorkItem$1<any>;
|
|
8748
|
+
b(a: any): WorkItem;
|
|
8749
|
+
protected u(a: any): WorkItem;
|
|
8750
|
+
get a6(): ObjectModelExcelDocumentManager;
|
|
8751
|
+
private static a7;
|
|
8752
|
+
}
|
|
8753
|
+
/**
|
|
8754
|
+
* @hidden
|
|
8755
|
+
*/
|
|
8756
|
+
export declare class ObjectModelRdRichValuePartManager extends RdRichValuePartManager {
|
|
8757
|
+
static $t: Type;
|
|
8758
|
+
static readonly a8: ObjectModelRdRichValuePartManager;
|
|
8759
|
+
constructor();
|
|
8760
|
+
a(): WorkItem$1<any>;
|
|
8761
|
+
b(a: any): WorkItem;
|
|
8762
|
+
protected u(a: any): WorkItem;
|
|
8763
|
+
get a6(): ObjectModelExcelDocumentManager;
|
|
8764
|
+
private static a7;
|
|
8765
|
+
}
|
|
8766
|
+
/**
|
|
8767
|
+
* @hidden
|
|
8768
|
+
*/
|
|
8769
|
+
export declare class ObjectModelRdRichValueStructurePartManager extends RdRichValueStructurePartManager {
|
|
8770
|
+
static $t: Type;
|
|
8771
|
+
static readonly a8: ObjectModelRdRichValueStructurePartManager;
|
|
8772
|
+
constructor();
|
|
8773
|
+
a(): WorkItem$1<any>;
|
|
8774
|
+
b(a: any): WorkItem;
|
|
8775
|
+
protected u(a: any): WorkItem;
|
|
8776
|
+
get a6(): ObjectModelExcelDocumentManager;
|
|
8777
|
+
private static a7;
|
|
8778
|
+
}
|
|
8779
|
+
/**
|
|
8780
|
+
* @hidden
|
|
8781
|
+
*/
|
|
8782
|
+
export declare class ObjectModelRdRichValueTypesPartManager extends RdRichValueTypesPartManager {
|
|
8783
|
+
static $t: Type;
|
|
8784
|
+
static readonly a8: ObjectModelRdRichValueTypesPartManager;
|
|
8785
|
+
constructor();
|
|
8786
|
+
a(): WorkItem$1<any>;
|
|
8787
|
+
b(a: any): WorkItem;
|
|
8788
|
+
protected u(a: any): WorkItem;
|
|
8789
|
+
get a6(): ObjectModelExcelDocumentManager;
|
|
8790
|
+
private static a7;
|
|
8791
|
+
}
|
|
8792
|
+
/**
|
|
8793
|
+
* @hidden
|
|
8794
|
+
*/
|
|
8795
|
+
export declare class ObjectModelRdRichValueWebImagePartManager extends RdRichValueWebImagePartManager {
|
|
8796
|
+
static $t: Type;
|
|
8797
|
+
static readonly a8: ObjectModelRdRichValueWebImagePartManager;
|
|
8798
|
+
constructor();
|
|
8799
|
+
a(): WorkItem$1<any>;
|
|
8800
|
+
b(a: any): WorkItem;
|
|
8801
|
+
protected u(a: any): WorkItem;
|
|
8802
|
+
get a6(): ObjectModelExcelDocumentManager;
|
|
8803
|
+
private static a7;
|
|
8804
|
+
}
|
|
8805
|
+
/**
|
|
8806
|
+
* @hidden
|
|
8807
|
+
*/
|
|
8808
|
+
export declare class ObjectModelRdSupportingPropertyBagPartManager extends RdSupportingPropertyBagPartManager {
|
|
8809
|
+
static $t: Type;
|
|
8810
|
+
static readonly a8: ObjectModelRdSupportingPropertyBagPartManager;
|
|
8811
|
+
constructor();
|
|
8812
|
+
a(): WorkItem$1<any>;
|
|
8813
|
+
b(a: any): WorkItem;
|
|
8814
|
+
protected u(a: any): WorkItem;
|
|
8815
|
+
get a6(): ObjectModelExcelDocumentManager;
|
|
8816
|
+
private static a7;
|
|
8817
|
+
}
|
|
8818
|
+
/**
|
|
8819
|
+
* @hidden
|
|
8820
|
+
*/
|
|
8821
|
+
export declare class ObjectModelRdSupportingPropertyBagStructurePartManager extends RdSupportingPropertyBagStructurePartManager {
|
|
8822
|
+
static $t: Type;
|
|
8823
|
+
static readonly a8: ObjectModelRdSupportingPropertyBagStructurePartManager;
|
|
8824
|
+
constructor();
|
|
8825
|
+
a(): WorkItem$1<any>;
|
|
8826
|
+
b(a: any): WorkItem;
|
|
8827
|
+
protected u(a: any): WorkItem;
|
|
8828
|
+
get a6(): ObjectModelExcelDocumentManager;
|
|
8829
|
+
private static a7;
|
|
8830
|
+
}
|
|
8831
|
+
/**
|
|
8832
|
+
* @hidden
|
|
8833
|
+
*/
|
|
8834
|
+
export declare class ObjectModelRichStylesPartManager extends RichStylesPartManager {
|
|
8835
|
+
static $t: Type;
|
|
8836
|
+
static readonly a8: ObjectModelRichStylesPartManager;
|
|
8837
|
+
constructor();
|
|
8838
|
+
a(): WorkItem$1<any>;
|
|
8839
|
+
b(a: any): WorkItem;
|
|
8840
|
+
protected u(a: any): WorkItem;
|
|
8841
|
+
get a6(): ObjectModelExcelDocumentManager;
|
|
8842
|
+
private static a7;
|
|
8843
|
+
}
|
|
8844
|
+
/**
|
|
8845
|
+
* @hidden
|
|
8846
|
+
*/
|
|
8847
|
+
export declare class ObjectModelRichValueRelPartManager extends RichValueRelPartManager {
|
|
8848
|
+
static $t: Type;
|
|
8849
|
+
static readonly a8: ObjectModelRichValueRelPartManager;
|
|
8850
|
+
constructor();
|
|
8851
|
+
a(): WorkItem$1<any>;
|
|
8852
|
+
b(a: any): WorkItem;
|
|
8853
|
+
protected u(a: any): WorkItem;
|
|
8854
|
+
get a6(): ObjectModelExcelDocumentManager;
|
|
8855
|
+
private static a7;
|
|
8856
|
+
}
|
|
8696
8857
|
/**
|
|
8697
8858
|
* @hidden
|
|
8698
8859
|
*/
|