@office-open/core 0.7.1 → 0.8.1
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/README.md +20 -11
- package/dist/chart/index.d.mts +2 -2
- package/dist/chart/index.mjs +2 -2
- package/dist/{chart-ChqlyVeb.mjs → chart-CigYrDhf.mjs} +177 -32
- package/dist/drawingml/index.d.mts +2 -2
- package/dist/drawingml/index.mjs +2 -2
- package/dist/{drawingml-DQlhouyh.mjs → drawingml-B-2eEHAF.mjs} +2954 -2
- package/dist/{index-C4Wm3RBo.d.mts → index-Bh6s66Up.d.mts} +163 -2
- package/dist/index-Cj2Yf5mk.d.mts +52 -0
- package/dist/{index-Borh69Zs.d.mts → index-CoTp4wVf.d.mts} +1 -17
- package/dist/{index-f_Izh2dj.d.mts → index-D0N5Bw2M.d.mts} +44 -6
- package/dist/{index-C0lMGS9A.d.mts → index-DEvpdl1o.d.mts} +1610 -2
- package/dist/index.d.mts +59 -12
- package/dist/index.mjs +81 -19
- package/dist/smartart/index.d.mts +2 -2
- package/dist/smartart/index.mjs +1 -1
- package/dist/{smartart-Cx1qa6k_.mjs → smartart-9ZpWgmIy.mjs} +63 -8
- package/dist/theme/index.d.mts +2 -0
- package/dist/theme/index.mjs +2 -0
- package/dist/theme-FWD_20fH.mjs +80 -0
- package/dist/{values-zMCu5EoQ.mjs → values-BOWpTgBE.mjs} +1 -1
- package/dist/values.mjs +1 -1
- package/dist/{xml-components-xJkfJ6ff.mjs → xml-components-BuFdDxHN.mjs} +2 -33
- package/package.json +11 -3
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|

|
|
5
5
|

|
|
6
6
|
|
|
7
|
-
> Shared OOXML infrastructure
|
|
7
|
+
> Shared OOXML infrastructure — XML components, validators, converters, charts, SmartArt, and password hashing.
|
|
8
8
|
|
|
9
9
|
## Features
|
|
10
10
|
|
|
@@ -19,11 +19,17 @@
|
|
|
19
19
|
## Installation
|
|
20
20
|
|
|
21
21
|
```bash
|
|
22
|
-
#
|
|
23
|
-
|
|
22
|
+
# pnpm
|
|
23
|
+
pnpm add @office-open/core
|
|
24
24
|
|
|
25
|
-
#
|
|
26
|
-
|
|
25
|
+
# npm
|
|
26
|
+
npm install @office-open/core
|
|
27
|
+
|
|
28
|
+
# yarn
|
|
29
|
+
yarn add @office-open/core
|
|
30
|
+
|
|
31
|
+
# bun
|
|
32
|
+
bun add @office-open/core
|
|
27
33
|
```
|
|
28
34
|
|
|
29
35
|
## Quick Start
|
|
@@ -85,12 +91,15 @@ gen(); // → 1, 2, 3, ...
|
|
|
85
91
|
|
|
86
92
|
## Exports
|
|
87
93
|
|
|
88
|
-
| Path
|
|
89
|
-
|
|
|
90
|
-
| `@office-open/core`
|
|
91
|
-
| `@office-open/core/values`
|
|
92
|
-
| `@office-open/core/chart`
|
|
93
|
-
| `@office-open/core/smartart`
|
|
94
|
+
| Path | Contents |
|
|
95
|
+
| ----------------------------- | --------------------------------------------------------------------- |
|
|
96
|
+
| `@office-open/core` | XmlComponent, validators, converters, ID generators, password hashing |
|
|
97
|
+
| `@office-open/core/values` | Validators + ThemeColor/ThemeFont only |
|
|
98
|
+
| `@office-open/core/chart` | Chart types, series data, chart collection, title |
|
|
99
|
+
| `@office-open/core/smartart` | SmartArt data model, tree-to-model, definitions |
|
|
100
|
+
| `@office-open/core/drawingml` | DrawingML fills, outlines, effects, geometry, text body |
|
|
101
|
+
| `@office-open/core/patch` | Template patching utilities (replacer, traverser, token replacer) |
|
|
102
|
+
| `@office-open/core/theme` | Theme definitions and color schemes |
|
|
94
103
|
|
|
95
104
|
## Benchmark
|
|
96
105
|
|
package/dist/chart/index.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { A as
|
|
2
|
-
export { AllChartTypeOptions, Area3DChart, AreaChart, AxisChartType, Bar3DChart, BarChart, BubbleChart, BubbleChartOptions, type BubbleSeriesData, CatAx, ChartCollection, ChartData, ChartSeriesData, ChartSpace, ChartSpaceOptions, ChartTitle, ChartType, ChartTypeOptions, DoughnutChart, Line3DChart, LineChart, Pie3DChart, PieChart, RadarChart, ScatterChart, SerAx, StockChart, SurfaceChart, ValAx, createChartType, createNumRef, createStrRef };
|
|
1
|
+
import { A as DataLabelsOptions, B as TrendlineType, C as BubbleChartOptions, D as createChartType, E as ChartTypeOptions, F as ErrorBars, G as CatAx, H as View3DOptions, I as ErrorValueType, K as SerAx, L as TimeUnit, M as ErrorBarDirection, N as ErrorBarOptions, O as DataLabelPosition, P as ErrorBarType, R as Trendline, S as AxisChartType, T as ChartType, U as BubbleChart, V as View3D, W as BubbleSeriesData, _ as ChartCollection, a as Pie3DChart, b as ChartSpaceOptions, c as LineChart, d as BarChart, f as Area3DChart, g as createStrRef, h as createNumRef, i as RadarChart, j as DateAx, k as DataLabels, l as DoughnutChart, m as ChartTitle, n as StockChart, o as PieChart, p as AreaChart, q as ValAx, r as ScatterChart, s as Line3DChart, t as SurfaceChart, u as Bar3DChart, v as ChartData, w as ChartSeriesData, x as AllChartTypeOptions, y as ChartSpace, z as TrendlineOptions } from "../index-Bh6s66Up.mjs";
|
|
2
|
+
export { AllChartTypeOptions, Area3DChart, AreaChart, AxisChartType, Bar3DChart, BarChart, BubbleChart, BubbleChartOptions, type BubbleSeriesData, CatAx, ChartCollection, ChartData, ChartSeriesData, ChartSpace, ChartSpaceOptions, ChartTitle, ChartType, ChartTypeOptions, DataLabelPosition, DataLabels, DataLabelsOptions, DateAx, DoughnutChart, ErrorBarDirection, ErrorBarOptions, ErrorBarType, ErrorBars, ErrorValueType, Line3DChart, LineChart, Pie3DChart, PieChart, RadarChart, ScatterChart, SerAx, StockChart, SurfaceChart, TimeUnit, Trendline, TrendlineOptions, TrendlineType, ValAx, View3D, View3DOptions, createChartType, createNumRef, createStrRef };
|
package/dist/chart/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { C as ValAx, S as
|
|
2
|
-
export { Area3DChart, AreaChart, Bar3DChart, BarChart, BubbleChart, CatAx, ChartCollection, ChartSpace, ChartTitle, DoughnutChart, Line3DChart, LineChart, Pie3DChart, PieChart, RadarChart, ScatterChart, SerAx, StockChart, SurfaceChart, ValAx, createChartType, createNumRef, createStrRef };
|
|
1
|
+
import { A as createNumRef, C as ErrorValueType, D as View3D, E as TrendlineType, M as CatAx, N as SerAx, O as Area3DChart, P as ValAx, S as ErrorBars, T as Trendline, _ as DataLabelPosition, a as SurfaceChart, b as ErrorBarDirection, c as RadarChart, d as Line3DChart, f as LineChart, g as BarChart, h as Bar3DChart, i as createChartType, j as createStrRef, k as AreaChart, l as Pie3DChart, m as BubbleChart, n as ChartSpace, o as StockChart, p as DoughnutChart, r as ChartTitle, s as ScatterChart, t as ChartCollection, u as PieChart, v as DataLabels, w as TimeUnit, x as ErrorBarType, y as DateAx } from "../chart-CigYrDhf.mjs";
|
|
2
|
+
export { Area3DChart, AreaChart, Bar3DChart, BarChart, BubbleChart, CatAx, ChartCollection, ChartSpace, ChartTitle, DataLabelPosition, DataLabels, DateAx, DoughnutChart, ErrorBarDirection, ErrorBarType, ErrorBars, ErrorValueType, Line3DChart, LineChart, Pie3DChart, PieChart, RadarChart, ScatterChart, SerAx, StockChart, SurfaceChart, TimeUnit, Trendline, TrendlineType, ValAx, View3D, createChartType, createNumRef, createStrRef };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { a as BuilderElement, g as wrapEl, l as chartAttr, o as EmptyElement, y as XmlComponent } from "./xml-components-
|
|
1
|
+
import { a as BuilderElement, g as wrapEl, l as chartAttr, o as EmptyElement, y as XmlComponent } from "./xml-components-BuFdDxHN.mjs";
|
|
2
2
|
//#region src/chart/axes.ts
|
|
3
3
|
/**
|
|
4
4
|
* c:scaling — axis scaling configuration (minOccurs=1 in EG_AxShared).
|
|
5
5
|
*/
|
|
6
|
-
var Scaling = class extends XmlComponent {
|
|
6
|
+
var Scaling$1 = class extends XmlComponent {
|
|
7
7
|
constructor() {
|
|
8
8
|
super("c:scaling");
|
|
9
9
|
this.root.push(wrapEl("c:orientation", chartAttr({ val: "minMax" })));
|
|
@@ -19,7 +19,7 @@ var CatAx = class extends XmlComponent {
|
|
|
19
19
|
constructor(axId, crossAx) {
|
|
20
20
|
super("c:catAx");
|
|
21
21
|
this.root.push(wrapEl("c:axId", chartAttr({ val: axId })));
|
|
22
|
-
this.root.push(new Scaling());
|
|
22
|
+
this.root.push(new Scaling$1());
|
|
23
23
|
this.root.push(wrapEl("c:delete", chartAttr({ val: 0 })));
|
|
24
24
|
this.root.push(wrapEl("c:axPos", chartAttr({ val: "b" })));
|
|
25
25
|
this.root.push(wrapEl("c:crossAx", chartAttr({ val: crossAx })));
|
|
@@ -39,7 +39,7 @@ var ValAx = class extends XmlComponent {
|
|
|
39
39
|
constructor(axId, crossAx) {
|
|
40
40
|
super("c:valAx");
|
|
41
41
|
this.root.push(wrapEl("c:axId", chartAttr({ val: axId })));
|
|
42
|
-
this.root.push(new Scaling());
|
|
42
|
+
this.root.push(new Scaling$1());
|
|
43
43
|
this.root.push(wrapEl("c:delete", chartAttr({ val: 0 })));
|
|
44
44
|
this.root.push(wrapEl("c:axPos", chartAttr({ val: "l" })));
|
|
45
45
|
this.root.push(wrapEl("c:numFmt", chartAttr({
|
|
@@ -55,7 +55,7 @@ var SerAx = class extends XmlComponent {
|
|
|
55
55
|
constructor(axId, crossAx) {
|
|
56
56
|
super("c:serAx");
|
|
57
57
|
this.root.push(wrapEl("c:axId", chartAttr({ val: axId })));
|
|
58
|
-
this.root.push(new Scaling());
|
|
58
|
+
this.root.push(new Scaling$1());
|
|
59
59
|
this.root.push(wrapEl("c:delete", chartAttr({ val: 0 })));
|
|
60
60
|
this.root.push(wrapEl("c:axPos", chartAttr({ val: "b" })));
|
|
61
61
|
this.root.push(wrapEl("c:numFmt", chartAttr({
|
|
@@ -211,6 +211,166 @@ var SeriesVal$10 = class extends XmlComponent {
|
|
|
211
211
|
}
|
|
212
212
|
};
|
|
213
213
|
//#endregion
|
|
214
|
+
//#region src/chart/extensions.ts
|
|
215
|
+
/**
|
|
216
|
+
* Chart extensions — trendlines, error bars, date axis, data labels, 3D view.
|
|
217
|
+
*
|
|
218
|
+
* These components are used inside chart series (trendline, errBars),
|
|
219
|
+
* plot area axes (dateAx), and chart space (view3D).
|
|
220
|
+
*
|
|
221
|
+
* @module
|
|
222
|
+
*/
|
|
223
|
+
const TrendlineType = {
|
|
224
|
+
EXP: "exp",
|
|
225
|
+
LINEAR: "linear",
|
|
226
|
+
LOG: "log",
|
|
227
|
+
MOVING_AVG: "movingAvg",
|
|
228
|
+
POLY: "poly",
|
|
229
|
+
POWER: "power"
|
|
230
|
+
};
|
|
231
|
+
/**
|
|
232
|
+
* c:trendline — a trendline on a chart series.
|
|
233
|
+
*
|
|
234
|
+
* XSD: CT_Trendline (dml-chart.xsd)
|
|
235
|
+
*/
|
|
236
|
+
var Trendline = class extends XmlComponent {
|
|
237
|
+
constructor(options) {
|
|
238
|
+
super("c:trendline");
|
|
239
|
+
if (options.name !== void 0) this.root.push(options.name);
|
|
240
|
+
this.root.push(wrapEl("c:trendlineType", chartAttr({ val: options.type ?? TrendlineType.LINEAR })));
|
|
241
|
+
if (options.order !== void 0) this.root.push(wrapEl("c:order", chartAttr({ val: options.order })));
|
|
242
|
+
if (options.period !== void 0) this.root.push(wrapEl("c:period", chartAttr({ val: options.period })));
|
|
243
|
+
if (options.forward !== void 0) this.root.push(wrapEl("c:forward", chartAttr({ val: options.forward })));
|
|
244
|
+
if (options.backward !== void 0) this.root.push(wrapEl("c:backward", chartAttr({ val: options.backward })));
|
|
245
|
+
if (options.intercept !== void 0) this.root.push(wrapEl("c:intercept", chartAttr({ val: options.intercept })));
|
|
246
|
+
if (options.dispRSqr) this.root.push(wrapEl("c:dispRSqr", chartAttr({ val: 1 })));
|
|
247
|
+
if (options.dispEq) this.root.push(wrapEl("c:dispEq", chartAttr({ val: 1 })));
|
|
248
|
+
}
|
|
249
|
+
};
|
|
250
|
+
const ErrorBarDirection = {
|
|
251
|
+
BOTH: "both",
|
|
252
|
+
X: "x",
|
|
253
|
+
Y: "y"
|
|
254
|
+
};
|
|
255
|
+
const ErrorBarType = {
|
|
256
|
+
BOTH: "both",
|
|
257
|
+
MINUS: "minus",
|
|
258
|
+
PLUS: "plus"
|
|
259
|
+
};
|
|
260
|
+
const ErrorValueType = {
|
|
261
|
+
CUST: "cust",
|
|
262
|
+
FIXED: "fixedVal",
|
|
263
|
+
PERCENTAGE: "percentage",
|
|
264
|
+
STD_DEV: "stdDev",
|
|
265
|
+
STD_ERR: "stdErr"
|
|
266
|
+
};
|
|
267
|
+
/**
|
|
268
|
+
* c:errBars — error bars on a chart series.
|
|
269
|
+
*
|
|
270
|
+
* XSD: CT_ErrBars (dml-chart.xsd)
|
|
271
|
+
*/
|
|
272
|
+
var ErrorBars = class extends XmlComponent {
|
|
273
|
+
constructor(options) {
|
|
274
|
+
super("c:errBars");
|
|
275
|
+
if (options.direction !== void 0) this.root.push(wrapEl("c:errDir", chartAttr({ val: options.direction })));
|
|
276
|
+
this.root.push(wrapEl("c:errBarType", chartAttr({ val: options.barType ?? ErrorBarType.BOTH })));
|
|
277
|
+
this.root.push(wrapEl("c:errValType", chartAttr({ val: options.valueType ?? ErrorValueType.STD_ERR })));
|
|
278
|
+
if (options.noEndCap) this.root.push(wrapEl("c:noEndCap", chartAttr({ val: 1 })));
|
|
279
|
+
if (options.value !== void 0) this.root.push(wrapEl("c:val", chartAttr({ val: options.value })));
|
|
280
|
+
}
|
|
281
|
+
};
|
|
282
|
+
const DataLabelPosition = {
|
|
283
|
+
BEST_FIT: "bestFit",
|
|
284
|
+
BOTTOM: "b",
|
|
285
|
+
CENTER: "ctr",
|
|
286
|
+
IN_BASE: "inBase",
|
|
287
|
+
IN_END: "inEnd",
|
|
288
|
+
LEFT: "l",
|
|
289
|
+
OUT_END: "outEnd",
|
|
290
|
+
RIGHT: "r",
|
|
291
|
+
TOP: "t"
|
|
292
|
+
};
|
|
293
|
+
/**
|
|
294
|
+
* c:dLbls — data labels settings for a chart series.
|
|
295
|
+
*
|
|
296
|
+
* Implements EG_DLblShared group from dml-chart.xsd.
|
|
297
|
+
*/
|
|
298
|
+
var DataLabels = class extends XmlComponent {
|
|
299
|
+
constructor(options) {
|
|
300
|
+
super("c:dLbls");
|
|
301
|
+
if (options.numFmt !== void 0) this.root.push(wrapEl("c:numFmt", chartAttr({
|
|
302
|
+
formatCode: options.numFmt,
|
|
303
|
+
sourceLinked: 0
|
|
304
|
+
})));
|
|
305
|
+
this.root.push(new BuilderElement({ name: "c:spPr" }));
|
|
306
|
+
if (options.position !== void 0) this.root.push(wrapEl("c:dLblPos", chartAttr({ val: options.position })));
|
|
307
|
+
if (options.showLegendKey) this.root.push(wrapEl("c:showLegendKey", chartAttr({ val: 1 })));
|
|
308
|
+
if (options.showVal) this.root.push(wrapEl("c:showVal", chartAttr({ val: 1 })));
|
|
309
|
+
if (options.showCatName) this.root.push(wrapEl("c:showCatName", chartAttr({ val: 1 })));
|
|
310
|
+
if (options.showSerName) this.root.push(wrapEl("c:showSerName", chartAttr({ val: 1 })));
|
|
311
|
+
if (options.showPercent) this.root.push(wrapEl("c:showPercent", chartAttr({ val: 1 })));
|
|
312
|
+
if (options.showBubbleSize) this.root.push(wrapEl("c:showBubbleSize", chartAttr({ val: 1 })));
|
|
313
|
+
if (options.separator !== void 0) this.root.push(new SeparatorElement(options.separator));
|
|
314
|
+
}
|
|
315
|
+
};
|
|
316
|
+
var SeparatorElement = class extends XmlComponent {
|
|
317
|
+
constructor(val) {
|
|
318
|
+
super("c:separator");
|
|
319
|
+
this.root.push(val);
|
|
320
|
+
}
|
|
321
|
+
};
|
|
322
|
+
const TimeUnit = {
|
|
323
|
+
DAYS: "days",
|
|
324
|
+
MONTHS: "months",
|
|
325
|
+
YEARS: "years"
|
|
326
|
+
};
|
|
327
|
+
/**
|
|
328
|
+
* c:dateAx — date axis for time-series data.
|
|
329
|
+
*
|
|
330
|
+
* XSD: CT_DateAx (dml-chart.xsd)
|
|
331
|
+
*/
|
|
332
|
+
var DateAx = class extends XmlComponent {
|
|
333
|
+
constructor(axId, crossAx) {
|
|
334
|
+
super("c:dateAx");
|
|
335
|
+
this.root.push(wrapEl("c:axId", chartAttr({ val: axId })));
|
|
336
|
+
this.root.push(new Scaling());
|
|
337
|
+
this.root.push(wrapEl("c:delete", chartAttr({ val: 0 })));
|
|
338
|
+
this.root.push(wrapEl("c:axPos", chartAttr({ val: "b" })));
|
|
339
|
+
this.root.push(wrapEl("c:numFmt", chartAttr({
|
|
340
|
+
formatCode: "General",
|
|
341
|
+
sourceLinked: 1
|
|
342
|
+
})));
|
|
343
|
+
this.root.push(new BuilderElement({ name: "c:spPr" }));
|
|
344
|
+
this.root.push(wrapEl("c:crossAx", chartAttr({ val: crossAx })));
|
|
345
|
+
this.root.push(wrapEl("c:crosses", chartAttr({ val: "autoZero" })));
|
|
346
|
+
this.root.push(wrapEl("c:auto", chartAttr({ val: 1 })));
|
|
347
|
+
this.root.push(wrapEl("c:lblOffset", chartAttr({ val: 100 })));
|
|
348
|
+
}
|
|
349
|
+
};
|
|
350
|
+
var Scaling = class extends XmlComponent {
|
|
351
|
+
constructor() {
|
|
352
|
+
super("c:scaling");
|
|
353
|
+
this.root.push(wrapEl("c:orientation", chartAttr({ val: "minMax" })));
|
|
354
|
+
}
|
|
355
|
+
};
|
|
356
|
+
/**
|
|
357
|
+
* c:view3D — 3D view properties for 3D charts.
|
|
358
|
+
*
|
|
359
|
+
* XSD: CT_View3D (dml-chart.xsd)
|
|
360
|
+
*/
|
|
361
|
+
var View3D = class extends XmlComponent {
|
|
362
|
+
constructor(options) {
|
|
363
|
+
super("c:view3D");
|
|
364
|
+
const opts = options ?? {};
|
|
365
|
+
if (opts.rotX !== void 0) this.root.push(wrapEl("c:rotX", chartAttr({ val: opts.rotX })));
|
|
366
|
+
if (opts.heightPercent !== void 0) this.root.push(wrapEl("c:hPercent", chartAttr({ val: opts.heightPercent })));
|
|
367
|
+
if (opts.rotY !== void 0) this.root.push(wrapEl("c:rotY", chartAttr({ val: opts.rotY })));
|
|
368
|
+
if (opts.depthPercent !== void 0) this.root.push(wrapEl("c:depthPercent", chartAttr({ val: opts.depthPercent })));
|
|
369
|
+
if (opts.rightAngleAxes !== void 0) this.root.push(wrapEl("c:rAngAx", chartAttr({ val: opts.rightAngleAxes ? 1 : 0 })));
|
|
370
|
+
if (opts.perspective !== void 0) this.root.push(wrapEl("c:perspective", chartAttr({ val: opts.perspective })));
|
|
371
|
+
}
|
|
372
|
+
};
|
|
373
|
+
//#endregion
|
|
214
374
|
//#region src/chart/chart-types/bar-chart.ts
|
|
215
375
|
var BarChart = class extends XmlComponent {
|
|
216
376
|
constructor(options) {
|
|
@@ -229,6 +389,9 @@ var BarSeries = class extends XmlComponent {
|
|
|
229
389
|
this.root.push(wrapEl("c:order", chartAttr({ val: index })));
|
|
230
390
|
this.root.push(new SeriesTx$11(series.name));
|
|
231
391
|
this.root.push(new EmptyElement("c:spPr"));
|
|
392
|
+
if (series.dataLabels) this.root.push(new DataLabels(series.dataLabels));
|
|
393
|
+
if (series.trendlines) for (const tl of series.trendlines) this.root.push(new Trendline(tl));
|
|
394
|
+
if (series.errorBars) this.root.push(new ErrorBars(series.errorBars));
|
|
232
395
|
this.root.push(new SeriesCat$8(categories));
|
|
233
396
|
this.root.push(new SeriesVal$9(series.values));
|
|
234
397
|
}
|
|
@@ -452,6 +615,9 @@ var LineSeries = class extends XmlComponent {
|
|
|
452
615
|
this.root.push(wrapEl("c:order", chartAttr({ val: index })));
|
|
453
616
|
this.root.push(new SeriesTx$7(series.name));
|
|
454
617
|
this.root.push(new EmptyElement("c:spPr"));
|
|
618
|
+
if (series.dataLabels) this.root.push(new DataLabels(series.dataLabels));
|
|
619
|
+
if (series.trendlines) for (const tl of series.trendlines) this.root.push(new Trendline(tl));
|
|
620
|
+
if (series.errorBars) this.root.push(new ErrorBars(series.errorBars));
|
|
455
621
|
this.root.push(new SeriesCat$5(categories));
|
|
456
622
|
this.root.push(new SeriesVal$6(series.values));
|
|
457
623
|
}
|
|
@@ -649,6 +815,9 @@ var ScatterSeries = class extends XmlComponent {
|
|
|
649
815
|
this.root.push(wrapEl("c:order", chartAttr({ val: index })));
|
|
650
816
|
this.root.push(new SeriesTx$2(series.name));
|
|
651
817
|
this.root.push(new EmptyElement("c:spPr"));
|
|
818
|
+
if (series.dataLabels) this.root.push(new DataLabels(series.dataLabels));
|
|
819
|
+
if (series.trendlines) for (const tl of series.trendlines) this.root.push(new Trendline(tl));
|
|
820
|
+
if (series.errorBars) this.root.push(new ErrorBars(series.errorBars));
|
|
652
821
|
this.root.push(new SeriesXVal(categories));
|
|
653
822
|
this.root.push(new SeriesYVal(series.values));
|
|
654
823
|
}
|
|
@@ -901,7 +1070,7 @@ var ChartSpace = class extends XmlComponent {
|
|
|
901
1070
|
type: options.type,
|
|
902
1071
|
threeD: options.threeD
|
|
903
1072
|
}));
|
|
904
|
-
if (!(
|
|
1073
|
+
if (!new Set(["pie", "doughnut"]).has(options.type)) if (options.type === "scatter" || options.type === "bubble") {
|
|
905
1074
|
plotArea["root"].push(new ValAx(10, 20));
|
|
906
1075
|
plotArea["root"].push(new ValAx(20, 10));
|
|
907
1076
|
} else if (options.type === "stock") {
|
|
@@ -919,7 +1088,7 @@ var ChartSpace = class extends XmlComponent {
|
|
|
919
1088
|
chart["root"].push(plotArea);
|
|
920
1089
|
if (options.showLegend !== false) chart["root"].push(createLegend());
|
|
921
1090
|
this.root.push(chart);
|
|
922
|
-
this.root.push(
|
|
1091
|
+
this.root.push(createNoFillSpPr());
|
|
923
1092
|
this.root.push(createChartTxPr());
|
|
924
1093
|
}
|
|
925
1094
|
};
|
|
@@ -970,30 +1139,6 @@ function createNoFillSpPr() {
|
|
|
970
1139
|
spPr["root"].push(new BuilderElement({ name: "a:effectLst" }));
|
|
971
1140
|
return spPr;
|
|
972
1141
|
}
|
|
973
|
-
function createChartSpPr() {
|
|
974
|
-
const spPr = new class extends XmlComponent {
|
|
975
|
-
constructor() {
|
|
976
|
-
super("c:spPr");
|
|
977
|
-
}
|
|
978
|
-
}();
|
|
979
|
-
spPr["root"].push(new class extends XmlComponent {
|
|
980
|
-
constructor() {
|
|
981
|
-
super("a:noFill");
|
|
982
|
-
}
|
|
983
|
-
}());
|
|
984
|
-
spPr["root"].push(new class extends XmlComponent {
|
|
985
|
-
constructor() {
|
|
986
|
-
super("a:ln");
|
|
987
|
-
this.root.push(new class extends XmlComponent {
|
|
988
|
-
constructor() {
|
|
989
|
-
super("a:noFill");
|
|
990
|
-
}
|
|
991
|
-
}());
|
|
992
|
-
}
|
|
993
|
-
}());
|
|
994
|
-
spPr["root"].push(new BuilderElement({ name: "a:effectLst" }));
|
|
995
|
-
return spPr;
|
|
996
|
-
}
|
|
997
1142
|
function createChartTxPr() {
|
|
998
1143
|
const txPr = new class extends XmlComponent {
|
|
999
1144
|
constructor() {
|
|
@@ -1094,4 +1239,4 @@ var ChartCollection = class {
|
|
|
1094
1239
|
}
|
|
1095
1240
|
};
|
|
1096
1241
|
//#endregion
|
|
1097
|
-
export {
|
|
1242
|
+
export { createNumRef$1 as A, ErrorValueType as C, View3D as D, TrendlineType as E, CatAx as M, SerAx as N, Area3DChart as O, ValAx as P, ErrorBars as S, Trendline as T, DataLabelPosition as _, SurfaceChart as a, ErrorBarDirection as b, RadarChart as c, Line3DChart as d, LineChart as f, BarChart as g, Bar3DChart as h, createChartType as i, createStrRef$1 as j, AreaChart as k, Pie3DChart as l, BubbleChart as m, ChartSpace as n, StockChart as o, DoughnutChart as p, ChartTitle as r, ScatterChart as s, ChartCollection as t, PieChart as u, DataLabels as v, TimeUnit as w, ErrorBarType as x, DateAx as y };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { $ as RectAlignment, $t as createSolidFill, A as createBevel, At as FillOptions, B as createSoftEdgeEffect, Bt as RelativeRect, C as GeometryGuide, Ct as createGroupFill, D as createShape3D, Dt as createNoFill, E as Shape3DOptions, Et as createPatternFill, F as Point3D, Ft as GradientShadeOptions, G as EffectListOptions, Gt as TileOptions, H as EffectDagOptions, Ht as createGradientFill, I as Scene3DOptions, It as GradientStop, J as createReflectionEffect, Jt as createSourceRectangle, K as createEffectList, Kt as createTileInfo, L as SphereCoords, Lt as LinearShadeOptions, M as BackdropOptions, Mt as buildFill, N as CameraOptions, Nt as extractBlipFillMedia, O as BevelOptions, Ot as BlipFillConfigOptions, P as LightRigOptions, Pt as GradientFillOptions, Q as OuterShadowEffectOptions, Qt as createColorElement, R as Vector3D, Rt as PathShadeOptions, S as PresetGeometryOptions, St as createCustomDash, T as PresetMaterialType, Tt as PresetPattern, U as createEffectDag, Ut as createGradientStop, V as EffectContainerType, Vt as TileFlipMode, W as BlurEffectOptions, Wt as TileAlignment, X as PresetShadowVal, Xt as createBlipEffects, Y as PresetShadowEffectOptions, Yt as BlipEffectsOptions, Z as createPresetShadowEffect, Zt as SolidFillOptions, _ as PathCommand, _t as LineEndOptions, a as Transform2DOptions, an as createSchemeColor, at as BlendMode, b as createCustomGeometry, bt as createLineEnd, c as Stretch, cn as RgbColorOptions, ct as CompoundLine, d as createBlipFill, dn as PresetColorOptions, dt as OutlineFillProperties, en as SystemColor, et as createOuterShadowEffect, f as BlipOptions, fn as createPresetColor, ft as OutlineOptions, g as GeomRect, gn as createColorTransforms, gt as LineEndLength, h as CustomGeometryOptions, hn as ColorTransformOptions, ht as createOutline, i as GroupTransform2DOptions, in as SchemeColorOptions, it as createGlowEffect, j as createBottomBevel, jt as GradientStopOptions, k as BevelPresetType, kt as BlipFillMediaData, l as createExtentionList, ln as createRgbColor, lt as LineCap, m as ConnectionSite, mn as createHslColor, mt as PresetDash, n as MediaTransformation, nn as createSystemColor, nt as createInnerShadowEffect, o as createGroupTransform2D, on as ScRgbColorOptions, ot as FillOverlayEffectOptions, p as createBlip, pn as HslColorOptions, pt as PenAlignment, q as ReflectionEffectOptions, qt as SourceRectangleOptions, r as createTransformation, rn as SchemeColor, rt as GlowEffectOptions, s as createTransform2D, sn as createScRgbColor, st as createFillOverlayEffect, t as MediaDataTransformation, tn as SystemColorOptions, tt as InnerShadowEffectOptions, u as BlipFillOptions, un as PresetColor, ut as LineJoin, v as PathFillMode, vt as LineEndType, w as createAdjustmentValues, wt as PatternFillOptions, x as PresetGeometry, xt as DashStop, y as PathOptions, yt as LineEndWidth, z as createScene3D, zt as PathShadeType } from "../index-C0lMGS9A.mjs";
|
|
2
|
-
export { type BackdropOptions, type BevelOptions, BevelPresetType, BlendMode, type BlipEffectsOptions, type BlipFillConfigOptions, type BlipFillMediaData, type BlipFillOptions, type BlipOptions, type BlurEffectOptions, type CameraOptions, type ColorTransformOptions, CompoundLine, type ConnectionSite, type CustomGeometryOptions, type DashStop, type EffectContainerType, type EffectDagOptions, type EffectListOptions, type FillOptions, type FillOverlayEffectOptions, type GeomRect, type GeometryGuide, type GlowEffectOptions, type GradientFillOptions, type GradientShadeOptions, type GradientStop, type GradientStopOptions, type GroupTransform2DOptions, type HslColorOptions, type InnerShadowEffectOptions, type LightRigOptions, LineCap, LineEndLength, type LineEndOptions, LineEndType, LineEndWidth, LineJoin, type LinearShadeOptions, type MediaDataTransformation, type MediaTransformation, type OuterShadowEffectOptions, type OutlineFillProperties, type OutlineOptions, type PathCommand, type PathFillMode, type PathOptions, type PathShadeOptions, PathShadeType, type PatternFillOptions, PenAlignment, type Point3D, PresetColor, type PresetColorOptions, PresetDash, PresetGeometry, type PresetGeometryOptions, PresetMaterialType, PresetPattern, type PresetShadowEffectOptions, PresetShadowVal, RectAlignment, type ReflectionEffectOptions, type RelativeRect, type RgbColorOptions, type ScRgbColorOptions, type Scene3DOptions, SchemeColor, type SchemeColorOptions, type Shape3DOptions, type SolidFillOptions, type SourceRectangleOptions, type SphereCoords, Stretch, SystemColor, type SystemColorOptions, TileAlignment, TileFlipMode, type TileOptions, type Transform2DOptions, type Vector3D, buildFill, createAdjustmentValues, createBevel, createBlip, createBlipEffects, createBlipFill, createBottomBevel, createColorElement, createColorTransforms, createCustomDash, createCustomGeometry, createEffectDag, createEffectList, createExtentionList, createFillOverlayEffect, createGlowEffect, createGradientFill, createGradientStop, createGroupFill, createGroupTransform2D, createHslColor, createInnerShadowEffect, createLineEnd, createNoFill, createOuterShadowEffect, createOutline, createPatternFill, createPresetColor, createPresetShadowEffect, createReflectionEffect, createRgbColor, createScRgbColor, createScene3D, createSchemeColor, createShape3D, createSoftEdgeEffect, createSolidFill, createSourceRectangle, createSystemColor, createTileInfo, createTransform2D, createTransformation, extractBlipFillMedia };
|
|
1
|
+
import { $ as createSp, $a as createCdrCNvGrpSpPr, $c as PresetColor, $i as createOfPieChart, $n as createWpSpPr, $o as BlipFillOptions, $r as createCustUnit, $s as LineJoin, $t as StyleDefHdrOptions, A as createGrpSp, Aa as createSplitPos, Ac as TileFlipMode, Ai as createLegacyDrawingHF, An as WpGroupOptions, Ao as createPictureLocking, Ar as createXdrSpPr, As as EffectContainerType, At as ColorListOptions, B as createLnDef, Ba as createUpDownBars, Bc as SolidFillOptions, Bi as createMax, Bn as createWpCNvGrpSpPr, Bo as TableTextStyleOptions, Br as createAutoUpdate, Bs as createPresetShadowEffect, Bt as createLinClrLst, C as createCxnSpLocks, Ca as createShowNegBubbles, Cc as GradientFillOptions, Ci as createHeaderFooter, Cn as createChPref, Co as createCdrY, Cr as createXdrNvPicPr, Cs as LightRigOptions, Ct as DiagramExtensionOptions, D as createExtraClrScheme, Da as createSize, Dc as PathShadeOptions, Di as createLayoutTarget, Dn as WpCanvasOptions, Do as ShapeLockingOptions, Dr as createXdrRow, Ds as Vector3D, Dt as createDiagramTxPr, E as createEndCxn, Ea as createSideWall, Ec as LinearShadeOptions, Ei as createInvertIfNegative, En as createPresLayoutVars, Eo as PictureLockingOptions, Er as createXdrPic, Es as SphereCoords, Et as createDiagramSp3d, F as createHlinkMouseOver, Fa as createThickness, Fc as createTileInfo, Fi as createMajorTickMark, Fn as createWpBg, Fo as TableCellStyleOptions, Fr as PageMarginsOptions, Fs as createEffectList, Ft as HueDirection, G as createNvPicPr, Ga as createX, Gc as createSystemColor, Gi as createMinorUnit, Gn as createWpExtLst, Go as MediaTransformation, Gr as createBubble3D, Gs as createInnerShadowEffect, Gt as ColorsDefHdrLstOptions, H as createNvCxnSpPr, Ha as createUserShapes, Hc as createSolidFill, Hi as createMinorGridlines, Hn as createWpCNvSpPr, Ho as createTableStyle, Hr as createBandFmt, Hs as RectAlignment, Ht as createTxEffectClrLst, I as createInsideH, Ia as createTickLblPos, Ic as SourceRectangleOptions, Ii as createMajorTimeUnit, In as createWpBodyPr, Io as TablePartStyleOptions, Ir as PageSetupOptions, Is as ReflectionEffectOptions, It as StyleMatrixIndex, J as createPic, Ja as createYMode, Jc as createSchemeColor, Ji as createMultiLvlStrRef, Jn as createWpGrpSpPr, Jo as Transform2DOptions, Jr as createChartObject, Js as BlendMode, Jt as DiagramDescriptionOptions, K as createNvSpPr, Ka as createXMode, Kc as SchemeColor, Ki as createMinus, Kn as createWpGraphicFrame, Ko as createTransformation, Kr as createBubbleScale, Ks as GlowEffectOptions, Kt as ColorsDefHdrOptions, L as createInsideV, La as createTickMarkSkip, Lc as createSourceRectangle, Li as createMajorUnit, Ln as createWpCNvCnPr, Lo as TableStyleListOptions, Lr as createApplyToEnd, Ls as createReflectionEffect, Lt as createDiagramStyle, M as createHeader, Ma as createStrLit, Mc as createGradientStop, Mi as createLogBase, Mn as WpNonVisualDrawingPropsOptions, Mo as OnOffStyleType, Mr as createXdrTo, Ms as createEffectDag, Mt as DiagramStyleLblOptions, N as createHeaders, Na as createSurface3DChart, Nc as TileAlignment, Ni as createLvl, Nn as WpShapeOptions, No as StyleMatrixReferenceOptions, Nr as createXdrTwoCellAnchor, Ns as BlurEffectOptions, Nt as DiagramStyleOptions, O as createFontElement, Oa as createSizeRepresents, Oc as PathShadeType, Oi as createLblAlgn, On as WpContentPartOptions, Oo as createGraphicFrameLocking, Or as createXdrRowOff, Os as createScene3D, Ot as DiagramRelIdsOptions, P as createHighlight, Pa as createSymbol, Pc as TileOptions, Pi as createMajorGridlines, Pn as WpTextboxOptions, Po as TableCellBorderOptions, Pr as createXdrTxBody, Ps as EffectListOptions, Pt as FontCollectionIndex, Q as createSnd, Qa as createCdrCNvGraphicFramePr, Qc as createRgbColor, Qi as createOddHeader, Qn as createWpSp, Qo as createExtentionList, Qr as createCustSplit, Qs as LineCap, Qt as StyleDefHdrLstOptions, R as createLeft, Ra as createTrendlineLbl, Rc as BlipEffectsOptions, Ri as createManualLayout, Rn as createWpCNvContentPartPr, Ro as TableStyleOptions, Rr as createApplyToFront, Rs as PresetShadowEffectOptions, Rt as createEffectClrLst, S as createCxnSp, Sa as createShowLeaderLines, Sc as extractBlipFillMedia, Si as createHMode, Sn as createChMax, So as createCdrXfrm, Sr as createXdrNvGrpSpPr, Ss as CameraOptions, St as DiagramExtLstOptions, T as createEnd, Ta as createShowVertBorder, Tc as GradientStop, Ti as createHoleSize, Tn as createOrgChart, To as GroupLockingOptions, Tr as createXdrOneCellAnchor, Ts as Scene3DOptions, Tt as createDiagramExtLst, U as createNvGraphicFramePr, Ua as createW, Uc as SystemColor, Ui as createMinorTickMark, Un as createWpCanvas, Uo as createTableStyleList, Ur as createBandFmts, Us as createOuterShadowEffect, Ut as createTxFillClrLst, V as createLnTlToBr, Va as createUserInterface, Vc as createColorElement, Vi as createMin, Vn as createWpCNvPr, Vo as ThemeableLineStyleOptions, Vr as createBackWall, Vs as OuterShadowEffectOptions, Vt as createStyleLbl, W as createNvGrpSpPr, Wa as createWMode, Wc as SystemColorOptions, Wi as createMinorTimeUnit, Wn as createWpContentPart, Wo as MediaDataTransformation, Wr as createBaseTimeUnit, Ws as InnerShadowEffectOptions, Wt as createTxLinClrLst, X as createRight, Xa as createCdrBlipFill, Xc as createScRgbColor, Xi as createNumLit, Xn as createWpNestedGrpSp, Xo as createTransform2D, Xr as createCrossBetween, Xs as createFillOverlayEffect, Xt as LayoutDefHdrLstOptions, Y as createQuickTimeFile, Ya as createCdrAbsSizeAnchor, Yc as ScRgbColorOptions, Yi as createName, Yn as createWpLinkedTxbx, Yo as createGroupTransform2D, Yr as createClrMapOvr, Ys as FillOverlayEffectOptions, Yt as DiagramNameOptions, Z as createRound, Za as createCdrCNvCxnSpPr, Zc as RgbColorOptions, Zi as createOddFooter, Zn as createWpNvContentPartPr, Zo as Stretch, Zr as createCrossesAt, Zs as CompoundLine, Zt as LayoutDefHdrOptions, _ as createChart, _a as createSerLines, _c as BlipFillConfigOptions, _i as createFmtId, _n as PresLayoutVarsOptions, _o as createCdrSpPr, _r as createXdrCxnSp, _s as BevelOptions, _t as createUFillTx, a as createBottom, aa as createPictureOptions, ac as LineEndLength, ai as createDispUnits, al as createColorTransforms, an as createStyleDefHdrLst, ao as createCdrFrom, ar as XdrMarkerOptions, as as GeomRect, at as createSym, b as createCustClr, ba as createShowHorzBorder, bc as GradientStopOptions, bi as createGapWidth, bn as createAnimLvl, bo as createCdrTxBody, br as createXdrGrpSpPr, bs as createBottomBevel, bt as createUseSpRect, c as createBuClrTx, ca as createPivotFmts, cc as LineEndWidth, ci as createEvenFooter, cn as AnimLevelValue, co as createCdrGrpSpPr, cr as createXdrBlipFill, cs as PathOptions, ct as createTableStyleElement, d as createBuSzTx, da as createPlus, dc as createCustomDash, di as createExt, dn as AnimOneValue, do as createCdrNvGrpSpPr, dr as createXdrCNvPicPr, ds as PresetGeometryOptions, dt as createTl2br, ea as createOfPieType, ec as OutlineFillProperties, ei as createDLbl, el as PresetColorOptions, en as createColorsDefHdr, eo as createCdrCNvPicPr, er as createWpStyle, es as createBlipFill, et as createSpDef, f as createCNvCxnSpPr, fa as createPrintSettings, fc as createGroupFill, fi as createExtLst, fn as ChMaxOptions, fo as createCdrNvPicPr, fr as createXdrCNvPr, fs as GeometryGuide, ft as createTop, g as createCell3D, ga as createSelection, gc as createNoFill, gi as createFloor, gn as OrgChartOptions, go as createCdrSp, gr as createXdrContentPart, gs as createShape3D, gt as createUFill, h as createCNvSpPr, ha as createSecondPieSize, hc as createPatternFill, hi as createFirstHeader, hn as HierBranchStyle, ho as createCdrRelSizeAnchor, hr as createXdrColOff, hs as Shape3DOptions, ht as createTxSp, i as createBldDgm, ia as createPictureFormat, ic as createOutline, ii as createDispBlanksAs, il as ColorTransformOptions, in as createStyleDefHdr, io as createCdrExt, ir as createWpXfrm, is as CustomGeometryOptions, it as createStyleElement, j as createGrpSpPr, ja as createSplitType, jc as createGradientFill, ji as createLegendEntry, jn as WpLinkedTextboxOptions, jo as createShapeLocking, jr as createXdrStyle, js as EffectDagOptions, jt as ColorMethod, k as createGraphicFrame, ka as createSmooth, kc as RelativeRect, ki as createLeaderLines, kn as WpGraphicFrameOptions, ko as createGroupLocking, kr as createXdrSp, ks as createSoftEdgeEffect, kt as createDiagramRelIds, l as createBuFontTx, la as createPivotSource, lc as createLineEnd, li as createEvenHeader, ln as AnimLvlOptions, lo as createCdrNvCxnSpPr, lr as createXdrCNvCxnSpPr, ls as createCustomGeometry, lt as createThemeManager, m as createCNvGrpSpPr, ma as createSecondPiePt, mc as PresetPattern, mi as createFirstFooter, mn as HierBranchOptions, mo as createCdrPic, mr as createXdrCol, ms as PresetMaterialType, mt as createTxDef, n as createBevelElement, na as createPageMargins, nc as PenAlignment, ni as createDTable, nl as HslColorOptions, nn as createLayoutDefHdr, no as createCdrCNvSpPr, nr as createWpTxbxContent, ns as createBlip, nt as createStCxn, o as createBr, oa as createPictureStackUnit, oc as LineEndOptions, oi as createDispUnitsLbl, on as AdjLstOptions, oo as createCdrGraphicFrame, or as XdrShapeAttributes, os as PathCommand, ot as createTab, p as createCNvGraphicFramePr, pa as createProtection, pc as PatternFillOptions, pi as createExternalData, pn as ChPrefOptions, po as createCdrNvSpPr, pr as createXdrCNvSpPr, ps as createAdjustmentValues, pt as createTr2bl, q as createOverrideClrMapping, qa as createY, qc as SchemeColorOptions, qi as createMultiLvlStrCache, qn as createWpGrpSp, qo as GroupTransform2DOptions, qr as createBuiltInUnit, qs as createGlowEffect, qt as DiagramCategoryOptions, r as createBldChart, ra as createPageSetup, rc as PresetDash, ri as createData, rl as createHslColor, rn as createLayoutDefHdrLst, ro as createCdrCxnSp, rr as createWpWhole, rs as ConnectionSite, rt as createStart, s as createBuBlip, sa as createPivotFmt, sc as LineEndType, si as createDownBars, sn as AdjOptions, so as createCdrGrpSp, sr as XdrTwoCellAnchorOptions, ss as PathFillMode, st as createTabLst, t as createAudioCd, ta as createOverlap, tc as OutlineOptions, ti as createDPt, tl as createPresetColor, tn as createColorsDefHdrLst, to as createCdrCNvPr, tr as createWpTxbx, ts as BlipOptions, tt as createSt, u as createBuSzPts, ua as createPlotVisOnly, uc as DashStop, ui as createExplosion, un as AnimOneOptions, uo as createCdrNvGraphicFramePr, ur as createXdrCNvGrpSpPr, us as PresetGeometry, ut as createThemeOverride, v as createClrMap, va as createShape, vc as BlipFillMediaData, vi as createFormatting, vn as createAdj, vo as createCdrStyle, vr as createXdrFrom, vs as BevelPresetType, vt as createULn, w as createDgm, wa as createShowOutline, wc as GradientShadeOptions, wi as createHiLowLines, wn as createHierBranch, wo as GraphicFrameLockingOptions, wr as createXdrNvSpPr, ws as Point3D, wt as DiagramTextPropsOptions, x as createCustClrLst, xa as createShowKeys, xc as buildFill, xi as createH, xn as createAnimOne, xo as createCdrX, xr as createXdrNvCxnSpPr, xs as BackdropOptions, xt as createWavAudioFile, y as createCpLocks, ya as createShowDLblsOverMax, yc as FillOptions, yi as createGapDepth, yn as createAdjLst, yo as createCdrTo, yr as createXdrGrpSp, ys as createBevel, yt as createULnTx, z as createLnBlToTr, za as createUpBars, zc as createBlipEffects, zi as createMarker, zn as createWpCNvFrPr, zo as TableStyleRegion, zr as createApplyToSides, zs as PresetShadowVal, zt as createFillClrLst } from "../index-DEvpdl1o.mjs";
|
|
2
|
+
export { type AdjLstOptions, type AdjOptions, AnimLevelValue, type AnimLvlOptions, type AnimOneOptions, AnimOneValue, type BackdropOptions, type BevelOptions, BevelPresetType, BlendMode, type BlipEffectsOptions, type BlipFillConfigOptions, type BlipFillMediaData, type BlipFillOptions, type BlipOptions, type BlurEffectOptions, type CameraOptions, type ChMaxOptions, type ChPrefOptions, type ColorListOptions, ColorMethod, type ColorTransformOptions, type ColorsDefHdrLstOptions, type ColorsDefHdrOptions, CompoundLine, type ConnectionSite, type CustomGeometryOptions, type DashStop, type DiagramCategoryOptions, type DiagramDescriptionOptions, type DiagramExtLstOptions, type DiagramExtensionOptions, type DiagramNameOptions, type DiagramRelIdsOptions, type DiagramStyleLblOptions, type DiagramStyleOptions, type DiagramTextPropsOptions, type EffectContainerType, type EffectDagOptions, type EffectListOptions, type FillOptions, type FillOverlayEffectOptions, FontCollectionIndex, type GeomRect, type GeometryGuide, type GlowEffectOptions, type GradientFillOptions, type GradientShadeOptions, type GradientStop, type GradientStopOptions, type GraphicFrameLockingOptions, type GroupLockingOptions, type GroupTransform2DOptions, type HierBranchOptions, HierBranchStyle, type HslColorOptions, HueDirection, type InnerShadowEffectOptions, type LayoutDefHdrLstOptions, type LayoutDefHdrOptions, type LightRigOptions, LineCap, LineEndLength, type LineEndOptions, LineEndType, LineEndWidth, LineJoin, type LinearShadeOptions, type MediaDataTransformation, type MediaTransformation, type OnOffStyleType, type OrgChartOptions, type OuterShadowEffectOptions, type OutlineFillProperties, type OutlineOptions, type PageMarginsOptions, type PageSetupOptions, type PathCommand, type PathFillMode, type PathOptions, type PathShadeOptions, PathShadeType, type PatternFillOptions, PenAlignment, type PictureLockingOptions, type Point3D, type PresLayoutVarsOptions, PresetColor, type PresetColorOptions, PresetDash, PresetGeometry, type PresetGeometryOptions, PresetMaterialType, PresetPattern, type PresetShadowEffectOptions, PresetShadowVal, RectAlignment, type ReflectionEffectOptions, type RelativeRect, type RgbColorOptions, type ScRgbColorOptions, type Scene3DOptions, SchemeColor, type SchemeColorOptions, type Shape3DOptions, type ShapeLockingOptions, type SolidFillOptions, type SourceRectangleOptions, type SphereCoords, Stretch, type StyleDefHdrLstOptions, type StyleDefHdrOptions, StyleMatrixIndex, type StyleMatrixReferenceOptions, SystemColor, type SystemColorOptions, type TableCellBorderOptions, type TableCellStyleOptions, type TablePartStyleOptions, type TableStyleListOptions, type TableStyleOptions, type TableStyleRegion, type TableTextStyleOptions, type ThemeableLineStyleOptions, TileAlignment, TileFlipMode, type TileOptions, type Transform2DOptions, type Vector3D, type WpCanvasOptions, type WpContentPartOptions, type WpGraphicFrameOptions, type WpGroupOptions, type WpLinkedTextboxOptions, type WpNonVisualDrawingPropsOptions, type WpShapeOptions, type WpTextboxOptions, type XdrMarkerOptions, type XdrShapeAttributes, type XdrTwoCellAnchorOptions, buildFill, createAdj, createAdjLst, createAdjustmentValues, createAnimLvl, createAnimOne, createApplyToEnd, createApplyToFront, createApplyToSides, createAudioCd, createAutoUpdate, createBackWall, createBandFmt, createBandFmts, createBaseTimeUnit, createBevel, createBevelElement, createBldChart, createBldDgm, createBlip, createBlipEffects, createBlipFill, createBottom, createBottomBevel, createBr, createBuBlip, createBuClrTx, createBuFontTx, createBuSzPts, createBuSzTx, createBubble3D, createBubbleScale, createBuiltInUnit, createCNvCxnSpPr, createCNvGraphicFramePr, createCNvGrpSpPr, createCNvSpPr, createCdrAbsSizeAnchor, createCdrBlipFill, createCdrCNvCxnSpPr, createCdrCNvGraphicFramePr, createCdrCNvGrpSpPr, createCdrCNvPicPr, createCdrCNvPr, createCdrCNvSpPr, createCdrCxnSp, createCdrExt, createCdrFrom, createCdrGraphicFrame, createCdrGrpSp, createCdrGrpSpPr, createCdrNvCxnSpPr, createCdrNvGraphicFramePr, createCdrNvGrpSpPr, createCdrNvPicPr, createCdrNvSpPr, createCdrPic, createCdrRelSizeAnchor, createCdrSp, createCdrSpPr, createCdrStyle, createCdrTo, createCdrTxBody, createCdrX, createCdrXfrm, createCdrY, createCell3D, createChMax, createChPref, createChart, createChartObject, createClrMap, createClrMapOvr, createColorElement, createColorTransforms, createColorsDefHdr, createColorsDefHdrLst, createCpLocks, createCrossBetween, createCrossesAt, createCustClr, createCustClrLst, createCustSplit, createCustUnit, createCustomDash, createCustomGeometry, createCxnSp, createCxnSpLocks, createDLbl, createDPt, createDTable, createData, createDgm, createDiagramExtLst, createDiagramRelIds, createDiagramSp3d, createDiagramStyle, createDiagramTxPr, createDispBlanksAs, createDispUnits, createDispUnitsLbl, createDownBars, createEffectClrLst, createEffectDag, createEffectList, createEnd, createEndCxn, createEvenFooter, createEvenHeader, createExplosion, createExt, createExtLst, createExtentionList, createExternalData, createExtraClrScheme, createFillClrLst, createFillOverlayEffect, createFirstFooter, createFirstHeader, createFloor, createFmtId, createFontElement, createFormatting, createGapDepth, createGapWidth, createGlowEffect, createGradientFill, createGradientStop, createGraphicFrame, createGraphicFrameLocking, createGroupFill, createGroupLocking, createGroupTransform2D, createGrpSp, createGrpSpPr, createH, createHMode, createHeader, createHeaderFooter, createHeaders, createHiLowLines, createHierBranch, createHighlight, createHlinkMouseOver, createHoleSize, createHslColor, createInnerShadowEffect, createInsideH, createInsideV, createInvertIfNegative, createLayoutDefHdr, createLayoutDefHdrLst, createLayoutTarget, createLblAlgn, createLeaderLines, createLeft, createLegacyDrawingHF, createLegendEntry, createLinClrLst, createLineEnd, createLnBlToTr, createLnDef, createLnTlToBr, createLogBase, createLvl, createMajorGridlines, createMajorTickMark, createMajorTimeUnit, createMajorUnit, createManualLayout, createMarker, createMax, createMin, createMinorGridlines, createMinorTickMark, createMinorTimeUnit, createMinorUnit, createMinus, createMultiLvlStrCache, createMultiLvlStrRef, createName, createNoFill, createNumLit, createNvCxnSpPr, createNvGraphicFramePr, createNvGrpSpPr, createNvPicPr, createNvSpPr, createOddFooter, createOddHeader, createOfPieChart, createOfPieType, createOrgChart, createOuterShadowEffect, createOutline, createOverlap, createOverrideClrMapping, createPageMargins, createPageSetup, createPatternFill, createPic, createPictureFormat, createPictureLocking, createPictureOptions, createPictureStackUnit, createPivotFmt, createPivotFmts, createPivotSource, createPlotVisOnly, createPlus, createPresLayoutVars, createPresetColor, createPresetShadowEffect, createPrintSettings, createProtection, createQuickTimeFile, createReflectionEffect, createRgbColor, createRight, createRound, createScRgbColor, createScene3D, createSchemeColor, createSecondPiePt, createSecondPieSize, createSelection, createSerLines, createShape, createShape3D, createShapeLocking, createShowDLblsOverMax, createShowHorzBorder, createShowKeys, createShowLeaderLines, createShowNegBubbles, createShowOutline, createShowVertBorder, createSideWall, createSize, createSizeRepresents, createSmooth, createSnd, createSoftEdgeEffect, createSolidFill, createSourceRectangle, createSp, createSpDef, createSplitPos, createSplitType, createSt, createStCxn, createStart, createStrLit, createStyleDefHdr, createStyleDefHdrLst, createStyleElement, createStyleLbl, createSurface3DChart, createSym, createSymbol, createSystemColor, createTab, createTabLst, createTableStyle, createTableStyleElement, createTableStyleList, createThemeManager, createThemeOverride, createThickness, createTickLblPos, createTickMarkSkip, createTileInfo, createTl2br, createTop, createTr2bl, createTransform2D, createTransformation, createTrendlineLbl, createTxDef, createTxEffectClrLst, createTxFillClrLst, createTxLinClrLst, createTxSp, createUFill, createUFillTx, createULn, createULnTx, createUpBars, createUpDownBars, createUseSpRect, createUserInterface, createUserShapes, createW, createWMode, createWavAudioFile, createWpBg, createWpBodyPr, createWpCNvCnPr, createWpCNvContentPartPr, createWpCNvFrPr, createWpCNvGrpSpPr, createWpCNvPr, createWpCNvSpPr, createWpCanvas, createWpContentPart, createWpExtLst, createWpGraphicFrame, createWpGrpSp, createWpGrpSpPr, createWpLinkedTxbx, createWpNestedGrpSp, createWpNvContentPartPr, createWpSp, createWpSpPr, createWpStyle, createWpTxbx, createWpTxbxContent, createWpWhole, createWpXfrm, createX, createXMode, createXdrBlipFill, createXdrCNvCxnSpPr, createXdrCNvGrpSpPr, createXdrCNvPicPr, createXdrCNvPr, createXdrCNvSpPr, createXdrCol, createXdrColOff, createXdrContentPart, createXdrCxnSp, createXdrFrom, createXdrGrpSp, createXdrGrpSpPr, createXdrNvCxnSpPr, createXdrNvGrpSpPr, createXdrNvPicPr, createXdrNvSpPr, createXdrOneCellAnchor, createXdrPic, createXdrRow, createXdrRowOff, createXdrSp, createXdrSpPr, createXdrStyle, createXdrTo, createXdrTwoCellAnchor, createXdrTxBody, createY, createYMode, extractBlipFillMedia };
|
package/dist/drawingml/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { A as
|
|
2
|
-
export { BevelPresetType, BlendMode, CompoundLine, LineCap, LineEndLength, LineEndType, LineEndWidth, LineJoin, PathShadeType, PenAlignment, PresetColor, PresetDash, PresetGeometry, PresetMaterialType, PresetPattern, PresetShadowVal, RectAlignment, SchemeColor, Stretch, SystemColor, TileAlignment, TileFlipMode, buildFill, createAdjustmentValues, createBevel, createBlip, createBlipEffects, createBlipFill, createBottomBevel, createColorElement, createColorTransforms, createCustomDash, createCustomGeometry, createEffectDag, createEffectList, createExtentionList, createFillOverlayEffect, createGlowEffect, createGradientFill, createGradientStop, createGroupFill, createGroupTransform2D, createHslColor, createInnerShadowEffect, createLineEnd, createNoFill, createOuterShadowEffect, createOutline, createPatternFill, createPresetColor, createPresetShadowEffect, createReflectionEffect, createRgbColor, createScRgbColor, createScene3D, createSchemeColor, createShape3D, createSoftEdgeEffect, createSolidFill, createSourceRectangle, createSystemColor, createTileInfo, createTransform2D, createTransformation, extractBlipFillMedia };
|
|
1
|
+
import { $ as createSp, $a as PresetGeometry, $i as createTickMarkSkip, $n as createApplyToEnd, $r as createMajorUnit, $t as createHierBranch, A as createGrpSp, Aa as createCdrPic, Ai as createSecondPiePt, An as createXdrCNvPr, Ao as createGroupFill, Ar as createFirstFooter, At as createDiagramStyle, B as createLnDef, Ba as createGraphicFrameLocking, Bi as createShowOutline, Bn as createXdrNvGrpSpPr, Bo as TileAlignment, Br as createHiLowLines, Bt as createLayoutDefHdr, C as createCxnSpLocks, Ca as createCdrGrpSp, Ci as createPivotFmt, Cn as createWpTxbxContent, Co as PresetDash, Cr as createDownBars, Ct as createDiagramSp3d, D as createExtraClrScheme, Da as createCdrNvGrpSpPr, Di as createPlus, Dn as createXdrCNvCxnSpPr, Do as LineEndWidth, Dr as createExt, Dt as FontCollectionIndex, E as createEndCxn, Ea as createCdrNvGraphicFramePr, Ei as createPlotVisOnly, En as createXdrBlipFill, Eo as LineEndType, Er as createExplosion, Et as ColorMethod, F as createHlinkMouseOver, Fa as createCdrTo, Fi as createShowDLblsOverMax, Fn as createXdrCxnSp, Fo as createPatternFill, Fr as createGapDepth, Ft as createTxEffectClrLst, G as createNvPicPr, Ga as createTableStyleList, Gi as createSmooth, Gn as createXdrRow, Gr as createLeaderLines, Gt as AnimOneValue, H as createNvCxnSpPr, Ha as createPictureLocking, Hi as createSideWall, Hn as createXdrNvSpPr, Hr as createInvertIfNegative, Ht as createStyleDefHdr, I as createInsideH, Ia as createCdrTxBody, Ii as createShowHorzBorder, In as createXdrFrom, Io as PathShadeType, Ir as createGapWidth, It as createTxFillClrLst, J as createPic, Ja as createTransform2D, Ji as createStrLit, Jn as createXdrSpPr, Jr as createLogBase, Jt as createAdjLst, K as createNvSpPr, Ka as createTransformation, Ki as createSplitPos, Kn as createXdrRowOff, Kr as createLegacyDrawingHF, Kt as HierBranchStyle, L as createInsideV, La as createCdrX, Li as createShowKeys, Ln as createXdrGrpSp, Lo as TileFlipMode, Lr as createH, Lt as createTxLinClrLst, M as createHeader, Ma as createCdrSp, Mi as createSelection, Mn as createXdrCol, Mo as buildFill, Mr as createFloor, Mt as createFillClrLst, N as createHeaders, Na as createCdrSpPr, Ni as createSerLines, Nn as createXdrColOff, No as extractBlipFillMedia, Nr as createFmtId, Nt as createLinClrLst, O as createFontElement, Oa as createCdrNvPicPr, Oi as createPrintSettings, On as createXdrCNvGrpSpPr, Oo as createLineEnd, Or as createExtLst, Ot as HueDirection, P as createHighlight, Pa as createCdrStyle, Pi as createShape, Pn as createXdrContentPart, Po as PresetPattern, Pr as createFormatting, Pt as createStyleLbl, Q as createSnd, Qa as createCustomGeometry, Qi as createTickLblPos, Qn as createXdrTxBody, Qr as createMajorTimeUnit, Qt as createChPref, R as createLeft, Ra as createCdrXfrm, Ri as createShowLeaderLines, Rn as createXdrGrpSpPr, Ro as createGradientFill, Rr as createHMode, Rt as createColorsDefHdr, S as createCxnSp, Sa as createCdrGraphicFrame, Si as createPictureStackUnit, Sn as createWpTxbx, So as PenAlignment, Sr as createDispUnitsLbl, St as createDiagramExtLst, T as createEnd, Ta as createCdrNvCxnSpPr, Ti as createPivotSource, Tn as createWpXfrm, To as LineEndLength, Tr as createEvenHeader, Tt as createDiagramRelIds, U as createNvGraphicFramePr, Ua as createShapeLocking, Ui as createSize, Un as createXdrOneCellAnchor, Ur as createLayoutTarget, Ut as createStyleDefHdrLst, V as createLnTlToBr, Va as createGroupLocking, Vi as createShowVertBorder, Vn as createXdrNvPicPr, Vo as createTileInfo, Vr as createHoleSize, Vt as createLayoutDefHdrLst, W as createNvGrpSpPr, Wa as createTableStyle, Wi as createSizeRepresents, Wn as createXdrPic, Wr as createLblAlgn, Wt as AnimLevelValue, X as createRight, Xa as createBlip, Xi as createSymbol, Xn as createXdrTo, Xr as createMajorGridlines, Xt as createAnimOne, Y as createQuickTimeFile, Ya as createBlipFill, Yi as createSurface3DChart, Yn as createXdrStyle, Yr as createLvl, Yt as createAnimLvl, Z as createRound, Za as createExtentionList, Zi as createThickness, Zn as createXdrTwoCellAnchor, Zr as createMajorTickMark, Zt as createChMax, _ as createChart, _a as createCdrCNvPr, _i as createOverlap, _n as createWpNestedGrpSp, _o as BlendMode, _r as createDPt, _s as PresetColor, _t as createUFillTx, a as createBottom, aa as createW, ai as createMinorTickMark, an as createWpCNvContentPartPr, ao as createBottomBevel, ar as createBandFmts, at as createSym, b as createCustClr, ba as createCdrExt, bi as createPictureFormat, bn as createWpSpPr, bo as LineCap, br as createDispBlanksAs, bs as createColorTransforms, bt as createUseSpRect, c as createBuClrTx, ca as createXMode, ci as createMinus, cn as createWpCNvPr, co as createEffectList, cr as createBubbleScale, cs as createBlipEffects, ct as createTableStyleElement, d as createBuSzTx, da as createCdrAbsSizeAnchor, di as createName, dn as createWpContentPart, do as PresetShadowVal, dr as createClrMapOvr, ds as SystemColor, dt as createTl2br, ea as createTrendlineLbl, ei as createManualLayout, en as createOrgChart, eo as createAdjustmentValues, er as createApplyToFront, et as createSpDef, f as createCNvCxnSpPr, fa as createCdrBlipFill, fi as createNumLit, fn as createWpExtLst, fo as createPresetShadowEffect, fr as createCrossBetween, fs as createSystemColor, ft as createTop, g as createCell3D, ga as createCdrCNvPicPr, gi as createOfPieType, gn as createWpLinkedTxbx, go as createGlowEffect, gr as createDLbl, gs as createRgbColor, gt as createUFill, h as createCNvSpPr, ha as createCdrCNvGrpSpPr, hi as createOfPieChart, hn as createWpGrpSpPr, ho as createInnerShadowEffect, hr as createCustUnit, hs as createScRgbColor, ht as createTxSp, i as createBldDgm, ia as createUserShapes, ii as createMinorGridlines, in as createWpCNvCnPr, io as createBevel, ir as createBandFmt, it as createStyleElement, j as createGrpSpPr, ja as createCdrRelSizeAnchor, ji as createSecondPieSize, jn as createXdrCNvSpPr, jo as createNoFill, jr as createFirstHeader, jt as createEffectClrLst, k as createGraphicFrame, ka as createCdrNvSpPr, ki as createProtection, kn as createXdrCNvPicPr, ko as createCustomDash, kr as createExternalData, kt as StyleMatrixIndex, l as createBuFontTx, la as createY, li as createMultiLvlStrCache, ln as createWpCNvSpPr, lo as createSoftEdgeEffect, lr as createBuiltInUnit, ls as createColorElement, lt as createThemeManager, m as createCNvGrpSpPr, ma as createCdrCNvGraphicFramePr, mi as createOddHeader, mn as createWpGrpSp, mo as createOuterShadowEffect, mr as createCustSplit, ms as createSchemeColor, mt as createTxDef, n as createBevelElement, na as createUpDownBars, ni as createMax, nn as createWpBg, no as createShape3D, nr as createAutoUpdate, nt as createStCxn, o as createBr, oa as createWMode, oi as createMinorTimeUnit, on as createWpCNvFrPr, oo as createScene3D, or as createBaseTimeUnit, os as Stretch, ot as createTab, p as createCNvGraphicFramePr, pa as createCdrCNvCxnSpPr, pi as createOddFooter, pn as createWpGraphicFrame, po as RectAlignment, pr as createCrossesAt, ps as SchemeColor, pt as createTr2bl, q as createOverrideClrMapping, qa as createGroupTransform2D, qi as createSplitType, qn as createXdrSp, qr as createLegendEntry, qt as createAdj, r as createBldChart, ra as createUserInterface, ri as createMin, rn as createWpBodyPr, ro as BevelPresetType, rr as createBackWall, rt as createStart, s as createBuBlip, sa as createX, si as createMinorUnit, sn as createWpCNvGrpSpPr, so as createEffectDag, sr as createBubble3D, ss as createSourceRectangle, st as createTabLst, t as createAudioCd, ta as createUpBars, ti as createMarker, tn as createPresLayoutVars, to as PresetMaterialType, tr as createApplyToSides, tt as createSt, u as createBuSzPts, ua as createYMode, ui as createMultiLvlStrRef, un as createWpCanvas, uo as createReflectionEffect, ur as createChartObject, us as createSolidFill, ut as createThemeOverride, v as createClrMap, va as createCdrCNvSpPr, vi as createPageMargins, vn as createWpNvContentPartPr, vo as createFillOverlayEffect, vr as createDTable, vs as createPresetColor, vt as createULn, w as createDgm, wa as createCdrGrpSpPr, wi as createPivotFmts, wn as createWpWhole, wo as createOutline, wr as createEvenFooter, wt as createDiagramTxPr, x as createCustClrLst, xa as createCdrFrom, xi as createPictureOptions, xn as createWpStyle, xo as LineJoin, xr as createDispUnits, xt as createWavAudioFile, y as createCpLocks, ya as createCdrCxnSp, yi as createPageSetup, yn as createWpSp, yo as CompoundLine, yr as createData, ys as createHslColor, yt as createULnTx, z as createLnBlToTr, za as createCdrY, zi as createShowNegBubbles, zn as createXdrNvCxnSpPr, zo as createGradientStop, zr as createHeaderFooter, zt as createColorsDefHdrLst } from "../drawingml-B-2eEHAF.mjs";
|
|
2
|
+
export { AnimLevelValue, AnimOneValue, BevelPresetType, BlendMode, ColorMethod, CompoundLine, FontCollectionIndex, HierBranchStyle, HueDirection, LineCap, LineEndLength, LineEndType, LineEndWidth, LineJoin, PathShadeType, PenAlignment, PresetColor, PresetDash, PresetGeometry, PresetMaterialType, PresetPattern, PresetShadowVal, RectAlignment, SchemeColor, Stretch, StyleMatrixIndex, SystemColor, TileAlignment, TileFlipMode, buildFill, createAdj, createAdjLst, createAdjustmentValues, createAnimLvl, createAnimOne, createApplyToEnd, createApplyToFront, createApplyToSides, createAudioCd, createAutoUpdate, createBackWall, createBandFmt, createBandFmts, createBaseTimeUnit, createBevel, createBevelElement, createBldChart, createBldDgm, createBlip, createBlipEffects, createBlipFill, createBottom, createBottomBevel, createBr, createBuBlip, createBuClrTx, createBuFontTx, createBuSzPts, createBuSzTx, createBubble3D, createBubbleScale, createBuiltInUnit, createCNvCxnSpPr, createCNvGraphicFramePr, createCNvGrpSpPr, createCNvSpPr, createCdrAbsSizeAnchor, createCdrBlipFill, createCdrCNvCxnSpPr, createCdrCNvGraphicFramePr, createCdrCNvGrpSpPr, createCdrCNvPicPr, createCdrCNvPr, createCdrCNvSpPr, createCdrCxnSp, createCdrExt, createCdrFrom, createCdrGraphicFrame, createCdrGrpSp, createCdrGrpSpPr, createCdrNvCxnSpPr, createCdrNvGraphicFramePr, createCdrNvGrpSpPr, createCdrNvPicPr, createCdrNvSpPr, createCdrPic, createCdrRelSizeAnchor, createCdrSp, createCdrSpPr, createCdrStyle, createCdrTo, createCdrTxBody, createCdrX, createCdrXfrm, createCdrY, createCell3D, createChMax, createChPref, createChart, createChartObject, createClrMap, createClrMapOvr, createColorElement, createColorTransforms, createColorsDefHdr, createColorsDefHdrLst, createCpLocks, createCrossBetween, createCrossesAt, createCustClr, createCustClrLst, createCustSplit, createCustUnit, createCustomDash, createCustomGeometry, createCxnSp, createCxnSpLocks, createDLbl, createDPt, createDTable, createData, createDgm, createDiagramExtLst, createDiagramRelIds, createDiagramSp3d, createDiagramStyle, createDiagramTxPr, createDispBlanksAs, createDispUnits, createDispUnitsLbl, createDownBars, createEffectClrLst, createEffectDag, createEffectList, createEnd, createEndCxn, createEvenFooter, createEvenHeader, createExplosion, createExt, createExtLst, createExtentionList, createExternalData, createExtraClrScheme, createFillClrLst, createFillOverlayEffect, createFirstFooter, createFirstHeader, createFloor, createFmtId, createFontElement, createFormatting, createGapDepth, createGapWidth, createGlowEffect, createGradientFill, createGradientStop, createGraphicFrame, createGraphicFrameLocking, createGroupFill, createGroupLocking, createGroupTransform2D, createGrpSp, createGrpSpPr, createH, createHMode, createHeader, createHeaderFooter, createHeaders, createHiLowLines, createHierBranch, createHighlight, createHlinkMouseOver, createHoleSize, createHslColor, createInnerShadowEffect, createInsideH, createInsideV, createInvertIfNegative, createLayoutDefHdr, createLayoutDefHdrLst, createLayoutTarget, createLblAlgn, createLeaderLines, createLeft, createLegacyDrawingHF, createLegendEntry, createLinClrLst, createLineEnd, createLnBlToTr, createLnDef, createLnTlToBr, createLogBase, createLvl, createMajorGridlines, createMajorTickMark, createMajorTimeUnit, createMajorUnit, createManualLayout, createMarker, createMax, createMin, createMinorGridlines, createMinorTickMark, createMinorTimeUnit, createMinorUnit, createMinus, createMultiLvlStrCache, createMultiLvlStrRef, createName, createNoFill, createNumLit, createNvCxnSpPr, createNvGraphicFramePr, createNvGrpSpPr, createNvPicPr, createNvSpPr, createOddFooter, createOddHeader, createOfPieChart, createOfPieType, createOrgChart, createOuterShadowEffect, createOutline, createOverlap, createOverrideClrMapping, createPageMargins, createPageSetup, createPatternFill, createPic, createPictureFormat, createPictureLocking, createPictureOptions, createPictureStackUnit, createPivotFmt, createPivotFmts, createPivotSource, createPlotVisOnly, createPlus, createPresLayoutVars, createPresetColor, createPresetShadowEffect, createPrintSettings, createProtection, createQuickTimeFile, createReflectionEffect, createRgbColor, createRight, createRound, createScRgbColor, createScene3D, createSchemeColor, createSecondPiePt, createSecondPieSize, createSelection, createSerLines, createShape, createShape3D, createShapeLocking, createShowDLblsOverMax, createShowHorzBorder, createShowKeys, createShowLeaderLines, createShowNegBubbles, createShowOutline, createShowVertBorder, createSideWall, createSize, createSizeRepresents, createSmooth, createSnd, createSoftEdgeEffect, createSolidFill, createSourceRectangle, createSp, createSpDef, createSplitPos, createSplitType, createSt, createStCxn, createStart, createStrLit, createStyleDefHdr, createStyleDefHdrLst, createStyleElement, createStyleLbl, createSurface3DChart, createSym, createSymbol, createSystemColor, createTab, createTabLst, createTableStyle, createTableStyleElement, createTableStyleList, createThemeManager, createThemeOverride, createThickness, createTickLblPos, createTickMarkSkip, createTileInfo, createTl2br, createTop, createTr2bl, createTransform2D, createTransformation, createTrendlineLbl, createTxDef, createTxEffectClrLst, createTxFillClrLst, createTxLinClrLst, createTxSp, createUFill, createUFillTx, createULn, createULnTx, createUpBars, createUpDownBars, createUseSpRect, createUserInterface, createUserShapes, createW, createWMode, createWavAudioFile, createWpBg, createWpBodyPr, createWpCNvCnPr, createWpCNvContentPartPr, createWpCNvFrPr, createWpCNvGrpSpPr, createWpCNvPr, createWpCNvSpPr, createWpCanvas, createWpContentPart, createWpExtLst, createWpGraphicFrame, createWpGrpSp, createWpGrpSpPr, createWpLinkedTxbx, createWpNestedGrpSp, createWpNvContentPartPr, createWpSp, createWpSpPr, createWpStyle, createWpTxbx, createWpTxbxContent, createWpWhole, createWpXfrm, createX, createXMode, createXdrBlipFill, createXdrCNvCxnSpPr, createXdrCNvGrpSpPr, createXdrCNvPicPr, createXdrCNvPr, createXdrCNvSpPr, createXdrCol, createXdrColOff, createXdrContentPart, createXdrCxnSp, createXdrFrom, createXdrGrpSp, createXdrGrpSpPr, createXdrNvCxnSpPr, createXdrNvGrpSpPr, createXdrNvPicPr, createXdrNvSpPr, createXdrOneCellAnchor, createXdrPic, createXdrRow, createXdrRowOff, createXdrSp, createXdrSpPr, createXdrStyle, createXdrTo, createXdrTwoCellAnchor, createXdrTxBody, createY, createYMode, extractBlipFillMedia };
|