pptx-kit 0.7.0 → 0.9.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/CHANGELOG.md +155 -0
- package/README.md +25 -12
- package/dist/{api-DJkYUL_0.js → api-Irqm9KrN.js} +751 -274
- package/dist/api-Irqm9KrN.js.map +1 -0
- package/dist/{index-Dz2acMvu.d.ts → index-vTW90gao.d.ts} +71 -40
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/node.d.ts +2 -2
- package/dist/node.js +2 -2
- package/package.json +6 -3
- package/dist/api-DJkYUL_0.js.map +0 -1
|
@@ -245,7 +245,7 @@ interface SlideLayoutPart {
|
|
|
245
245
|
* most often. Pass any string to `addShape({ preset })` to use a token
|
|
246
246
|
* not enumerated here.
|
|
247
247
|
*/
|
|
248
|
-
type PresetShape = 'rect' | 'roundRect' | 'ellipse' | 'triangle' | 'rtTriangle' | 'diamond' | 'parallelogram' | 'trapezoid' | 'pentagon' | 'hexagon' | 'heptagon' | 'octagon' | 'decagon' | 'star4' | 'star5' | 'star6' | 'star7' | 'star8' | 'star10' | 'star12' | 'star16' | 'star24' | 'star32' | 'rightArrow' | 'leftArrow' | 'upArrow' | 'downArrow' | 'leftRightArrow' | 'upDownArrow' | 'bentArrow' | 'curvedRightArrow' | 'curvedLeftArrow' | 'curvedUpArrow' | 'curvedDownArrow' | 'cloud' | 'heart' | 'lightningBolt' | 'sun' | 'moon' | 'bracketPair' | 'bracePair' | 'leftBracket' | 'rightBracket' | 'leftBrace' | 'rightBrace' | 'cube' | 'can' | 'donut' | 'noSmoking' | 'plus' | '
|
|
248
|
+
type PresetShape = 'rect' | 'roundRect' | 'ellipse' | 'triangle' | 'rtTriangle' | 'diamond' | 'parallelogram' | 'trapezoid' | 'pentagon' | 'hexagon' | 'heptagon' | 'octagon' | 'decagon' | 'star4' | 'star5' | 'star6' | 'star7' | 'star8' | 'star10' | 'star12' | 'star16' | 'star24' | 'star32' | 'rightArrow' | 'leftArrow' | 'upArrow' | 'downArrow' | 'leftRightArrow' | 'upDownArrow' | 'bentArrow' | 'curvedRightArrow' | 'curvedLeftArrow' | 'curvedUpArrow' | 'curvedDownArrow' | 'cloud' | 'heart' | 'lightningBolt' | 'sun' | 'moon' | 'bracketPair' | 'bracePair' | 'leftBracket' | 'rightBracket' | 'leftBrace' | 'rightBrace' | 'cube' | 'can' | 'donut' | 'noSmoking' | 'plus' | 'mathPlus' | 'mathMinus' | 'mathMultiply' | 'mathDivide' | 'mathEqual' | 'mathNotEqual';
|
|
249
249
|
//#endregion
|
|
250
250
|
//#region src/internal/presentationml/transition-builder.d.ts
|
|
251
251
|
/**
|
|
@@ -259,7 +259,17 @@ interface TransitionOptions {
|
|
|
259
259
|
effect: TransitionEffect | string;
|
|
260
260
|
/** Effect speed. Defaults to omitted (PowerPoint treats absence as `med`). */
|
|
261
261
|
speed?: 'slow' | 'med' | 'fast';
|
|
262
|
-
/**
|
|
262
|
+
/**
|
|
263
|
+
* Direction, valid only for effects that carry a `dir` attribute and only
|
|
264
|
+
* within that effect's domain (validated on write):
|
|
265
|
+
* - `blinds`/`checker`/`comb`/`randomBar`: `horz` | `vert`
|
|
266
|
+
* - `push`/`wipe`: `l` | `r` | `u` | `d`
|
|
267
|
+
* - `cover`/`pull`: the above plus `lu` | `ru` | `ld` | `rd`
|
|
268
|
+
* - `strips`: `lu` | `ru` | `ld` | `rd`
|
|
269
|
+
* - `zoom`/`split`: `in` | `out`
|
|
270
|
+
* A mismatched effect/direction pair throws; on any other effect a stray
|
|
271
|
+
* `direction` is ignored.
|
|
272
|
+
*/
|
|
263
273
|
direction?: string;
|
|
264
274
|
/** For `split`: orientation token (`horz` / `vert`). */
|
|
265
275
|
orientation?: 'horz' | 'vert';
|
|
@@ -498,8 +508,9 @@ interface TextFormat {
|
|
|
498
508
|
*/
|
|
499
509
|
spc?: number;
|
|
500
510
|
/**
|
|
501
|
-
* Kerning threshold in
|
|
502
|
-
*
|
|
511
|
+
* Kerning threshold in 1/100 points (`ST_TextNonNegativePoint`, the same
|
|
512
|
+
* unit as `spc`): `0` disables kerning, `1200` = apply kerning for runs
|
|
513
|
+
* ≥12pt. Mirrors `<a:rPr kern="…"/>`.
|
|
503
514
|
*/
|
|
504
515
|
kern?: number;
|
|
505
516
|
/**
|
|
@@ -557,8 +568,10 @@ interface GradientFillOptions {
|
|
|
557
568
|
readonly bottom: number;
|
|
558
569
|
};
|
|
559
570
|
}
|
|
571
|
+
/** Every `ST_PresetPatternVal` token (ECMA-376 dml-main.xsd). */
|
|
572
|
+
declare const PATTERN_PRESETS: readonly ["pct5", "pct10", "pct20", "pct25", "pct30", "pct40", "pct50", "pct60", "pct70", "pct75", "pct80", "pct90", "horz", "vert", "ltHorz", "ltVert", "dkHorz", "dkVert", "narHorz", "narVert", "dashHorz", "dashVert", "cross", "dnDiag", "upDiag", "ltDnDiag", "ltUpDiag", "dkDnDiag", "dkUpDiag", "wdDnDiag", "wdUpDiag", "dashDnDiag", "dashUpDiag", "diagCross", "smCheck", "lgCheck", "smGrid", "lgGrid", "dotGrid", "smConfetti", "lgConfetti", "horzBrick", "diagBrick", "solidDmnd", "openDmnd", "dotDmnd", "plaid", "sphere", "weave", "divot", "shingle", "wave", "trellis", "zigZag"];
|
|
560
573
|
/** One of ECMA-376's `ST_PresetPatternVal` tokens (`pct50`, `dkUpDiag`, ...). */
|
|
561
|
-
type PatternPreset =
|
|
574
|
+
type PatternPreset = (typeof PATTERN_PRESETS)[number];
|
|
562
575
|
interface PatternFillOptions {
|
|
563
576
|
/** Preset pattern token, e.g. `'pct50'`, `'dkUpDiag'`, `'wave'`. */
|
|
564
577
|
readonly preset: PatternPreset;
|
|
@@ -1622,8 +1635,8 @@ declare const getShapeTextColumns: (shape: SlideShapeData) => {
|
|
|
1622
1635
|
* Sets the multi-column layout on the shape's text body — writes
|
|
1623
1636
|
* `<a:bodyPr numCol="N" [spcCol="EMU"]/>`. Pass `null` to clear both
|
|
1624
1637
|
* attributes so the text body falls back to PowerPoint's default
|
|
1625
|
-
* single column. `count` must be
|
|
1626
|
-
*
|
|
1638
|
+
* single column. `count` must be in `2..16` (ST_TextColumnCount caps at
|
|
1639
|
+
* 16, and single column is the `null` default). `gapEmu`, when omitted,
|
|
1627
1640
|
* removes any prior `spcCol`. Throws for non-text-bearing shape kinds.
|
|
1628
1641
|
*/
|
|
1629
1642
|
declare const setShapeTextColumns: (shape: SlideShapeData, columns: {
|
|
@@ -2935,12 +2948,12 @@ declare const getTableCellBorders: (pres: PresentationData, cell: TableCellData)
|
|
|
2935
2948
|
* cardinal four — a strikethrough cell can have only a diagonal.
|
|
2936
2949
|
*/
|
|
2937
2950
|
declare const setTableCellBorders: (cell: TableCellData, sides: {
|
|
2938
|
-
left?: TableCellBorder | null;
|
|
2939
|
-
right?: TableCellBorder | null;
|
|
2940
|
-
top?: TableCellBorder | null;
|
|
2941
|
-
bottom?: TableCellBorder | null;
|
|
2942
|
-
tlToBr?: TableCellBorder | null;
|
|
2943
|
-
blToTr?: TableCellBorder | null;
|
|
2951
|
+
left?: Partial<TableCellBorder> | null;
|
|
2952
|
+
right?: Partial<TableCellBorder> | null;
|
|
2953
|
+
top?: Partial<TableCellBorder> | null;
|
|
2954
|
+
bottom?: Partial<TableCellBorder> | null;
|
|
2955
|
+
tlToBr?: Partial<TableCellBorder> | null;
|
|
2956
|
+
blToTr?: Partial<TableCellBorder> | null;
|
|
2944
2957
|
} | null) => void;
|
|
2945
2958
|
/**
|
|
2946
2959
|
* Reads the cell's text direction (`<a:tcPr vert="…"/>`) — same tokens
|
|
@@ -3378,42 +3391,37 @@ declare const getShapeImageOpacity: (shape: SlideShapeData) => number | null;
|
|
|
3378
3391
|
*/
|
|
3379
3392
|
declare const getShapeImageCrop: (shape: SlideShapeData) => ImageCrop | null;
|
|
3380
3393
|
/**
|
|
3381
|
-
* Adjusts the picture's brightness
|
|
3382
|
-
*
|
|
3394
|
+
* Adjusts the picture's brightness via `<a:blip><a:lum bright="…"/>`. The value
|
|
3395
|
+
* is a -1..1 fraction:
|
|
3383
3396
|
*
|
|
3384
3397
|
* - `1` → +100% brightness
|
|
3385
|
-
* - `0` or `null` → no
|
|
3398
|
+
* - `0` or `null` → no brightness change (the `bright` attribute is removed)
|
|
3386
3399
|
* - `-1` → -100% brightness
|
|
3387
3400
|
*
|
|
3388
|
-
*
|
|
3389
|
-
*
|
|
3390
|
-
* Note: PowerPoint's "Picture Format › Corrections" UI couples this
|
|
3391
|
-
* with `<a:lumMod>` for some presets; this primitive sets only
|
|
3392
|
-
* `lumOff` to keep the surface honest. Read it back via
|
|
3393
|
-
* `getShapeImageBrightness`.
|
|
3401
|
+
* Brightness and contrast share the one `<a:lum>` element, so setting one keeps
|
|
3402
|
+
* the other. Throws for non-picture shapes and on values outside [-1, 1].
|
|
3394
3403
|
*/
|
|
3395
3404
|
declare const setShapeImageBrightness: (shape: SlideShapeData, value: number | null) => void;
|
|
3396
3405
|
/**
|
|
3397
|
-
* Adjusts the picture's contrast
|
|
3398
|
-
*
|
|
3406
|
+
* Adjusts the picture's contrast via `<a:blip><a:lum contrast="…"/>`. The value
|
|
3407
|
+
* is a -1..1 fraction (ECMA-376 `ST_FixedPercentage`):
|
|
3399
3408
|
*
|
|
3400
|
-
* - `
|
|
3401
|
-
* - `0.5` → 50%
|
|
3402
|
-
* -
|
|
3403
|
-
* what the renderer supports)
|
|
3409
|
+
* - `0` or `null` → no contrast change (the `contrast` attribute is removed)
|
|
3410
|
+
* - `0.5` → +50% contrast (boosted)
|
|
3411
|
+
* - `-0.5` → -50% contrast (washed out)
|
|
3404
3412
|
*
|
|
3405
|
-
*
|
|
3406
|
-
*
|
|
3413
|
+
* Brightness and contrast share the one `<a:lum>` element, so setting one keeps
|
|
3414
|
+
* the other. Throws on non-picture shapes and on values outside [-1, 1].
|
|
3407
3415
|
*/
|
|
3408
3416
|
declare const setShapeImageContrast: (shape: SlideShapeData, value: number | null) => void;
|
|
3409
3417
|
/**
|
|
3410
|
-
* Reads the picture's contrast
|
|
3411
|
-
*
|
|
3418
|
+
* Reads the picture's contrast (the `<a:lum contrast>` fraction in [-1, 1]).
|
|
3419
|
+
* Returns `null` when no contrast adjustment is present.
|
|
3412
3420
|
*/
|
|
3413
3421
|
declare const getShapeImageContrast: (shape: SlideShapeData) => number | null;
|
|
3414
3422
|
/**
|
|
3415
|
-
* Reads the picture's brightness
|
|
3416
|
-
*
|
|
3423
|
+
* Reads the picture's brightness (the `<a:lum bright>` fraction in [-1, 1]).
|
|
3424
|
+
* Returns `null` when no brightness adjustment is present.
|
|
3417
3425
|
*/
|
|
3418
3426
|
declare const getShapeImageBrightness: (shape: SlideShapeData) => number | null;
|
|
3419
3427
|
declare const setShapeImageOpacity: (shape: SlideShapeData, opacity: number | null) => void;
|
|
@@ -3438,9 +3446,12 @@ declare const setShapeImageCrop: (shape: SlideShapeData, crop: ImageCrop | null)
|
|
|
3438
3446
|
//#region src/api/fn/shape-animation.d.ts
|
|
3439
3447
|
/**
|
|
3440
3448
|
* Sets a single click-triggered animation effect on the given shape.
|
|
3441
|
-
*
|
|
3442
|
-
*
|
|
3443
|
-
*
|
|
3449
|
+
*
|
|
3450
|
+
* The effect is *merged* into any existing `<p:timing>` on the slide rather
|
|
3451
|
+
* than replacing it: animating a second shape (or re-running on a template that
|
|
3452
|
+
* already has authored animations) preserves the existing effects and appends
|
|
3453
|
+
* this one as the next click stop, with cTn ids renumbered to stay unique. To
|
|
3454
|
+
* clear every animation first, call `clearSlideAnimations`.
|
|
3444
3455
|
*
|
|
3445
3456
|
* Supported `effect` tokens:
|
|
3446
3457
|
*
|
|
@@ -3687,6 +3698,24 @@ declare const getParagraphLineSpacing: (shape: SlideShapeData, paragraphIndex: n
|
|
|
3687
3698
|
readonly kind: "pts";
|
|
3688
3699
|
readonly value: number;
|
|
3689
3700
|
} | null;
|
|
3701
|
+
/**
|
|
3702
|
+
* Sets a paragraph's line spacing — the writer counterpart to
|
|
3703
|
+
* `getParagraphLineSpacing`. Two modes (mirroring `<a:lnSpc>`):
|
|
3704
|
+
*
|
|
3705
|
+
* - `{ kind: 'pct', value }` — a multiple of single spacing
|
|
3706
|
+
* (`1` = single, `1.5` = 150%, `2` = double) → `<a:spcPct>`.
|
|
3707
|
+
* - `{ kind: 'pts', value }` — a fixed leading in points → `<a:spcPts>`.
|
|
3708
|
+
*
|
|
3709
|
+
* Pass `null` to clear the override (the paragraph then inherits line
|
|
3710
|
+
* spacing from the layout / master).
|
|
3711
|
+
*/
|
|
3712
|
+
declare const setParagraphLineSpacing: (shape: SlideShapeData, paragraphIndex: number, spacing: {
|
|
3713
|
+
readonly kind: "pct";
|
|
3714
|
+
readonly value: number;
|
|
3715
|
+
} | {
|
|
3716
|
+
readonly kind: "pts";
|
|
3717
|
+
readonly value: number;
|
|
3718
|
+
} | null) => void;
|
|
3690
3719
|
/**
|
|
3691
3720
|
* Reads back the bullet style on a single paragraph, or `null` when
|
|
3692
3721
|
* no `<a:buChar>` / `<a:buAutoNum>` / `<a:buNone>` is present (the
|
|
@@ -3985,7 +4014,9 @@ declare const addSlideShape: (slide: SlideData, opts: {
|
|
|
3985
4014
|
w: Emu;
|
|
3986
4015
|
h: Emu;
|
|
3987
4016
|
text?: string;
|
|
3988
|
-
|
|
4017
|
+
/** Vertical text anchor (`t` / `ctr` / `b`). Horizontal alignment is set
|
|
4018
|
+
* separately via `setShapeAlignment` / `setParagraphAlignment`. */
|
|
4019
|
+
textAnchor?: "ctr" | "t" | "b";
|
|
3989
4020
|
name?: string;
|
|
3990
4021
|
}) => SlideShapeData;
|
|
3991
4022
|
/** Adds a straight-line connector between two points. */
|
|
@@ -5245,5 +5276,5 @@ declare const SLIDE_SIZE_16_10: SlideSize;
|
|
|
5245
5276
|
//#region src/api/index.d.ts
|
|
5246
5277
|
declare const VERSION: string;
|
|
5247
5278
|
//#endregion
|
|
5248
|
-
export { SlideBackground as $, setShapeClickAction as $a, GeomPath as $c, getTableCellText as $i, getShapeZIndex as $n, getShapeEffects as $o, findSlidesByLayoutName as $r, findSlidePlaceholders as $s, getSlideInfo as $t, getPresentationHyperlinkCountsBySlide as A, findChartsBySeriesName as Aa, getShapePlaceholderType as Ac, getSlideMediaPartNames as Ai, CommentPosition as Al, touchModified as An, getShapeTextAutoFit as Ao, getShapeRunHyperlink as Ar, getShapeFillColorResolved as As, moveSlide as At, getSlidesWithNotes as B, getSlideCharts as Ba, getUnusedSlideMasters as Bc, TableCellParagraph as Bi, emu as Bl, getSlideLayoutUsageCounts as Bn, setShapeTextAnchor as Bo, getSlideBody as Br, findEmptyPlaceholders as Bs, findSlideByTitle as Bt, getAllHyperlinks as C, setTableColumnWidth as Ca, getShapeCustomGeometry as Cc, PresentationSummary as Ci, PresentationData as Cl, getCoreProperties as Cn, removeSlideComment as Co, getParagraphLineSpacing as Cr, setShapeStrokeJoin as Cs, addSlide as Ct, getDistinctHyperlinkUrls as D, SlideChartData as Da, getShapeKind as Dc, getOrphanMediaPartNames as Di, SlideShapeData as Dl, incrementRevision as Dn, appendShapeText as Do, getShapeParagraphElements as Dr, ShapeStroke as Ds, duplicateSlideAt as Dt, getAllTables as E, setTableStyleId as Ea, getShapeId as Ec, getMediaParts as Ei, SlideLayoutData as El, getPresentationModified as En, TextWrap as Eo, getShapeParagraphCount as Er, ShapeFill as Es, duplicateSlide as Et, getSlideNotesLength as F, getShapeChartCategories as Fa, getShapeText as Fc, validatePresentation as Fi, TransitionOptions as Fl, findSlideLayoutByType as Fn, getShapeTextMargins as Fo, setParagraphBullet as Fr, getShapeStrokeColorResolved as Fs, AllShapesEntry as Ft, removeSlideNotes as G, ChartGrouping as Ga, renameShape as Gc, getTableCellAlignment as Gi, addSlideLine as Gn, setShapeTextFormat as Go, clearSlideAnimations as Gr, findShapesByHyperlink as Gs, getPresentationShapeCountsBySlide as Gt, getSlidesWithTables as H, ChartAxisScaling as Ha, isShapePlaceholder as Hc, getPresentationTableCountsBySlide as Hi, mm as Hl, getSlideLayouts as Hn, setShapeTextBodyRotationDeg as Ho, setSlideBody as Hr, findShapeByName as Hs, findSlidesByText as Ht, getSlidesWithCharts as I, getShapeChartKind as Ia, getSlideMasterCount as Ic, IssueSeverity as Ii, PresetShape as Il, getSlideLayoutName as In, getShapeTextWrap as Io, setParagraphLevel as Ir, getShapeStrokeCompound as Is, SlideInfo as It, clearSlideTransition as J, ChartSpec as Ja, setShapeDescription as Jc, getTableCellFill as Ji, addSlideTextBox as Jn, ShapeEffect as Jo, setShapeAnimation as Jr, findShapesByPreset as Js, getPresentationTextLengthsBySlide as Jt, replaceHyperlink as K, ChartKind as Ka, setShapeAltTitle as Kc, getTableCellAnchor as Ki, addSlideShape as Kn, setShapeTextMargins as Ko, findShapesWithAnimation as Kr, findShapesByKind as Ks, getPresentationText as Kt, getSlidesWithComments as L, getShapeChartSeriesNames as La, getSlideMasterPartName as Lc, ValidationIssue as Li, ImageFormat as Ll, getSlideLayoutPartName as Ln, setShapeAlignment as Lo, setParagraphSpacing as Lr, getShapeStrokeEffective as Ls, SlideOutlineEntry as Lt, getPresentationNotesLengthsBySlide as M, findChartsWithTrendlines as Ma, getShapePreset as Mc, readPackagePart as Mi, AnimationEffect as Ml, findLayoutsWithPlaceholderType as Mn, getShapeTextBodyRotationDeg as Mo, getShapeRunText as Mr, getShapeStroke as Ms, reverseSlides as Mt, getPresentationNotesText as N, getPresentationChartCountsBySlide as Na, getShapeRotation as Nc, setMediaPartBytes as Ni, AnimationOptions as Nl, findSlideLayout as Nn, getShapeTextColumns as No, isParagraphBulletPicture as Nr, getShapeStrokeCap as Ns, sortSlides as Nt, getEmptySlides as O, addSlideChart as Oa, getShapeName as Oc, getPackageSize as Oi, TableCellData as Ol, setCoreProperties as On, getShapeBodyPrEffective as Oo, getShapeRunClickAction as Or, getShapeFill as Os, importSlide as Ot, getSlideNotes as P, getPresentationChartKindCounts as Pa, getShapeSize as Pc, slidesUsingMediaPart as Pi, TransitionEffect as Pl, findSlideLayoutByPartName as Pn, getShapeTextDirection as Po, setParagraphAlignment as Pr, getShapeStrokeColor as Ps, swapSlides as Pt, resolveDeckBodyTextColor as Q, getShapeClickAction as Qa, GeomCommand as Qc, getTableCellSpan as Qi, copyShape as Qn, getShapeEffect as Qo, findShapesOutsideCanvas as Qr, findSlidePlaceholderByIdx as Qs, getSlideIndex as Qt, getSlidesWithHyperlinks as R, getShapeChartSeriesValues as Ra, getSlideMasterPartNames as Rc, TableCellBorder as Ri, Emu as Rl, getSlideLayoutPlaceholders as Rn, setShapeBullets as Ro, setShapeRunHyperlink as Rr, getShapeStrokeJoin as Rs, findSlideByPartName as Rt, getAllComments as S, setTableCellTextFormat as Sa, getShapeCenter as Sc, PackagePartInfo as Si, savePresentation as Sl, ExtendedProperties as Sn, getSlideComments as So, getParagraphLevel as Sr, setShapeStrokeDash as Ss, addSectionHeaderSlide as St, getAllNotes as T, setTableStyleFlags as Ta, getShapeFlip as Tc, compactPackage as Ti, SlideData as Tl, getPresentationCreated as Tn, TextAutoFit as To, getShapeHyperlinkTooltip as Tr, getShapeGradientFillEffective as Ts, addTitleSlide as Tt, getVisibleSlides as U, ChartDataLabelPosition as Ua, isShapeTextBox as Uc, getSlideTables as Ui, pt as Ul, getUnusedSlideLayouts as Un, setShapeTextColumns as Uo, setSlidePlaceholders as Ur, findShapeByText as Us, getAllShapes as Ut, getSlidesWithOverlap as V, setChartSpec as Va, isShapeHidden as Vc, clearTableCellFill as Vi, inches as Vl, getSlideLayoutUsageCountsByType as Vn, setShapeTextAutoFit as Vo, getSlideTitle as Vr, findShapeById as Vs, findSlidesByNotes as Vt, hasSlideNotes as W, ChartDataLabels as Wa, pointInShape as Wc, getTableCell as Wi, addSlideImage as Wn, setShapeTextDirection as Wo, setSlideTitle as Wr, findShapeInPresentation as Ws, getOutlineText as Wt, setSlideTransition as X, ChartTrendline as Xa, shapesOverlap as Xc, getTableCellParagraphs as Xi, bringShapeToFront as Xn, clearShapeEffects as Xo, findFlippedShapes as Xr, findShapesWithHyperlinks as Xs, getSlideAt as Xt, getSlideTransition as Y, ChartTextStyle as Ya, setShapeHidden as Yc, getTableCellMargins as Yi, bringShapeForward as Yn, ShapeEffectAny as Yo, ImageCrop as Yr, findShapesByText as Ys, getShapeAt as Yt, getEffectiveColorMap as Z, ShapeClickAction as Za, CustomGeometry as Zc, getTableCellPosition as Zi, clearSlideShapes as Zn, findShapesByEffect as Zo, findOverlappingShapePairs as Zr, findSlidePlaceholder as Zs, getSlideCount as Zt, clearSlideHyperlinks as _, setTableCellBorders as _a, getMaxShapeIdInPresentation as _c, setShapeImageBrightness as _i, setSlideSections as _l, PresentationThumbnail as _n, getCommentsSortedByDate as _o, getParagraphAlignment as _r, setShapeSize as _s, getSlideMasterShapes as _t, SlideSize as a, getTableSize as aa, getSlideShapes as ac, getShapeImageBytes as ai, LineEndType as al, getSlideXmlString as an, findCommentAuthorByName as ao, getParagraphPropertiesEffective as ar, getShapePatternFill as as, getSlideBackgroundPatternFill as at, findSlidesWithChartTrendlines as b, setTableCellText as ba, getShapeBounds as bc, setShapeImageOpacity as bi, createPresentation as bl, setThumbnail as bn, getPresentationCommenters as bo, getParagraphBulletStyle as br, setShapeStrokeCap as bs, addBlankSlide as bt, PresentationChartEntry as c, insertTableColumn as ca, setSlideLayout as cc, getShapeImageDuotone as ci, GradientFillOptions as cl, isSlideHidden as cn, findCommentsByAuthor as co, setShapeHyperlink as cr, setShapeFill as cs, getSlideLayoutBackgroundGradientFill as ct, PresentationImageEntry as d, isTableShape as da, centerShapeOnSlide as dc, getShapeImageLinkUrl as di, PatternPreset as dl, replaceTextInSlide as dn, getCommentAuthor as do, resolveDrawingColor as dr, setShapeImageFill as ds, getSlideLayoutBackgroundShapes as dt, getTableCellTextDirection as ea, getShapeIndex as ec, findSlidesByLayoutPartName as ei, GeomPoint as el, getSlideLayoutCount as en, ImageFit as eo, removeShape as er, getShapeEffectsEffective as es, SlideLayoutBackgroundShape as et, PresentationNotesEntry as f, mergeTableCells as fa, findShapesAtPoint as fc, getShapeImageOpacity as fi, TextFormat as fl, replaceTextInSlideNotes as fn, getCommentAuthors as fo, PresentationFonts as fr, setShapeNoFill as fs, getSlideLayoutShapes as ft, clearAllSlideNotes as g, setTableCellAnchor as ga, getMaxShapeId as gc, isShapeImageGrayscale as gi, getSlideSections as gl, slideHasAnimations as gn, getCommentText as go, ShapeParagraphElement as gr, setShapeRotation as gs, getSlideMasterBackgroundPatternFill as gt, clearAllHyperlinks as h, setTableCellAlignment as ha, getGroupTransform as hc, hasShapeText as hi, SlideSection as hl, setSlideHidden as hn, getCommentSlide as ho, getPresentationTheme as hr, setShapePosition as hs, getSlideMasterBackgroundImageBytes as ht, SLIDE_SIZE_4_3 as i, getTableRowHeights as ia, getSlideLayout as ic, getShapeImageBrightness as ii, LineEndSize as il, getSlideTextLength as in, clearSlideComments as io, ParagraphProperties as ir, clearShapeStroke as is, getSlideBackgroundImageBytes as it, getPresentationNotesLength as j, findChartsWithDataLabels as ja, getShapePosition as jc, listPackageParts as ji, SlideComment as jl, SlideLayoutPlaceholder as jn, getShapeTextAutoFitParams as jo, getShapeRunHyperlinkTooltip as jr, getShapeFillEffective as js, removeSlide as jt, getHiddenSlides as k, findChartByKind as ka, getShapePlaceholderIdx as kc, getPresentationSummary as ki, CommentAuthor as kl, setExtendedProperties as kn, getShapeTextAnchor as ko, getShapeRunCount as kr, getShapeFillColor as ks, mergePresentations as kt, PresentationCommentEntry as l, insertTableRow as la, translateShapes as lc, getShapeImageFillBytes as li, GradientStop as ll, replaceTextInNotes as ln, findCommentsByText as lo, setShapeRunFormat as lr, setShapeFlip as ls, getSlideLayoutBackgroundImageBytes as lt, appendSlideNotes as m, removeTableRow as ma, getGroupChildren as mc, hasShapeImage as mi, ParagraphAlignment as ml, searchSlides as mn, getCommentPosition as mo, getPresentationFonts as mr, setShapePatternFill as ms, getSlideMasterBackgroundGradientFill as mt, SLIDE_SIZE_16_10 as n, getTableColumnWidths as na, getShapeXmlString as nc, getPresentationImageCountsBySlide as ni, ArrowOptions as nl, getSlidePartName as nn, addSlideComment as no, sendShapeToBack as nr, setShapeShadow as ns, getSlideBackground as nt, getSlideSize as o, getTableStyleFlags as oa, getSlidesWithEmptyPlaceholders as oc, getShapeImageContrast as oi, GlowOptions as ol, getSlides as on, findCommentsAfter as oo, getShapeHyperlink as or, getShapeStrokeArrow as os, getSlideColorMapOverride as ot, PresentationTableEntry as p, removeTableColumn as pa, findShapesInRect as pc, getShapeImagePartName as pi, BulletStyle as pl, replaceTokensInPresentation as pn, getCommentDate as po, PresentationTheme as pr, setShapeNoStroke as ps, getSlideMasterBackground as pt, setSlideNotes as q, ChartSeries as qa, setShapeBounds as qc, getTableCellBorders as qi, addSlideTable as qn, setShapeTextWrap as qo, getShapeAnimation as qr, findShapesByName as qs, getPresentationTextLength as qt, SLIDE_SIZE_16_9 as r, getTableDimensions as ra, getShapesBounds as rc, getShapeImageBiLevelThreshold as ri, LineDash as rl, getSlideText as rn, clearAllSlideComments as ro, setShapeZIndex as rr, clearShapeFill as rs, getSlideBackgroundGradientFill as rt, setSlideSize as s, getTableStyleId as sa, replaceTokensInSlide as sc, getShapeImageCrop as si, ShadowOptions as sl, getSlidesByLayout as sn, findCommentsBefore as so, getShapeRunFormatEffective as sr, getShapeStrokeDash as ss, getSlideLayoutBackground as st, VERSION as t, getTableCells as ta, getShapeSlide as tc, findSlidesByLayoutType as ti, PathFillMode as tl, getSlideOutline as tn, setShapeImage as to, sendShapeBackward as tr, setShapeGlow as ts, clearSlideBackground as tt, PresentationHyperlinkEntry as u, isChartShape as ua, ShapeBounds as uc, getShapeImageFormat as ui, PatternFillOptions as ul, replaceTextInPresentation as un, findSlidesWithCommentsByAuthor as uo, getShapeRunFormat as ur, setShapeGradientFill as us, getSlideLayoutBackgroundPatternFill as ut, findSlidesByHyperlink as v, setTableCellFill as va, getShapeAdjustValues as vc, setShapeImageContrast as vi, PresentationInput as vl, getThumbnail as vn, getPresentationCommentCountsByAuthor as vo, getParagraphBullet as vr, setShapeStroke as vs, setSlideBackground as vt, getAllImages as w, setTableRowHeight as wa, getShapeDescription as wc, _internalPackageOf as wi, SlideCommentData as wl, getExtendedProperties as wn, TextAnchor as wo, getParagraphSpacing as wr, getShapeGradientFill as ws, addSlideAt as wt, getAllCharts as x, setTableCellTextDirection as xa, getShapeBoundsResolved as xc, MediaPart as xi, loadPresentation as xl, CoreProperties as xn, getSlideCommentAuthors as xo, getParagraphIndent as xr, setShapeStrokeCompound as xs, addContentSlide as xt, findSlidesWithChartKind as y, setTableCellMargins as ya, getShapeAltTitle as yc, setShapeImageCrop as yi, PresentationSize as yl, removeThumbnail as yn, getPresentationCommentCountsBySlide as yo, getParagraphBulletImageBytes as yr, setShapeStrokeArrow as ys, setSlideBackgroundImage as yt, getSlidesWithImages as z, getShapeChartSpec as za, getSlideMasterUsageCounts as zc, TableCellBorders as zi, cm as zl, getSlideLayoutType as zn, setShapeText as zo, setShapeRunText as zr, getShapeStrokeWidth as zs, findSlideByText as zt };
|
|
5249
|
-
//# sourceMappingURL=index-
|
|
5279
|
+
export { SlideBackground as $, getShapeClickAction as $a, GeomCommand as $c, getTableCellSpan as $i, getShapeZIndex as $n, getShapeEffect as $o, findShapesOutsideCanvas as $r, findSlidePlaceholderByIdx as $s, getSlideInfo as $t, getPresentationHyperlinkCountsBySlide as A, findChartByKind as Aa, getShapePlaceholderIdx as Ac, getPresentationSummary as Ai, CommentAuthor as Al, touchModified as An, getShapeTextAnchor as Ao, getShapeRunHyperlink as Ar, getShapeFillColor as As, moveSlide as At, getSlidesWithNotes as B, getShapeChartSpec as Ba, getSlideMasterUsageCounts as Bc, TableCellBorders as Bi, cm as Bl, getSlideLayoutUsageCounts as Bn, setShapeText as Bo, setShapeRunText as Br, getShapeStrokeWidth as Bs, findSlideByTitle as Bt, getAllHyperlinks as C, setTableCellTextFormat as Ca, getShapeCenter as Cc, PackagePartInfo as Ci, savePresentation as Cl, getCoreProperties as Cn, getSlideComments as Co, getParagraphLineSpacing as Cr, setShapeStrokeDash as Cs, addSlide as Ct, getDistinctHyperlinkUrls as D, setTableStyleId as Da, getShapeId as Dc, getMediaParts as Di, SlideLayoutData as Dl, incrementRevision as Dn, TextWrap as Do, getShapeParagraphElements as Dr, ShapeFill as Ds, duplicateSlideAt as Dt, getAllTables as E, setTableStyleFlags as Ea, getShapeFlip as Ec, compactPackage as Ei, SlideData as El, getPresentationModified as En, TextAutoFit as Eo, getShapeParagraphCount as Er, getShapeGradientFillEffective as Es, duplicateSlide as Et, getSlideNotesLength as F, getPresentationChartKindCounts as Fa, getShapeSize as Fc, slidesUsingMediaPart as Fi, TransitionEffect as Fl, findSlideLayoutByType as Fn, getShapeTextDirection as Fo, setParagraphBullet as Fr, getShapeStrokeColor as Fs, AllShapesEntry as Ft, removeSlideNotes as G, ChartDataLabels as Ga, pointInShape as Gc, getTableCell as Gi, addSlideLine as Gn, setShapeTextDirection as Go, setSlideTitle as Gr, findShapeInPresentation as Gs, getPresentationShapeCountsBySlide as Gt, getSlidesWithTables as H, setChartSpec as Ha, isShapeHidden as Hc, clearTableCellFill as Hi, inches as Hl, getSlideLayouts as Hn, setShapeTextAutoFit as Ho, getSlideTitle as Hr, findShapeById as Hs, findSlidesByText as Ht, getSlidesWithCharts as I, getShapeChartCategories as Ia, getShapeText as Ic, validatePresentation as Ii, TransitionOptions as Il, getSlideLayoutName as In, getShapeTextMargins as Io, setParagraphLevel as Ir, getShapeStrokeColorResolved as Is, SlideInfo as It, clearSlideTransition as J, ChartSeries as Ja, setShapeBounds as Jc, getTableCellBorders as Ji, addSlideTextBox as Jn, setShapeTextWrap as Jo, getShapeAnimation as Jr, findShapesByName as Js, getPresentationTextLengthsBySlide as Jt, replaceHyperlink as K, ChartGrouping as Ka, renameShape as Kc, getTableCellAlignment as Ki, addSlideShape as Kn, setShapeTextFormat as Ko, clearSlideAnimations as Kr, findShapesByHyperlink as Ks, getPresentationText as Kt, getSlidesWithComments as L, getShapeChartKind as La, getSlideMasterCount as Lc, IssueSeverity as Li, PresetShape as Ll, getSlideLayoutPartName as Ln, getShapeTextWrap as Lo, setParagraphLineSpacing as Lr, getShapeStrokeCompound as Ls, SlideOutlineEntry as Lt, getPresentationNotesLengthsBySlide as M, findChartsWithDataLabels as Ma, getShapePosition as Mc, listPackageParts as Mi, SlideComment as Ml, findLayoutsWithPlaceholderType as Mn, getShapeTextAutoFitParams as Mo, getShapeRunText as Mr, getShapeFillEffective as Ms, reverseSlides as Mt, getPresentationNotesText as N, findChartsWithTrendlines as Na, getShapePreset as Nc, readPackagePart as Ni, AnimationEffect as Nl, findSlideLayout as Nn, getShapeTextBodyRotationDeg as No, isParagraphBulletPicture as Nr, getShapeStroke as Ns, sortSlides as Nt, getEmptySlides as O, SlideChartData as Oa, getShapeKind as Oc, getOrphanMediaPartNames as Oi, SlideShapeData as Ol, setCoreProperties as On, appendShapeText as Oo, getShapeRunClickAction as Or, ShapeStroke as Os, importSlide as Ot, getSlideNotes as P, getPresentationChartCountsBySlide as Pa, getShapeRotation as Pc, setMediaPartBytes as Pi, AnimationOptions as Pl, findSlideLayoutByPartName as Pn, getShapeTextColumns as Po, setParagraphAlignment as Pr, getShapeStrokeCap as Ps, swapSlides as Pt, resolveDeckBodyTextColor as Q, ShapeClickAction as Qa, CustomGeometry as Qc, getTableCellPosition as Qi, copyShape as Qn, findShapesByEffect as Qo, findOverlappingShapePairs as Qr, findSlidePlaceholder as Qs, getSlideIndex as Qt, getSlidesWithHyperlinks as R, getShapeChartSeriesNames as Ra, getSlideMasterPartName as Rc, ValidationIssue as Ri, ImageFormat as Rl, getSlideLayoutPlaceholders as Rn, setShapeAlignment as Ro, setParagraphSpacing as Rr, getShapeStrokeEffective as Rs, findSlideByPartName as Rt, getAllComments as S, setTableCellTextDirection as Sa, getShapeBoundsResolved as Sc, MediaPart as Si, loadPresentation as Sl, ExtendedProperties as Sn, getSlideCommentAuthors as So, getParagraphLevel as Sr, setShapeStrokeCompound as Ss, addSectionHeaderSlide as St, getAllNotes as T, setTableRowHeight as Ta, getShapeDescription as Tc, _internalPackageOf as Ti, SlideCommentData as Tl, getPresentationCreated as Tn, TextAnchor as To, getShapeHyperlinkTooltip as Tr, getShapeGradientFill as Ts, addTitleSlide as Tt, getVisibleSlides as U, ChartAxisScaling as Ua, isShapePlaceholder as Uc, getPresentationTableCountsBySlide as Ui, mm as Ul, getUnusedSlideLayouts as Un, setShapeTextBodyRotationDeg as Uo, setSlideBody as Ur, findShapeByName as Us, getAllShapes as Ut, getSlidesWithOverlap as V, getSlideCharts as Va, getUnusedSlideMasters as Vc, TableCellParagraph as Vi, emu as Vl, getSlideLayoutUsageCountsByType as Vn, setShapeTextAnchor as Vo, getSlideBody as Vr, findEmptyPlaceholders as Vs, findSlidesByNotes as Vt, hasSlideNotes as W, ChartDataLabelPosition as Wa, isShapeTextBox as Wc, getSlideTables as Wi, pt as Wl, addSlideImage as Wn, setShapeTextColumns as Wo, setSlidePlaceholders as Wr, findShapeByText as Ws, getOutlineText as Wt, setSlideTransition as X, ChartTextStyle as Xa, setShapeHidden as Xc, getTableCellMargins as Xi, bringShapeToFront as Xn, ShapeEffectAny as Xo, ImageCrop as Xr, findShapesByText as Xs, getSlideAt as Xt, getSlideTransition as Y, ChartSpec as Ya, setShapeDescription as Yc, getTableCellFill as Yi, bringShapeForward as Yn, ShapeEffect as Yo, setShapeAnimation as Yr, findShapesByPreset as Ys, getShapeAt as Yt, getEffectiveColorMap as Z, ChartTrendline as Za, shapesOverlap as Zc, getTableCellParagraphs as Zi, clearSlideShapes as Zn, clearShapeEffects as Zo, findFlippedShapes as Zr, findShapesWithHyperlinks as Zs, getSlideCount as Zt, clearSlideHyperlinks as _, setTableCellAnchor as _a, getMaxShapeId as _c, isShapeImageGrayscale as _i, getSlideSections as _l, PresentationThumbnail as _n, getCommentText as _o, getParagraphAlignment as _r, setShapeRotation as _s, getSlideMasterShapes as _t, SlideSize as a, getTableRowHeights as aa, getSlideLayout as ac, getShapeImageBrightness as ai, LineEndSize as al, getSlideXmlString as an, clearSlideComments as ao, getParagraphPropertiesEffective as ar, clearShapeStroke as as, getSlideBackgroundPatternFill as at, findSlidesWithChartTrendlines as b, setTableCellMargins as ba, getShapeAltTitle as bc, setShapeImageCrop as bi, PresentationSize as bl, setThumbnail as bn, getPresentationCommentCountsBySlide as bo, getParagraphBulletStyle as br, setShapeStrokeArrow as bs, addBlankSlide as bt, PresentationChartEntry as c, getTableStyleId as ca, replaceTokensInSlide as cc, getShapeImageCrop as ci, ShadowOptions as cl, isSlideHidden as cn, findCommentsBefore as co, setShapeHyperlink as cr, getShapeStrokeDash as cs, getSlideLayoutBackgroundGradientFill as ct, PresentationImageEntry as d, isChartShape as da, ShapeBounds as dc, getShapeImageFormat as di, PatternFillOptions as dl, replaceTextInSlide as dn, findSlidesWithCommentsByAuthor as do, resolveDrawingColor as dr, setShapeGradientFill as ds, getSlideLayoutBackgroundShapes as dt, getTableCellText as ea, findSlidePlaceholders as ec, findSlidesByLayoutName as ei, GeomPath as el, getSlideLayoutCount as en, setShapeClickAction as eo, removeShape as er, getShapeEffects as es, SlideLayoutBackgroundShape as et, PresentationNotesEntry as f, isTableShape as fa, centerShapeOnSlide as fc, getShapeImageLinkUrl as fi, PatternPreset as fl, replaceTextInSlideNotes as fn, getCommentAuthor as fo, PresentationFonts as fr, setShapeImageFill as fs, getSlideLayoutShapes as ft, clearAllSlideNotes as g, setTableCellAlignment as ga, getGroupTransform as gc, hasShapeText as gi, SlideSection as gl, slideHasAnimations as gn, getCommentSlide as go, ShapeParagraphElement as gr, setShapePosition as gs, getSlideMasterBackgroundPatternFill as gt, clearAllHyperlinks as h, removeTableRow as ha, getGroupChildren as hc, hasShapeImage as hi, ParagraphAlignment as hl, setSlideHidden as hn, getCommentPosition as ho, getPresentationTheme as hr, setShapePatternFill as hs, getSlideMasterBackgroundImageBytes as ht, SLIDE_SIZE_4_3 as i, getTableDimensions as ia, getShapesBounds as ic, getShapeImageBiLevelThreshold as ii, LineDash as il, getSlideTextLength as in, clearAllSlideComments as io, ParagraphProperties as ir, clearShapeFill as is, getSlideBackgroundImageBytes as it, getPresentationNotesLength as j, findChartsBySeriesName as ja, getShapePlaceholderType as jc, getSlideMediaPartNames as ji, CommentPosition as jl, SlideLayoutPlaceholder as jn, getShapeTextAutoFit as jo, getShapeRunHyperlinkTooltip as jr, getShapeFillColorResolved as js, removeSlide as jt, getHiddenSlides as k, addSlideChart as ka, getShapeName as kc, getPackageSize as ki, TableCellData as kl, setExtendedProperties as kn, getShapeBodyPrEffective as ko, getShapeRunCount as kr, getShapeFill as ks, mergePresentations as kt, PresentationCommentEntry as l, insertTableColumn as la, setSlideLayout as lc, getShapeImageDuotone as li, GradientFillOptions as ll, replaceTextInNotes as ln, findCommentsByAuthor as lo, setShapeRunFormat as lr, setShapeFill as ls, getSlideLayoutBackgroundImageBytes as lt, appendSlideNotes as m, removeTableColumn as ma, findShapesInRect as mc, getShapeImagePartName as mi, BulletStyle as ml, searchSlides as mn, getCommentDate as mo, getPresentationFonts as mr, setShapeNoStroke as ms, getSlideMasterBackgroundGradientFill as mt, SLIDE_SIZE_16_10 as n, getTableCells as na, getShapeSlide as nc, findSlidesByLayoutType as ni, PathFillMode as nl, getSlidePartName as nn, setShapeImage as no, sendShapeToBack as nr, setShapeGlow as ns, getSlideBackground as nt, getSlideSize as o, getTableSize as oa, getSlideShapes as oc, getShapeImageBytes as oi, LineEndType as ol, getSlides as on, findCommentAuthorByName as oo, getShapeHyperlink as or, getShapePatternFill as os, getSlideColorMapOverride as ot, PresentationTableEntry as p, mergeTableCells as pa, findShapesAtPoint as pc, getShapeImageOpacity as pi, TextFormat as pl, replaceTokensInPresentation as pn, getCommentAuthors as po, PresentationTheme as pr, setShapeNoFill as ps, getSlideMasterBackground as pt, setSlideNotes as q, ChartKind as qa, setShapeAltTitle as qc, getTableCellAnchor as qi, addSlideTable as qn, setShapeTextMargins as qo, findShapesWithAnimation as qr, findShapesByKind as qs, getPresentationTextLength as qt, SLIDE_SIZE_16_9 as r, getTableColumnWidths as ra, getShapeXmlString as rc, getPresentationImageCountsBySlide as ri, ArrowOptions as rl, getSlideText as rn, addSlideComment as ro, setShapeZIndex as rr, setShapeShadow as rs, getSlideBackgroundGradientFill as rt, setSlideSize as s, getTableStyleFlags as sa, getSlidesWithEmptyPlaceholders as sc, getShapeImageContrast as si, GlowOptions as sl, getSlidesByLayout as sn, findCommentsAfter as so, getShapeRunFormatEffective as sr, getShapeStrokeArrow as ss, getSlideLayoutBackground as st, VERSION as t, getTableCellTextDirection as ta, getShapeIndex as tc, findSlidesByLayoutPartName as ti, GeomPoint as tl, getSlideOutline as tn, ImageFit as to, sendShapeBackward as tr, getShapeEffectsEffective as ts, clearSlideBackground as tt, PresentationHyperlinkEntry as u, insertTableRow as ua, translateShapes as uc, getShapeImageFillBytes as ui, GradientStop as ul, replaceTextInPresentation as un, findCommentsByText as uo, getShapeRunFormat as ur, setShapeFlip as us, getSlideLayoutBackgroundPatternFill as ut, findSlidesByHyperlink as v, setTableCellBorders as va, getMaxShapeIdInPresentation as vc, setShapeImageBrightness as vi, setSlideSections as vl, getThumbnail as vn, getCommentsSortedByDate as vo, getParagraphBullet as vr, setShapeSize as vs, setSlideBackground as vt, getAllImages as w, setTableColumnWidth as wa, getShapeCustomGeometry as wc, PresentationSummary as wi, PresentationData as wl, getExtendedProperties as wn, removeSlideComment as wo, getParagraphSpacing as wr, setShapeStrokeJoin as ws, addSlideAt as wt, getAllCharts as x, setTableCellText as xa, getShapeBounds as xc, setShapeImageOpacity as xi, createPresentation as xl, CoreProperties as xn, getPresentationCommenters as xo, getParagraphIndent as xr, setShapeStrokeCap as xs, addContentSlide as xt, findSlidesWithChartKind as y, setTableCellFill as ya, getShapeAdjustValues as yc, setShapeImageContrast as yi, PresentationInput as yl, removeThumbnail as yn, getPresentationCommentCountsByAuthor as yo, getParagraphBulletImageBytes as yr, setShapeStroke as ys, setSlideBackgroundImage as yt, getSlidesWithImages as z, getShapeChartSeriesValues as za, getSlideMasterPartNames as zc, TableCellBorder as zi, Emu as zl, getSlideLayoutType as zn, setShapeBullets as zo, setShapeRunHyperlink as zr, getShapeStrokeJoin as zs, findSlideByText as zt };
|
|
5280
|
+
//# sourceMappingURL=index-vTW90gao.d.ts.map
|
package/dist/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { $ as SlideBackground, $a as setShapeClickAction, $c as GeomPath, $i as getTableCellText, $n as getShapeZIndex, $o as getShapeEffects, $r as findSlidesByLayoutName, $s as findSlidePlaceholders, $t as getSlideInfo, A as getPresentationHyperlinkCountsBySlide, Aa as findChartsBySeriesName, Ac as getShapePlaceholderType, Ai as getSlideMediaPartNames, Al as CommentPosition, An as touchModified, Ao as getShapeTextAutoFit, Ar as getShapeRunHyperlink, As as getShapeFillColorResolved, At as moveSlide, B as getSlidesWithNotes, Ba as getSlideCharts, Bc as getUnusedSlideMasters, Bi as TableCellParagraph, Bl as emu, Bn as getSlideLayoutUsageCounts, Bo as setShapeTextAnchor, Br as getSlideBody, Bs as findEmptyPlaceholders, Bt as findSlideByTitle, C as getAllHyperlinks, Ca as setTableColumnWidth, Cc as getShapeCustomGeometry, Ci as PresentationSummary, Cl as PresentationData, Cn as getCoreProperties, Co as removeSlideComment, Cr as getParagraphLineSpacing, Cs as setShapeStrokeJoin, Ct as addSlide, D as getDistinctHyperlinkUrls, Da as SlideChartData, Dc as getShapeKind, Di as getOrphanMediaPartNames, Dl as SlideShapeData, Dn as incrementRevision, Do as appendShapeText, Dr as getShapeParagraphElements, Ds as ShapeStroke, Dt as duplicateSlideAt, E as getAllTables, Ea as setTableStyleId, Ec as getShapeId, Ei as getMediaParts, El as SlideLayoutData, En as getPresentationModified, Eo as TextWrap, Er as getShapeParagraphCount, Es as ShapeFill, Et as duplicateSlide, F as getSlideNotesLength, Fa as getShapeChartCategories, Fc as getShapeText, Fi as validatePresentation, Fl as TransitionOptions, Fn as findSlideLayoutByType, Fo as getShapeTextMargins, Fr as setParagraphBullet, Fs as getShapeStrokeColorResolved, Ft as AllShapesEntry, G as removeSlideNotes, Ga as ChartGrouping, Gc as renameShape, Gi as getTableCellAlignment, Gn as addSlideLine, Go as setShapeTextFormat, Gr as clearSlideAnimations, Gs as findShapesByHyperlink, Gt as getPresentationShapeCountsBySlide, H as getSlidesWithTables, Ha as ChartAxisScaling, Hc as isShapePlaceholder, Hi as getPresentationTableCountsBySlide, Hl as mm, Hn as getSlideLayouts, Ho as setShapeTextBodyRotationDeg, Hr as setSlideBody, Hs as findShapeByName, Ht as findSlidesByText, I as getSlidesWithCharts, Ia as getShapeChartKind, Ic as getSlideMasterCount, Ii as IssueSeverity, Il as PresetShape, In as getSlideLayoutName, Io as getShapeTextWrap, Ir as setParagraphLevel, Is as getShapeStrokeCompound, It as SlideInfo, J as clearSlideTransition, Ja as ChartSpec, Jc as setShapeDescription, Ji as getTableCellFill, Jn as addSlideTextBox, Jo as ShapeEffect, Jr as setShapeAnimation, Js as findShapesByPreset, Jt as getPresentationTextLengthsBySlide, K as replaceHyperlink, Ka as ChartKind, Kc as setShapeAltTitle, Ki as getTableCellAnchor, Kn as addSlideShape, Ko as setShapeTextMargins, Kr as findShapesWithAnimation, Ks as findShapesByKind, Kt as getPresentationText, L as getSlidesWithComments, La as getShapeChartSeriesNames, Lc as getSlideMasterPartName, Li as ValidationIssue, Ll as ImageFormat, Ln as getSlideLayoutPartName, Lo as setShapeAlignment, Lr as setParagraphSpacing, Ls as getShapeStrokeEffective, Lt as SlideOutlineEntry, M as getPresentationNotesLengthsBySlide, Ma as findChartsWithTrendlines, Mc as getShapePreset, Mi as readPackagePart, Ml as AnimationEffect, Mn as findLayoutsWithPlaceholderType, Mo as getShapeTextBodyRotationDeg, Mr as getShapeRunText, Ms as getShapeStroke, Mt as reverseSlides, N as getPresentationNotesText, Na as getPresentationChartCountsBySlide, Nc as getShapeRotation, Ni as setMediaPartBytes, Nl as AnimationOptions, Nn as findSlideLayout, No as getShapeTextColumns, Nr as isParagraphBulletPicture, Ns as getShapeStrokeCap, Nt as sortSlides, O as getEmptySlides, Oa as addSlideChart, Oc as getShapeName, Oi as getPackageSize, Ol as TableCellData, On as setCoreProperties, Oo as getShapeBodyPrEffective, Or as getShapeRunClickAction, Os as getShapeFill, Ot as importSlide, P as getSlideNotes, Pa as getPresentationChartKindCounts, Pc as getShapeSize, Pi as slidesUsingMediaPart, Pl as TransitionEffect, Pn as findSlideLayoutByPartName, Po as getShapeTextDirection, Pr as setParagraphAlignment, Ps as getShapeStrokeColor, Pt as swapSlides, Q as resolveDeckBodyTextColor, Qa as getShapeClickAction, Qc as GeomCommand, Qi as getTableCellSpan, Qn as copyShape, Qo as getShapeEffect, Qr as findShapesOutsideCanvas, Qs as findSlidePlaceholderByIdx, Qt as getSlideIndex, R as getSlidesWithHyperlinks, Ra as getShapeChartSeriesValues, Rc as getSlideMasterPartNames, Ri as TableCellBorder, Rl as Emu, Rn as getSlideLayoutPlaceholders, Ro as setShapeBullets, Rr as setShapeRunHyperlink, Rs as getShapeStrokeJoin, Rt as findSlideByPartName, S as getAllComments, Sa as setTableCellTextFormat, Sc as getShapeCenter, Si as PackagePartInfo, Sl as savePresentation, Sn as ExtendedProperties, So as getSlideComments, Sr as getParagraphLevel, Ss as setShapeStrokeDash, St as addSectionHeaderSlide, T as getAllNotes, Ta as setTableStyleFlags, Tc as getShapeFlip, Ti as compactPackage, Tl as SlideData, Tn as getPresentationCreated, To as TextAutoFit, Tr as getShapeHyperlinkTooltip, Ts as getShapeGradientFillEffective, Tt as addTitleSlide, U as getVisibleSlides, Ua as ChartDataLabelPosition, Uc as isShapeTextBox, Ui as getSlideTables, Ul as pt, Un as getUnusedSlideLayouts, Uo as setShapeTextColumns, Ur as setSlidePlaceholders, Us as findShapeByText, Ut as getAllShapes, V as getSlidesWithOverlap, Va as setChartSpec, Vc as isShapeHidden, Vi as clearTableCellFill, Vl as inches, Vn as getSlideLayoutUsageCountsByType, Vo as setShapeTextAutoFit, Vr as getSlideTitle, Vs as findShapeById, Vt as findSlidesByNotes, W as hasSlideNotes, Wa as ChartDataLabels, Wc as pointInShape, Wi as getTableCell, Wn as addSlideImage, Wo as setShapeTextDirection, Wr as setSlideTitle, Ws as findShapeInPresentation, Wt as getOutlineText, X as setSlideTransition, Xa as ChartTrendline, Xc as shapesOverlap, Xi as getTableCellParagraphs, Xn as bringShapeToFront, Xo as clearShapeEffects, Xr as findFlippedShapes, Xs as findShapesWithHyperlinks, Xt as getSlideAt, Y as getSlideTransition, Ya as ChartTextStyle, Yc as setShapeHidden, Yi as getTableCellMargins, Yn as bringShapeForward, Yo as ShapeEffectAny, Yr as ImageCrop, Ys as findShapesByText, Yt as getShapeAt, Z as getEffectiveColorMap, Za as ShapeClickAction, Zc as CustomGeometry, Zi as getTableCellPosition, Zn as clearSlideShapes, Zo as findShapesByEffect, Zr as findOverlappingShapePairs, Zs as findSlidePlaceholder, Zt as getSlideCount, _ as clearSlideHyperlinks, _a as setTableCellBorders, _c as getMaxShapeIdInPresentation, _i as setShapeImageBrightness, _l as setSlideSections, _n as PresentationThumbnail, _o as getCommentsSortedByDate, _r as getParagraphAlignment, _s as setShapeSize, _t as getSlideMasterShapes, a as SlideSize, aa as getTableSize, ac as getSlideShapes, ai as getShapeImageBytes, al as LineEndType, an as getSlideXmlString, ao as findCommentAuthorByName, ar as getParagraphPropertiesEffective, as as getShapePatternFill, at as getSlideBackgroundPatternFill, b as findSlidesWithChartTrendlines, ba as setTableCellText, bc as getShapeBounds, bi as setShapeImageOpacity, bl as createPresentation, bn as setThumbnail, bo as getPresentationCommenters, br as getParagraphBulletStyle, bs as setShapeStrokeCap, bt as addBlankSlide, c as PresentationChartEntry, ca as insertTableColumn, cc as setSlideLayout, ci as getShapeImageDuotone, cl as GradientFillOptions, cn as isSlideHidden, co as findCommentsByAuthor, cr as setShapeHyperlink, cs as setShapeFill, ct as getSlideLayoutBackgroundGradientFill, d as PresentationImageEntry, da as isTableShape, dc as centerShapeOnSlide, di as getShapeImageLinkUrl, dl as PatternPreset, dn as replaceTextInSlide, do as getCommentAuthor, dr as resolveDrawingColor, ds as setShapeImageFill, dt as getSlideLayoutBackgroundShapes, ea as getTableCellTextDirection, ec as getShapeIndex, ei as findSlidesByLayoutPartName, el as GeomPoint, en as getSlideLayoutCount, eo as ImageFit, er as removeShape, es as getShapeEffectsEffective, et as SlideLayoutBackgroundShape, f as PresentationNotesEntry, fa as mergeTableCells, fc as findShapesAtPoint, fi as getShapeImageOpacity, fl as TextFormat, fn as replaceTextInSlideNotes, fo as getCommentAuthors, fr as PresentationFonts, fs as setShapeNoFill, ft as getSlideLayoutShapes, g as clearAllSlideNotes, ga as setTableCellAnchor, gc as getMaxShapeId, gi as isShapeImageGrayscale, gl as getSlideSections, gn as slideHasAnimations, go as getCommentText, gr as ShapeParagraphElement, gs as setShapeRotation, gt as getSlideMasterBackgroundPatternFill, h as clearAllHyperlinks, ha as setTableCellAlignment, hc as getGroupTransform, hi as hasShapeText, hl as SlideSection, hn as setSlideHidden, ho as getCommentSlide, hr as getPresentationTheme, hs as setShapePosition, ht as getSlideMasterBackgroundImageBytes, i as SLIDE_SIZE_4_3, ia as getTableRowHeights, ic as getSlideLayout, ii as getShapeImageBrightness, il as LineEndSize, in as getSlideTextLength, io as clearSlideComments, ir as ParagraphProperties, is as clearShapeStroke, it as getSlideBackgroundImageBytes, j as getPresentationNotesLength, ja as findChartsWithDataLabels, jc as getShapePosition, ji as listPackageParts, jl as SlideComment, jn as SlideLayoutPlaceholder, jo as getShapeTextAutoFitParams, jr as getShapeRunHyperlinkTooltip, js as getShapeFillEffective, jt as removeSlide, k as getHiddenSlides, ka as findChartByKind, kc as getShapePlaceholderIdx, ki as getPresentationSummary, kl as CommentAuthor, kn as setExtendedProperties, ko as getShapeTextAnchor, kr as getShapeRunCount, ks as getShapeFillColor, kt as mergePresentations, l as PresentationCommentEntry, la as insertTableRow, lc as translateShapes, li as getShapeImageFillBytes, ll as GradientStop, ln as replaceTextInNotes, lo as findCommentsByText, lr as setShapeRunFormat, ls as setShapeFlip, lt as getSlideLayoutBackgroundImageBytes, m as appendSlideNotes, ma as removeTableRow, mc as getGroupChildren, mi as hasShapeImage, ml as ParagraphAlignment, mn as searchSlides, mo as getCommentPosition, mr as getPresentationFonts, ms as setShapePatternFill, mt as getSlideMasterBackgroundGradientFill, n as SLIDE_SIZE_16_10, na as getTableColumnWidths, nc as getShapeXmlString, ni as getPresentationImageCountsBySlide, nl as ArrowOptions, nn as getSlidePartName, no as addSlideComment, nr as sendShapeToBack, ns as setShapeShadow, nt as getSlideBackground, o as getSlideSize, oa as getTableStyleFlags, oc as getSlidesWithEmptyPlaceholders, oi as getShapeImageContrast, ol as GlowOptions, on as getSlides, oo as findCommentsAfter, or as getShapeHyperlink, os as getShapeStrokeArrow, ot as getSlideColorMapOverride, p as PresentationTableEntry, pa as removeTableColumn, pc as findShapesInRect, pi as getShapeImagePartName, pl as BulletStyle, pn as replaceTokensInPresentation, po as getCommentDate, pr as PresentationTheme, ps as setShapeNoStroke, pt as getSlideMasterBackground, q as setSlideNotes, qa as ChartSeries, qc as setShapeBounds, qi as getTableCellBorders, qn as addSlideTable, qo as setShapeTextWrap, qr as getShapeAnimation, qs as findShapesByName, qt as getPresentationTextLength, r as SLIDE_SIZE_16_9, ra as getTableDimensions, rc as getShapesBounds, ri as getShapeImageBiLevelThreshold, rl as LineDash, rn as getSlideText, ro as clearAllSlideComments, rr as setShapeZIndex, rs as clearShapeFill, rt as getSlideBackgroundGradientFill, s as setSlideSize, sa as getTableStyleId, sc as replaceTokensInSlide, si as getShapeImageCrop, sl as ShadowOptions, sn as getSlidesByLayout, so as findCommentsBefore, sr as getShapeRunFormatEffective, ss as getShapeStrokeDash, st as getSlideLayoutBackground, t as VERSION, ta as getTableCells, tc as getShapeSlide, ti as findSlidesByLayoutType, tl as PathFillMode, tn as getSlideOutline, to as setShapeImage, tr as sendShapeBackward, ts as setShapeGlow, tt as clearSlideBackground, u as PresentationHyperlinkEntry, ua as isChartShape, uc as ShapeBounds, ui as getShapeImageFormat, ul as PatternFillOptions, un as replaceTextInPresentation, uo as findSlidesWithCommentsByAuthor, ur as getShapeRunFormat, us as setShapeGradientFill, ut as getSlideLayoutBackgroundPatternFill, v as findSlidesByHyperlink, va as setTableCellFill, vc as getShapeAdjustValues, vi as setShapeImageContrast, vl as PresentationInput, vn as getThumbnail, vo as getPresentationCommentCountsByAuthor, vr as getParagraphBullet, vs as setShapeStroke, vt as setSlideBackground, w as getAllImages, wa as setTableRowHeight, wc as getShapeDescription, wi as _internalPackageOf, wl as SlideCommentData, wn as getExtendedProperties, wo as TextAnchor, wr as getParagraphSpacing, ws as getShapeGradientFill, wt as addSlideAt, x as getAllCharts, xa as setTableCellTextDirection, xc as getShapeBoundsResolved, xi as MediaPart, xl as loadPresentation, xn as CoreProperties, xo as getSlideCommentAuthors, xr as getParagraphIndent, xs as setShapeStrokeCompound, xt as addContentSlide, y as findSlidesWithChartKind, ya as setTableCellMargins, yc as getShapeAltTitle, yi as setShapeImageCrop, yl as PresentationSize, yn as removeThumbnail, yo as getPresentationCommentCountsBySlide, yr as getParagraphBulletImageBytes, ys as setShapeStrokeArrow, yt as setSlideBackgroundImage, z as getSlidesWithImages, za as getShapeChartSpec, zc as getSlideMasterUsageCounts, zi as TableCellBorders, zl as cm, zn as getSlideLayoutType, zo as setShapeText, zr as setShapeRunText, zs as getShapeStrokeWidth, zt as findSlideByText } from "./index-Dz2acMvu.js";
|
|
2
|
-
export { type AllShapesEntry, type AnimationEffect, type AnimationOptions, type ArrowOptions, type BulletStyle, type ChartAxisScaling, type ChartDataLabelPosition, type ChartDataLabels, type ChartGrouping, type ChartKind, type ChartSeries, type ChartSpec, type ChartTextStyle, type ChartTrendline, type CommentAuthor, type CommentPosition, type CoreProperties, type CustomGeometry, type Emu, type ExtendedProperties, type GeomCommand, type GeomPath, type GeomPoint, type GlowOptions, type GradientFillOptions, type GradientStop, type ImageCrop, type ImageFit, type ImageFormat, type IssueSeverity, type LineDash, type LineEndSize, type LineEndType, type MediaPart, type PackagePartInfo, type ParagraphAlignment, type ParagraphProperties, type PathFillMode, type PatternFillOptions, type PatternPreset, type PresentationChartEntry, type PresentationCommentEntry, type PresentationData, type PresentationFonts, type PresentationHyperlinkEntry, type PresentationImageEntry, type PresentationInput, type PresentationNotesEntry, type PresentationSize, type PresentationSummary, type PresentationTableEntry, type PresentationTheme, type PresentationThumbnail, type PresetShape, SLIDE_SIZE_16_10, SLIDE_SIZE_16_9, SLIDE_SIZE_4_3, type ShadowOptions, type ShapeBounds, type ShapeClickAction, type ShapeEffect, type ShapeEffectAny, type ShapeFill, type ShapeParagraphElement, type ShapeStroke, type SlideBackground, type SlideChartData, type SlideComment, type SlideCommentData, type SlideData, type SlideInfo, type SlideLayoutBackgroundShape, type SlideLayoutData, type SlideLayoutPlaceholder, type SlideOutlineEntry, type SlideSection, type SlideShapeData, type SlideSize, type TableCellBorder, type TableCellBorders, type TableCellData, type TableCellParagraph, type TextAnchor, type TextAutoFit, type TextFormat, type TextWrap, type TransitionEffect, type TransitionOptions, VERSION, type ValidationIssue, _internalPackageOf, addBlankSlide, addContentSlide, addSectionHeaderSlide, addSlide, addSlideAt, addSlideChart, addSlideComment, addSlideImage, addSlideLine, addSlideShape, addSlideTable, addSlideTextBox, addTitleSlide, appendShapeText, appendSlideNotes, bringShapeForward, bringShapeToFront, centerShapeOnSlide, clearAllHyperlinks, clearAllSlideComments, clearAllSlideNotes, clearShapeEffects, clearShapeFill, clearShapeStroke, clearSlideAnimations, clearSlideBackground, clearSlideComments, clearSlideHyperlinks, clearSlideShapes, clearSlideTransition, clearTableCellFill, cm, compactPackage, copyShape, createPresentation, duplicateSlide, duplicateSlideAt, emu, findChartByKind, findChartsBySeriesName, findChartsWithDataLabels, findChartsWithTrendlines, findCommentAuthorByName, findCommentsAfter, findCommentsBefore, findCommentsByAuthor, findCommentsByText, findEmptyPlaceholders, findFlippedShapes, findLayoutsWithPlaceholderType, findOverlappingShapePairs, findShapeById, findShapeByName, findShapeByText, findShapeInPresentation, findShapesAtPoint, findShapesByEffect, findShapesByHyperlink, findShapesByKind, findShapesByName, findShapesByPreset, findShapesByText, findShapesInRect, findShapesOutsideCanvas, findShapesWithAnimation, findShapesWithHyperlinks, findSlideByPartName, findSlideByText, findSlideByTitle, findSlideLayout, findSlideLayoutByPartName, findSlideLayoutByType, findSlidePlaceholder, findSlidePlaceholderByIdx, findSlidePlaceholders, findSlidesByHyperlink, findSlidesByLayoutName, findSlidesByLayoutPartName, findSlidesByLayoutType, findSlidesByNotes, findSlidesByText, findSlidesWithChartKind, findSlidesWithChartTrendlines, findSlidesWithCommentsByAuthor, getAllCharts, getAllComments, getAllHyperlinks, getAllImages, getAllNotes, getAllShapes, getAllTables, getCommentAuthor, getCommentAuthors, getCommentDate, getCommentPosition, getCommentSlide, getCommentText, getCommentsSortedByDate, getCoreProperties, getDistinctHyperlinkUrls, getEffectiveColorMap, getEmptySlides, getExtendedProperties, getGroupChildren, getGroupTransform, getHiddenSlides, getMaxShapeId, getMaxShapeIdInPresentation, getMediaParts, getOrphanMediaPartNames, getOutlineText, getPackageSize, getParagraphAlignment, getParagraphBullet, getParagraphBulletImageBytes, getParagraphBulletStyle, getParagraphIndent, getParagraphLevel, getParagraphLineSpacing, getParagraphPropertiesEffective, getParagraphSpacing, getPresentationChartCountsBySlide, getPresentationChartKindCounts, getPresentationCommentCountsByAuthor, getPresentationCommentCountsBySlide, getPresentationCommenters, getPresentationCreated, getPresentationFonts, getPresentationHyperlinkCountsBySlide, getPresentationImageCountsBySlide, getPresentationModified, getPresentationNotesLength, getPresentationNotesLengthsBySlide, getPresentationNotesText, getPresentationShapeCountsBySlide, getPresentationSummary, getPresentationTableCountsBySlide, getPresentationText, getPresentationTextLength, getPresentationTextLengthsBySlide, getPresentationTheme, getShapeAdjustValues, getShapeAltTitle, getShapeAnimation, getShapeAt, getShapeBodyPrEffective, getShapeBounds, getShapeBoundsResolved, getShapeCenter, getShapeChartCategories, getShapeChartKind, getShapeChartSeriesNames, getShapeChartSeriesValues, getShapeChartSpec, getShapeClickAction, getShapeCustomGeometry, getShapeDescription, getShapeEffect, getShapeEffects, getShapeEffectsEffective, getShapeFill, getShapeFillColor, getShapeFillColorResolved, getShapeFillEffective, getShapeFlip, getShapeGradientFill, getShapeGradientFillEffective, getShapeHyperlink, getShapeHyperlinkTooltip, getShapeId, getShapeImageBiLevelThreshold, getShapeImageBrightness, getShapeImageBytes, getShapeImageContrast, getShapeImageCrop, getShapeImageDuotone, getShapeImageFillBytes, getShapeImageFormat, getShapeImageLinkUrl, getShapeImageOpacity, getShapeImagePartName, getShapeIndex, getShapeKind, getShapeName, getShapeParagraphCount, getShapeParagraphElements, getShapePatternFill, getShapePlaceholderIdx, getShapePlaceholderType, getShapePosition, getShapePreset, getShapeRotation, getShapeRunClickAction, getShapeRunCount, getShapeRunFormat, getShapeRunFormatEffective, getShapeRunHyperlink, getShapeRunHyperlinkTooltip, getShapeRunText, getShapeSize, getShapeSlide, getShapeStroke, getShapeStrokeArrow, getShapeStrokeCap, getShapeStrokeColor, getShapeStrokeColorResolved, getShapeStrokeCompound, getShapeStrokeDash, getShapeStrokeEffective, getShapeStrokeJoin, getShapeStrokeWidth, getShapeText, getShapeTextAnchor, getShapeTextAutoFit, getShapeTextAutoFitParams, getShapeTextBodyRotationDeg, getShapeTextColumns, getShapeTextDirection, getShapeTextMargins, getShapeTextWrap, getShapeXmlString, getShapeZIndex, getShapesBounds, getSlideAt, getSlideBackground, getSlideBackgroundGradientFill, getSlideBackgroundImageBytes, getSlideBackgroundPatternFill, getSlideBody, getSlideCharts, getSlideColorMapOverride, getSlideCommentAuthors, getSlideComments, getSlideCount, getSlideIndex, getSlideInfo, getSlideLayout, getSlideLayoutBackground, getSlideLayoutBackgroundGradientFill, getSlideLayoutBackgroundImageBytes, getSlideLayoutBackgroundPatternFill, getSlideLayoutBackgroundShapes, getSlideLayoutCount, getSlideLayoutName, getSlideLayoutPartName, getSlideLayoutPlaceholders, getSlideLayoutShapes, getSlideLayoutType, getSlideLayoutUsageCounts, getSlideLayoutUsageCountsByType, getSlideLayouts, getSlideMasterBackground, getSlideMasterBackgroundGradientFill, getSlideMasterBackgroundImageBytes, getSlideMasterBackgroundPatternFill, getSlideMasterCount, getSlideMasterPartName, getSlideMasterPartNames, getSlideMasterShapes, getSlideMasterUsageCounts, getSlideMediaPartNames, getSlideNotes, getSlideNotesLength, getSlideOutline, getSlidePartName, getSlideSections, getSlideShapes, getSlideSize, getSlideTables, getSlideText, getSlideTextLength, getSlideTitle, getSlideTransition, getSlideXmlString, getSlides, getSlidesByLayout, getSlidesWithCharts, getSlidesWithComments, getSlidesWithEmptyPlaceholders, getSlidesWithHyperlinks, getSlidesWithImages, getSlidesWithNotes, getSlidesWithOverlap, getSlidesWithTables, getTableCell, getTableCellAlignment, getTableCellAnchor, getTableCellBorders, getTableCellFill, getTableCellMargins, getTableCellParagraphs, getTableCellPosition, getTableCellSpan, getTableCellText, getTableCellTextDirection, getTableCells, getTableColumnWidths, getTableDimensions, getTableRowHeights, getTableSize, getTableStyleFlags, getTableStyleId, getThumbnail, getUnusedSlideLayouts, getUnusedSlideMasters, getVisibleSlides, hasShapeImage, hasShapeText, hasSlideNotes, importSlide, inches, incrementRevision, insertTableColumn, insertTableRow, isChartShape, isParagraphBulletPicture, isShapeHidden, isShapeImageGrayscale, isShapePlaceholder, isShapeTextBox, isSlideHidden, isTableShape, listPackageParts, loadPresentation, mergePresentations, mergeTableCells, mm, moveSlide, pointInShape, pt, readPackagePart, removeShape, removeSlide, removeSlideComment, removeSlideNotes, removeTableColumn, removeTableRow, removeThumbnail, renameShape, replaceHyperlink, replaceTextInNotes, replaceTextInPresentation, replaceTextInSlide, replaceTextInSlideNotes, replaceTokensInPresentation, replaceTokensInSlide, resolveDeckBodyTextColor, resolveDrawingColor, reverseSlides, savePresentation, searchSlides, sendShapeBackward, sendShapeToBack, setChartSpec, setCoreProperties, setExtendedProperties, setMediaPartBytes, setParagraphAlignment, setParagraphBullet, setParagraphLevel, setParagraphSpacing, setShapeAlignment, setShapeAltTitle, setShapeAnimation, setShapeBounds, setShapeBullets, setShapeClickAction, setShapeDescription, setShapeFill, setShapeFlip, setShapeGlow, setShapeGradientFill, setShapeHidden, setShapeHyperlink, setShapeImage, setShapeImageBrightness, setShapeImageContrast, setShapeImageCrop, setShapeImageFill, setShapeImageOpacity, setShapeNoFill, setShapeNoStroke, setShapePatternFill, setShapePosition, setShapeRotation, setShapeRunFormat, setShapeRunHyperlink, setShapeRunText, setShapeShadow, setShapeSize, setShapeStroke, setShapeStrokeArrow, setShapeStrokeCap, setShapeStrokeCompound, setShapeStrokeDash, setShapeStrokeJoin, setShapeText, setShapeTextAnchor, setShapeTextAutoFit, setShapeTextBodyRotationDeg, setShapeTextColumns, setShapeTextDirection, setShapeTextFormat, setShapeTextMargins, setShapeTextWrap, setShapeZIndex, setSlideBackground, setSlideBackgroundImage, setSlideBody, setSlideHidden, setSlideLayout, setSlideNotes, setSlidePlaceholders, setSlideSections, setSlideSize, setSlideTitle, setSlideTransition, setTableCellAlignment, setTableCellAnchor, setTableCellBorders, setTableCellFill, setTableCellMargins, setTableCellText, setTableCellTextDirection, setTableCellTextFormat, setTableColumnWidth, setTableRowHeight, setTableStyleFlags, setTableStyleId, setThumbnail, shapesOverlap, slideHasAnimations, slidesUsingMediaPart, sortSlides, swapSlides, touchModified, translateShapes, validatePresentation };
|
|
1
|
+
import { $ as SlideBackground, $a as getShapeClickAction, $c as GeomCommand, $i as getTableCellSpan, $n as getShapeZIndex, $o as getShapeEffect, $r as findShapesOutsideCanvas, $s as findSlidePlaceholderByIdx, $t as getSlideInfo, A as getPresentationHyperlinkCountsBySlide, Aa as findChartByKind, Ac as getShapePlaceholderIdx, Ai as getPresentationSummary, Al as CommentAuthor, An as touchModified, Ao as getShapeTextAnchor, Ar as getShapeRunHyperlink, As as getShapeFillColor, At as moveSlide, B as getSlidesWithNotes, Ba as getShapeChartSpec, Bc as getSlideMasterUsageCounts, Bi as TableCellBorders, Bl as cm, Bn as getSlideLayoutUsageCounts, Bo as setShapeText, Br as setShapeRunText, Bs as getShapeStrokeWidth, Bt as findSlideByTitle, C as getAllHyperlinks, Ca as setTableCellTextFormat, Cc as getShapeCenter, Ci as PackagePartInfo, Cl as savePresentation, Cn as getCoreProperties, Co as getSlideComments, Cr as getParagraphLineSpacing, Cs as setShapeStrokeDash, Ct as addSlide, D as getDistinctHyperlinkUrls, Da as setTableStyleId, Dc as getShapeId, Di as getMediaParts, Dl as SlideLayoutData, Dn as incrementRevision, Do as TextWrap, Dr as getShapeParagraphElements, Ds as ShapeFill, Dt as duplicateSlideAt, E as getAllTables, Ea as setTableStyleFlags, Ec as getShapeFlip, Ei as compactPackage, El as SlideData, En as getPresentationModified, Eo as TextAutoFit, Er as getShapeParagraphCount, Es as getShapeGradientFillEffective, Et as duplicateSlide, F as getSlideNotesLength, Fa as getPresentationChartKindCounts, Fc as getShapeSize, Fi as slidesUsingMediaPart, Fl as TransitionEffect, Fn as findSlideLayoutByType, Fo as getShapeTextDirection, Fr as setParagraphBullet, Fs as getShapeStrokeColor, Ft as AllShapesEntry, G as removeSlideNotes, Ga as ChartDataLabels, Gc as pointInShape, Gi as getTableCell, Gn as addSlideLine, Go as setShapeTextDirection, Gr as setSlideTitle, Gs as findShapeInPresentation, Gt as getPresentationShapeCountsBySlide, H as getSlidesWithTables, Ha as setChartSpec, Hc as isShapeHidden, Hi as clearTableCellFill, Hl as inches, Hn as getSlideLayouts, Ho as setShapeTextAutoFit, Hr as getSlideTitle, Hs as findShapeById, Ht as findSlidesByText, I as getSlidesWithCharts, Ia as getShapeChartCategories, Ic as getShapeText, Ii as validatePresentation, Il as TransitionOptions, In as getSlideLayoutName, Io as getShapeTextMargins, Ir as setParagraphLevel, Is as getShapeStrokeColorResolved, It as SlideInfo, J as clearSlideTransition, Ja as ChartSeries, Jc as setShapeBounds, Ji as getTableCellBorders, Jn as addSlideTextBox, Jo as setShapeTextWrap, Jr as getShapeAnimation, Js as findShapesByName, Jt as getPresentationTextLengthsBySlide, K as replaceHyperlink, Ka as ChartGrouping, Kc as renameShape, Ki as getTableCellAlignment, Kn as addSlideShape, Ko as setShapeTextFormat, Kr as clearSlideAnimations, Ks as findShapesByHyperlink, Kt as getPresentationText, L as getSlidesWithComments, La as getShapeChartKind, Lc as getSlideMasterCount, Li as IssueSeverity, Ll as PresetShape, Ln as getSlideLayoutPartName, Lo as getShapeTextWrap, Lr as setParagraphLineSpacing, Ls as getShapeStrokeCompound, Lt as SlideOutlineEntry, M as getPresentationNotesLengthsBySlide, Ma as findChartsWithDataLabels, Mc as getShapePosition, Mi as listPackageParts, Ml as SlideComment, Mn as findLayoutsWithPlaceholderType, Mo as getShapeTextAutoFitParams, Mr as getShapeRunText, Ms as getShapeFillEffective, Mt as reverseSlides, N as getPresentationNotesText, Na as findChartsWithTrendlines, Nc as getShapePreset, Ni as readPackagePart, Nl as AnimationEffect, Nn as findSlideLayout, No as getShapeTextBodyRotationDeg, Nr as isParagraphBulletPicture, Ns as getShapeStroke, Nt as sortSlides, O as getEmptySlides, Oa as SlideChartData, Oc as getShapeKind, Oi as getOrphanMediaPartNames, Ol as SlideShapeData, On as setCoreProperties, Oo as appendShapeText, Or as getShapeRunClickAction, Os as ShapeStroke, Ot as importSlide, P as getSlideNotes, Pa as getPresentationChartCountsBySlide, Pc as getShapeRotation, Pi as setMediaPartBytes, Pl as AnimationOptions, Pn as findSlideLayoutByPartName, Po as getShapeTextColumns, Pr as setParagraphAlignment, Ps as getShapeStrokeCap, Pt as swapSlides, Q as resolveDeckBodyTextColor, Qa as ShapeClickAction, Qc as CustomGeometry, Qi as getTableCellPosition, Qn as copyShape, Qo as findShapesByEffect, Qr as findOverlappingShapePairs, Qs as findSlidePlaceholder, Qt as getSlideIndex, R as getSlidesWithHyperlinks, Ra as getShapeChartSeriesNames, Rc as getSlideMasterPartName, Ri as ValidationIssue, Rl as ImageFormat, Rn as getSlideLayoutPlaceholders, Ro as setShapeAlignment, Rr as setParagraphSpacing, Rs as getShapeStrokeEffective, Rt as findSlideByPartName, S as getAllComments, Sa as setTableCellTextDirection, Sc as getShapeBoundsResolved, Si as MediaPart, Sl as loadPresentation, Sn as ExtendedProperties, So as getSlideCommentAuthors, Sr as getParagraphLevel, Ss as setShapeStrokeCompound, St as addSectionHeaderSlide, T as getAllNotes, Ta as setTableRowHeight, Tc as getShapeDescription, Ti as _internalPackageOf, Tl as SlideCommentData, Tn as getPresentationCreated, To as TextAnchor, Tr as getShapeHyperlinkTooltip, Ts as getShapeGradientFill, Tt as addTitleSlide, U as getVisibleSlides, Ua as ChartAxisScaling, Uc as isShapePlaceholder, Ui as getPresentationTableCountsBySlide, Ul as mm, Un as getUnusedSlideLayouts, Uo as setShapeTextBodyRotationDeg, Ur as setSlideBody, Us as findShapeByName, Ut as getAllShapes, V as getSlidesWithOverlap, Va as getSlideCharts, Vc as getUnusedSlideMasters, Vi as TableCellParagraph, Vl as emu, Vn as getSlideLayoutUsageCountsByType, Vo as setShapeTextAnchor, Vr as getSlideBody, Vs as findEmptyPlaceholders, Vt as findSlidesByNotes, W as hasSlideNotes, Wa as ChartDataLabelPosition, Wc as isShapeTextBox, Wi as getSlideTables, Wl as pt, Wn as addSlideImage, Wo as setShapeTextColumns, Wr as setSlidePlaceholders, Ws as findShapeByText, Wt as getOutlineText, X as setSlideTransition, Xa as ChartTextStyle, Xc as setShapeHidden, Xi as getTableCellMargins, Xn as bringShapeToFront, Xo as ShapeEffectAny, Xr as ImageCrop, Xs as findShapesByText, Xt as getSlideAt, Y as getSlideTransition, Ya as ChartSpec, Yc as setShapeDescription, Yi as getTableCellFill, Yn as bringShapeForward, Yo as ShapeEffect, Yr as setShapeAnimation, Ys as findShapesByPreset, Yt as getShapeAt, Z as getEffectiveColorMap, Za as ChartTrendline, Zc as shapesOverlap, Zi as getTableCellParagraphs, Zn as clearSlideShapes, Zo as clearShapeEffects, Zr as findFlippedShapes, Zs as findShapesWithHyperlinks, Zt as getSlideCount, _ as clearSlideHyperlinks, _a as setTableCellAnchor, _c as getMaxShapeId, _i as isShapeImageGrayscale, _l as getSlideSections, _n as PresentationThumbnail, _o as getCommentText, _r as getParagraphAlignment, _s as setShapeRotation, _t as getSlideMasterShapes, a as SlideSize, aa as getTableRowHeights, ac as getSlideLayout, ai as getShapeImageBrightness, al as LineEndSize, an as getSlideXmlString, ao as clearSlideComments, ar as getParagraphPropertiesEffective, as as clearShapeStroke, at as getSlideBackgroundPatternFill, b as findSlidesWithChartTrendlines, ba as setTableCellMargins, bc as getShapeAltTitle, bi as setShapeImageCrop, bl as PresentationSize, bn as setThumbnail, bo as getPresentationCommentCountsBySlide, br as getParagraphBulletStyle, bs as setShapeStrokeArrow, bt as addBlankSlide, c as PresentationChartEntry, ca as getTableStyleId, cc as replaceTokensInSlide, ci as getShapeImageCrop, cl as ShadowOptions, cn as isSlideHidden, co as findCommentsBefore, cr as setShapeHyperlink, cs as getShapeStrokeDash, ct as getSlideLayoutBackgroundGradientFill, d as PresentationImageEntry, da as isChartShape, dc as ShapeBounds, di as getShapeImageFormat, dl as PatternFillOptions, dn as replaceTextInSlide, do as findSlidesWithCommentsByAuthor, dr as resolveDrawingColor, ds as setShapeGradientFill, dt as getSlideLayoutBackgroundShapes, ea as getTableCellText, ec as findSlidePlaceholders, ei as findSlidesByLayoutName, el as GeomPath, en as getSlideLayoutCount, eo as setShapeClickAction, er as removeShape, es as getShapeEffects, et as SlideLayoutBackgroundShape, f as PresentationNotesEntry, fa as isTableShape, fc as centerShapeOnSlide, fi as getShapeImageLinkUrl, fl as PatternPreset, fn as replaceTextInSlideNotes, fo as getCommentAuthor, fr as PresentationFonts, fs as setShapeImageFill, ft as getSlideLayoutShapes, g as clearAllSlideNotes, ga as setTableCellAlignment, gc as getGroupTransform, gi as hasShapeText, gl as SlideSection, gn as slideHasAnimations, go as getCommentSlide, gr as ShapeParagraphElement, gs as setShapePosition, gt as getSlideMasterBackgroundPatternFill, h as clearAllHyperlinks, ha as removeTableRow, hc as getGroupChildren, hi as hasShapeImage, hl as ParagraphAlignment, hn as setSlideHidden, ho as getCommentPosition, hr as getPresentationTheme, hs as setShapePatternFill, ht as getSlideMasterBackgroundImageBytes, i as SLIDE_SIZE_4_3, ia as getTableDimensions, ic as getShapesBounds, ii as getShapeImageBiLevelThreshold, il as LineDash, in as getSlideTextLength, io as clearAllSlideComments, ir as ParagraphProperties, is as clearShapeFill, it as getSlideBackgroundImageBytes, j as getPresentationNotesLength, ja as findChartsBySeriesName, jc as getShapePlaceholderType, ji as getSlideMediaPartNames, jl as CommentPosition, jn as SlideLayoutPlaceholder, jo as getShapeTextAutoFit, jr as getShapeRunHyperlinkTooltip, js as getShapeFillColorResolved, jt as removeSlide, k as getHiddenSlides, ka as addSlideChart, kc as getShapeName, ki as getPackageSize, kl as TableCellData, kn as setExtendedProperties, ko as getShapeBodyPrEffective, kr as getShapeRunCount, ks as getShapeFill, kt as mergePresentations, l as PresentationCommentEntry, la as insertTableColumn, lc as setSlideLayout, li as getShapeImageDuotone, ll as GradientFillOptions, ln as replaceTextInNotes, lo as findCommentsByAuthor, lr as setShapeRunFormat, ls as setShapeFill, lt as getSlideLayoutBackgroundImageBytes, m as appendSlideNotes, ma as removeTableColumn, mc as findShapesInRect, mi as getShapeImagePartName, ml as BulletStyle, mn as searchSlides, mo as getCommentDate, mr as getPresentationFonts, ms as setShapeNoStroke, mt as getSlideMasterBackgroundGradientFill, n as SLIDE_SIZE_16_10, na as getTableCells, nc as getShapeSlide, ni as findSlidesByLayoutType, nl as PathFillMode, nn as getSlidePartName, no as setShapeImage, nr as sendShapeToBack, ns as setShapeGlow, nt as getSlideBackground, o as getSlideSize, oa as getTableSize, oc as getSlideShapes, oi as getShapeImageBytes, ol as LineEndType, on as getSlides, oo as findCommentAuthorByName, or as getShapeHyperlink, os as getShapePatternFill, ot as getSlideColorMapOverride, p as PresentationTableEntry, pa as mergeTableCells, pc as findShapesAtPoint, pi as getShapeImageOpacity, pl as TextFormat, pn as replaceTokensInPresentation, po as getCommentAuthors, pr as PresentationTheme, ps as setShapeNoFill, pt as getSlideMasterBackground, q as setSlideNotes, qa as ChartKind, qc as setShapeAltTitle, qi as getTableCellAnchor, qn as addSlideTable, qo as setShapeTextMargins, qr as findShapesWithAnimation, qs as findShapesByKind, qt as getPresentationTextLength, r as SLIDE_SIZE_16_9, ra as getTableColumnWidths, rc as getShapeXmlString, ri as getPresentationImageCountsBySlide, rl as ArrowOptions, rn as getSlideText, ro as addSlideComment, rr as setShapeZIndex, rs as setShapeShadow, rt as getSlideBackgroundGradientFill, s as setSlideSize, sa as getTableStyleFlags, sc as getSlidesWithEmptyPlaceholders, si as getShapeImageContrast, sl as GlowOptions, sn as getSlidesByLayout, so as findCommentsAfter, sr as getShapeRunFormatEffective, ss as getShapeStrokeArrow, st as getSlideLayoutBackground, t as VERSION, ta as getTableCellTextDirection, tc as getShapeIndex, ti as findSlidesByLayoutPartName, tl as GeomPoint, tn as getSlideOutline, to as ImageFit, tr as sendShapeBackward, ts as getShapeEffectsEffective, tt as clearSlideBackground, u as PresentationHyperlinkEntry, ua as insertTableRow, uc as translateShapes, ui as getShapeImageFillBytes, ul as GradientStop, un as replaceTextInPresentation, uo as findCommentsByText, ur as getShapeRunFormat, us as setShapeFlip, ut as getSlideLayoutBackgroundPatternFill, v as findSlidesByHyperlink, va as setTableCellBorders, vc as getMaxShapeIdInPresentation, vi as setShapeImageBrightness, vl as setSlideSections, vn as getThumbnail, vo as getCommentsSortedByDate, vr as getParagraphBullet, vs as setShapeSize, vt as setSlideBackground, w as getAllImages, wa as setTableColumnWidth, wc as getShapeCustomGeometry, wi as PresentationSummary, wl as PresentationData, wn as getExtendedProperties, wo as removeSlideComment, wr as getParagraphSpacing, ws as setShapeStrokeJoin, wt as addSlideAt, x as getAllCharts, xa as setTableCellText, xc as getShapeBounds, xi as setShapeImageOpacity, xl as createPresentation, xn as CoreProperties, xo as getPresentationCommenters, xr as getParagraphIndent, xs as setShapeStrokeCap, xt as addContentSlide, y as findSlidesWithChartKind, ya as setTableCellFill, yc as getShapeAdjustValues, yi as setShapeImageContrast, yl as PresentationInput, yn as removeThumbnail, yo as getPresentationCommentCountsByAuthor, yr as getParagraphBulletImageBytes, ys as setShapeStroke, yt as setSlideBackgroundImage, z as getSlidesWithImages, za as getShapeChartSeriesValues, zc as getSlideMasterPartNames, zi as TableCellBorder, zl as Emu, zn as getSlideLayoutType, zo as setShapeBullets, zr as setShapeRunHyperlink, zs as getShapeStrokeJoin, zt as findSlideByText } from "./index-vTW90gao.js";
|
|
2
|
+
export { type AllShapesEntry, type AnimationEffect, type AnimationOptions, type ArrowOptions, type BulletStyle, type ChartAxisScaling, type ChartDataLabelPosition, type ChartDataLabels, type ChartGrouping, type ChartKind, type ChartSeries, type ChartSpec, type ChartTextStyle, type ChartTrendline, type CommentAuthor, type CommentPosition, type CoreProperties, type CustomGeometry, type Emu, type ExtendedProperties, type GeomCommand, type GeomPath, type GeomPoint, type GlowOptions, type GradientFillOptions, type GradientStop, type ImageCrop, type ImageFit, type ImageFormat, type IssueSeverity, type LineDash, type LineEndSize, type LineEndType, type MediaPart, type PackagePartInfo, type ParagraphAlignment, type ParagraphProperties, type PathFillMode, type PatternFillOptions, type PatternPreset, type PresentationChartEntry, type PresentationCommentEntry, type PresentationData, type PresentationFonts, type PresentationHyperlinkEntry, type PresentationImageEntry, type PresentationInput, type PresentationNotesEntry, type PresentationSize, type PresentationSummary, type PresentationTableEntry, type PresentationTheme, type PresentationThumbnail, type PresetShape, SLIDE_SIZE_16_10, SLIDE_SIZE_16_9, SLIDE_SIZE_4_3, type ShadowOptions, type ShapeBounds, type ShapeClickAction, type ShapeEffect, type ShapeEffectAny, type ShapeFill, type ShapeParagraphElement, type ShapeStroke, type SlideBackground, type SlideChartData, type SlideComment, type SlideCommentData, type SlideData, type SlideInfo, type SlideLayoutBackgroundShape, type SlideLayoutData, type SlideLayoutPlaceholder, type SlideOutlineEntry, type SlideSection, type SlideShapeData, type SlideSize, type TableCellBorder, type TableCellBorders, type TableCellData, type TableCellParagraph, type TextAnchor, type TextAutoFit, type TextFormat, type TextWrap, type TransitionEffect, type TransitionOptions, VERSION, type ValidationIssue, _internalPackageOf, addBlankSlide, addContentSlide, addSectionHeaderSlide, addSlide, addSlideAt, addSlideChart, addSlideComment, addSlideImage, addSlideLine, addSlideShape, addSlideTable, addSlideTextBox, addTitleSlide, appendShapeText, appendSlideNotes, bringShapeForward, bringShapeToFront, centerShapeOnSlide, clearAllHyperlinks, clearAllSlideComments, clearAllSlideNotes, clearShapeEffects, clearShapeFill, clearShapeStroke, clearSlideAnimations, clearSlideBackground, clearSlideComments, clearSlideHyperlinks, clearSlideShapes, clearSlideTransition, clearTableCellFill, cm, compactPackage, copyShape, createPresentation, duplicateSlide, duplicateSlideAt, emu, findChartByKind, findChartsBySeriesName, findChartsWithDataLabels, findChartsWithTrendlines, findCommentAuthorByName, findCommentsAfter, findCommentsBefore, findCommentsByAuthor, findCommentsByText, findEmptyPlaceholders, findFlippedShapes, findLayoutsWithPlaceholderType, findOverlappingShapePairs, findShapeById, findShapeByName, findShapeByText, findShapeInPresentation, findShapesAtPoint, findShapesByEffect, findShapesByHyperlink, findShapesByKind, findShapesByName, findShapesByPreset, findShapesByText, findShapesInRect, findShapesOutsideCanvas, findShapesWithAnimation, findShapesWithHyperlinks, findSlideByPartName, findSlideByText, findSlideByTitle, findSlideLayout, findSlideLayoutByPartName, findSlideLayoutByType, findSlidePlaceholder, findSlidePlaceholderByIdx, findSlidePlaceholders, findSlidesByHyperlink, findSlidesByLayoutName, findSlidesByLayoutPartName, findSlidesByLayoutType, findSlidesByNotes, findSlidesByText, findSlidesWithChartKind, findSlidesWithChartTrendlines, findSlidesWithCommentsByAuthor, getAllCharts, getAllComments, getAllHyperlinks, getAllImages, getAllNotes, getAllShapes, getAllTables, getCommentAuthor, getCommentAuthors, getCommentDate, getCommentPosition, getCommentSlide, getCommentText, getCommentsSortedByDate, getCoreProperties, getDistinctHyperlinkUrls, getEffectiveColorMap, getEmptySlides, getExtendedProperties, getGroupChildren, getGroupTransform, getHiddenSlides, getMaxShapeId, getMaxShapeIdInPresentation, getMediaParts, getOrphanMediaPartNames, getOutlineText, getPackageSize, getParagraphAlignment, getParagraphBullet, getParagraphBulletImageBytes, getParagraphBulletStyle, getParagraphIndent, getParagraphLevel, getParagraphLineSpacing, getParagraphPropertiesEffective, getParagraphSpacing, getPresentationChartCountsBySlide, getPresentationChartKindCounts, getPresentationCommentCountsByAuthor, getPresentationCommentCountsBySlide, getPresentationCommenters, getPresentationCreated, getPresentationFonts, getPresentationHyperlinkCountsBySlide, getPresentationImageCountsBySlide, getPresentationModified, getPresentationNotesLength, getPresentationNotesLengthsBySlide, getPresentationNotesText, getPresentationShapeCountsBySlide, getPresentationSummary, getPresentationTableCountsBySlide, getPresentationText, getPresentationTextLength, getPresentationTextLengthsBySlide, getPresentationTheme, getShapeAdjustValues, getShapeAltTitle, getShapeAnimation, getShapeAt, getShapeBodyPrEffective, getShapeBounds, getShapeBoundsResolved, getShapeCenter, getShapeChartCategories, getShapeChartKind, getShapeChartSeriesNames, getShapeChartSeriesValues, getShapeChartSpec, getShapeClickAction, getShapeCustomGeometry, getShapeDescription, getShapeEffect, getShapeEffects, getShapeEffectsEffective, getShapeFill, getShapeFillColor, getShapeFillColorResolved, getShapeFillEffective, getShapeFlip, getShapeGradientFill, getShapeGradientFillEffective, getShapeHyperlink, getShapeHyperlinkTooltip, getShapeId, getShapeImageBiLevelThreshold, getShapeImageBrightness, getShapeImageBytes, getShapeImageContrast, getShapeImageCrop, getShapeImageDuotone, getShapeImageFillBytes, getShapeImageFormat, getShapeImageLinkUrl, getShapeImageOpacity, getShapeImagePartName, getShapeIndex, getShapeKind, getShapeName, getShapeParagraphCount, getShapeParagraphElements, getShapePatternFill, getShapePlaceholderIdx, getShapePlaceholderType, getShapePosition, getShapePreset, getShapeRotation, getShapeRunClickAction, getShapeRunCount, getShapeRunFormat, getShapeRunFormatEffective, getShapeRunHyperlink, getShapeRunHyperlinkTooltip, getShapeRunText, getShapeSize, getShapeSlide, getShapeStroke, getShapeStrokeArrow, getShapeStrokeCap, getShapeStrokeColor, getShapeStrokeColorResolved, getShapeStrokeCompound, getShapeStrokeDash, getShapeStrokeEffective, getShapeStrokeJoin, getShapeStrokeWidth, getShapeText, getShapeTextAnchor, getShapeTextAutoFit, getShapeTextAutoFitParams, getShapeTextBodyRotationDeg, getShapeTextColumns, getShapeTextDirection, getShapeTextMargins, getShapeTextWrap, getShapeXmlString, getShapeZIndex, getShapesBounds, getSlideAt, getSlideBackground, getSlideBackgroundGradientFill, getSlideBackgroundImageBytes, getSlideBackgroundPatternFill, getSlideBody, getSlideCharts, getSlideColorMapOverride, getSlideCommentAuthors, getSlideComments, getSlideCount, getSlideIndex, getSlideInfo, getSlideLayout, getSlideLayoutBackground, getSlideLayoutBackgroundGradientFill, getSlideLayoutBackgroundImageBytes, getSlideLayoutBackgroundPatternFill, getSlideLayoutBackgroundShapes, getSlideLayoutCount, getSlideLayoutName, getSlideLayoutPartName, getSlideLayoutPlaceholders, getSlideLayoutShapes, getSlideLayoutType, getSlideLayoutUsageCounts, getSlideLayoutUsageCountsByType, getSlideLayouts, getSlideMasterBackground, getSlideMasterBackgroundGradientFill, getSlideMasterBackgroundImageBytes, getSlideMasterBackgroundPatternFill, getSlideMasterCount, getSlideMasterPartName, getSlideMasterPartNames, getSlideMasterShapes, getSlideMasterUsageCounts, getSlideMediaPartNames, getSlideNotes, getSlideNotesLength, getSlideOutline, getSlidePartName, getSlideSections, getSlideShapes, getSlideSize, getSlideTables, getSlideText, getSlideTextLength, getSlideTitle, getSlideTransition, getSlideXmlString, getSlides, getSlidesByLayout, getSlidesWithCharts, getSlidesWithComments, getSlidesWithEmptyPlaceholders, getSlidesWithHyperlinks, getSlidesWithImages, getSlidesWithNotes, getSlidesWithOverlap, getSlidesWithTables, getTableCell, getTableCellAlignment, getTableCellAnchor, getTableCellBorders, getTableCellFill, getTableCellMargins, getTableCellParagraphs, getTableCellPosition, getTableCellSpan, getTableCellText, getTableCellTextDirection, getTableCells, getTableColumnWidths, getTableDimensions, getTableRowHeights, getTableSize, getTableStyleFlags, getTableStyleId, getThumbnail, getUnusedSlideLayouts, getUnusedSlideMasters, getVisibleSlides, hasShapeImage, hasShapeText, hasSlideNotes, importSlide, inches, incrementRevision, insertTableColumn, insertTableRow, isChartShape, isParagraphBulletPicture, isShapeHidden, isShapeImageGrayscale, isShapePlaceholder, isShapeTextBox, isSlideHidden, isTableShape, listPackageParts, loadPresentation, mergePresentations, mergeTableCells, mm, moveSlide, pointInShape, pt, readPackagePart, removeShape, removeSlide, removeSlideComment, removeSlideNotes, removeTableColumn, removeTableRow, removeThumbnail, renameShape, replaceHyperlink, replaceTextInNotes, replaceTextInPresentation, replaceTextInSlide, replaceTextInSlideNotes, replaceTokensInPresentation, replaceTokensInSlide, resolveDeckBodyTextColor, resolveDrawingColor, reverseSlides, savePresentation, searchSlides, sendShapeBackward, sendShapeToBack, setChartSpec, setCoreProperties, setExtendedProperties, setMediaPartBytes, setParagraphAlignment, setParagraphBullet, setParagraphLevel, setParagraphLineSpacing, setParagraphSpacing, setShapeAlignment, setShapeAltTitle, setShapeAnimation, setShapeBounds, setShapeBullets, setShapeClickAction, setShapeDescription, setShapeFill, setShapeFlip, setShapeGlow, setShapeGradientFill, setShapeHidden, setShapeHyperlink, setShapeImage, setShapeImageBrightness, setShapeImageContrast, setShapeImageCrop, setShapeImageFill, setShapeImageOpacity, setShapeNoFill, setShapeNoStroke, setShapePatternFill, setShapePosition, setShapeRotation, setShapeRunFormat, setShapeRunHyperlink, setShapeRunText, setShapeShadow, setShapeSize, setShapeStroke, setShapeStrokeArrow, setShapeStrokeCap, setShapeStrokeCompound, setShapeStrokeDash, setShapeStrokeJoin, setShapeText, setShapeTextAnchor, setShapeTextAutoFit, setShapeTextBodyRotationDeg, setShapeTextColumns, setShapeTextDirection, setShapeTextFormat, setShapeTextMargins, setShapeTextWrap, setShapeZIndex, setSlideBackground, setSlideBackgroundImage, setSlideBody, setSlideHidden, setSlideLayout, setSlideNotes, setSlidePlaceholders, setSlideSections, setSlideSize, setSlideTitle, setSlideTransition, setTableCellAlignment, setTableCellAnchor, setTableCellBorders, setTableCellFill, setTableCellMargins, setTableCellText, setTableCellTextDirection, setTableCellTextFormat, setTableColumnWidth, setTableRowHeight, setTableStyleFlags, setTableStyleId, setThumbnail, shapesOverlap, slideHasAnimations, slidesUsingMediaPart, sortSlides, swapSlides, touchModified, translateShapes, validatePresentation };
|
package/dist/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { $ as addSlideLine, $a as getTableRowHeights, $i as getAllTables, $n as getUnusedSlideMasters, $o as findChartsWithDataLabels, $r as setParagraphSpacing, $s as getSlideCommentAuthors, $t as getShapeStrokeWidth, A as getShapeAt, Aa as getSlideMediaPartNames, Ai as hasShapeText, An as getMaxShapeIdInPresentation, Ao as setCoreProperties, Ar as setShapeStrokeJoin, As as setSlideBackgroundImage, At as setShapeTextFormat, B as getSlideXmlString, Ba as getTableCellAlignment, Bi as setSlideSize, Bn as getShapeKind, Bo as getSlideLayoutType, Br as getParagraphSpacing, Bs as findCommentsByAuthor, Bt as getShapeGradientFill, C as findSlidesByText, Ca as setSlideTransition, Ci as getShapeImageDuotone, Cn as translateShapes, Co as removeThumbnail, Cr as setShapeRotation, Cs as getSlideLayoutShapes, Ct as setShapeBullets, D as getPresentationText, Da as getOrphanMediaPartNames, Di as getShapeImageOpacity, Dn as getGroupChildren, Do as getPresentationCreated, Dr as setShapeStrokeCap, Ds as getSlideMasterBackgroundPatternFill, Dt as setShapeTextBodyRotationDeg, E as getPresentationShapeCountsBySlide, Ea as getMediaParts, Ei as getShapeImageLinkUrl, En as findShapesInRect, Eo as getExtendedProperties, Er as setShapeStrokeArrow, Es as getSlideMasterBackgroundImageBytes, Et as setShapeTextAutoFit, F as getSlideLayoutCount, Fa as validatePresentation, Fi as setShapeImageOpacity, Fn as getShapeCenter, Fo as findSlideLayoutByPartName, Fr as getParagraphBulletImageBytes, Fs as clearAllSlideComments, Ft as getShapeEffect, G as replaceTextInPresentation, Ga as getTableCellParagraphs, Gi as findSlidesByHyperlink, Gn as getShapePreset, Go as getParagraphPropertiesEffective, Gr as getShapeRunCount, Gs as getCommentDate, Gt as getShapeFillEffective, H as getSlidesByLayout, Ha as getTableCellBorders, Hi as clearAllHyperlinks, Hn as getShapePlaceholderIdx, Ho as getSlideLayoutUsageCountsByType, Hr as getShapeParagraphCount, Hs as findSlidesWithCommentsByAuthor, Ht as getShapeFill, I as getSlideOutline, Ia as clearTableCellFill, Ii as SLIDE_SIZE_16_10, In as getShapeCustomGeometry, Io as findSlideLayoutByType, Ir as getParagraphBulletStyle, Is as clearSlideComments, It as getShapeEffects, J as replaceTokensInPresentation, Ja as getTableCellText, Ji as getAllCharts, Jn as getShapeText, Jo as setShapeHyperlink, Jr as getShapeRunText, Js as getCommentText, Jt as getShapeStrokeColor, K as replaceTextInSlide, Ka as getTableCellPosition, Ki as findSlidesWithChartKind, Kn as getShapeRotation, Ko as getShapeHyperlink, Kr as getShapeRunHyperlink, Ks as getCommentPosition, Kt as getShapeStroke, L as getSlidePartName, La as getPresentationTableCountsBySlide, Li as SLIDE_SIZE_16_9, Ln as getShapeDescription, Lo as getSlideLayoutName, Lr as getParagraphIndent, Ls as findCommentAuthorByName, Lt as getShapeEffectsEffective, M as getSlideCount, Ma as readPackagePart, Mi as setShapeImageBrightness, Mn as getShapeAltTitle, Mo as touchModified, Mr as resolveDrawingColor, Ms as setShapeClickAction, Mt as setShapeTextWrap, N as getSlideIndex, Na as setMediaPartBytes, Ni as setShapeImageContrast, Nn as getShapeBounds, No as findLayoutsWithPlaceholderType, Nr as getParagraphAlignment, Ns as setShapeImage, Nt as clearShapeEffects, O as getPresentationTextLength, Oa as getPackageSize, Oi as getShapeImagePartName, On as getGroupTransform, Oo as getPresentationModified, Or as setShapeStrokeCompound, Os as getSlideMasterShapes, Ot as setShapeTextColumns, P as getSlideInfo, Pa as slidesUsingMediaPart, Pi as setShapeImageCrop, Pn as getShapeBoundsResolved, Po as findSlideLayout, Pr as getParagraphBullet, Ps as addSlideComment, Pt as findShapesByEffect, Q as addSlideImage, Qa as getTableDimensions, Qi as getAllNotes, Qn as getSlideMasterUsageCounts, Qo as findChartsBySeriesName, Qr as setParagraphLevel, Qs as getPresentationCommenters, Qt as getShapeStrokeJoin, R as getSlideText, Ra as getSlideTables, Ri as SLIDE_SIZE_4_3, Rn as getShapeFlip, Ro as getSlideLayoutPartName, Rr as getParagraphLevel, Rs as findCommentsAfter, Rt as setShapeGlow, S as findSlidesByNotes, Sa as getSlideTransition, Si as getShapeImageCrop, Sn as setSlideLayout, So as getThumbnail, Sr as setShapePosition, Ss as getSlideLayoutBackgroundShapes, St as setShapeAlignment, T as getOutlineText, Ta as compactPackage, Ti as getShapeImageFormat, Tn as findShapesAtPoint, To as getCoreProperties, Tr as setShapeStroke, Ts as getSlideMasterBackgroundGradientFill, Tt as setShapeTextAnchor, U as isSlideHidden, Ua as getTableCellFill, Ui as clearAllSlideNotes, Un as getShapePlaceholderType, Uo as getSlideLayouts, Ur as getShapeParagraphElements, Us as getCommentAuthor, Ut as getShapeFillColor, V as getSlides, Va as getTableCellAnchor, Vi as appendSlideNotes, Vn as getShapeName, Vo as getSlideLayoutUsageCounts, Vr as getShapeHyperlinkTooltip, Vs as findCommentsByText, Vt as getShapeGradientFillEffective, W as replaceTextInNotes, Wa as getTableCellMargins, Wi as clearSlideHyperlinks, Wn as getShapePosition, Wo as getUnusedSlideLayouts, Wr as getShapeRunClickAction, Ws as getCommentAuthors, Wt as getShapeFillColorResolved, X as setSlideHidden, Xa as getTableCells, Xi as getAllHyperlinks, Xn as getSlideMasterPartName, Xo as addSlideChart, Xr as setParagraphAlignment, Xs as getPresentationCommentCountsByAuthor, Xt as getShapeStrokeCompound, Y as searchSlides, Ya as getTableCellTextDirection, Yi as getAllComments, Yn as getSlideMasterCount, Yo as setShapeRunFormat, Yr as isParagraphBulletPicture, Ys as getCommentsSortedByDate, Yt as getShapeStrokeColorResolved, Z as slideHasAnimations, Za as getTableColumnWidths, Zi as getAllImages, Zn as getSlideMasterPartNames, Zo as findChartByKind, Zr as setParagraphBullet, Zs as getPresentationCommentCountsBySlide, Zt as getShapeStrokeEffective, _ as getSlideSections, _a as hasSlideNotes, _i as getPresentationImageCountsBySlide, _n as getShapesBounds, _o as setTableCellTextFormat, _r as setShapeGradientFill, _s as getSlideColorMapOverride, _t as getShapeTextBodyRotationDeg, a as addSlide, aa as getPresentationNotesLengthsBySlide, ac as loadPresentation, ai as setSlidePlaceholders, an as findShapesByHyperlink, ao as isChartShape, ar as setShapeAltTitle, as as getShapeChartSeriesNames, at as clearSlideShapes, b as findSlideByText, ba as setSlideNotes, bi as getShapeImageBytes, bn as getSlidesWithEmptyPlaceholders, bo as setTableStyleFlags, br as setShapeNoStroke, bs as getSlideLayoutBackgroundImageBytes, bt as getShapeTextMargins, c as duplicateSlide, ca as getSlideNotesLength, cc as emu, ci as findShapesWithAnimation, cn as findShapesByPreset, co as removeTableColumn, cr as setShapeHidden, cs as getSlideCharts, ct as removeShape, d as mergePresentations, da as getSlidesWithHyperlinks, dc as pt, di as findFlippedShapes, dn as findSlidePlaceholder, do as setTableCellAnchor, dr as clearShapeStroke, ds as resolveDeckBodyTextColor, dt as setShapeZIndex, ea as getDistinctHyperlinkUrls, ec as getSlideComments, ei as setShapeRunHyperlink, en as findEmptyPlaceholders, eo as getTableSize, er as isShapeHidden, es as findChartsWithTrendlines, et as addSlideShape, f as moveSlide, fa as getSlidesWithImages, fi as findOverlappingShapePairs, fn as findSlidePlaceholderByIdx, fo as setTableCellBorders, fr as getShapePatternFill, fs as clearSlideBackground, ft as appendShapeText, g as swapSlides, ga as getVisibleSlides, gi as findSlidesByLayoutType, gn as getShapeXmlString, go as setTableCellTextDirection, gr as setShapeFlip, gs as getSlideBackgroundPatternFill, gt as getShapeTextAutoFitParams, h as sortSlides, ha as getSlidesWithTables, hi as findSlidesByLayoutPartName, hn as getShapeSlide, ho as setTableCellText, hr as setShapeFill, hs as getSlideBackgroundImageBytes, ht as getShapeTextAutoFit, i as addSectionHeaderSlide, ia as getPresentationNotesLength, ic as createPresentation, ii as setSlideBody, in as findShapeInPresentation, io as insertTableRow, ir as renameShape, is as getShapeChartKind, it as bringShapeToFront, j as getSlideAt, ja as listPackageParts, ji as isShapeImageGrayscale, jn as getShapeAdjustValues, jo as setExtendedProperties, jr as getShapeRunFormat, js as getShapeClickAction, jt as setShapeTextMargins, k as getPresentationTextLengthsBySlide, ka as getPresentationSummary, ki as hasShapeImage, kn as getMaxShapeId, ko as incrementRevision, kr as setShapeStrokeDash, ks as setSlideBackground, kt as setShapeTextDirection, l as duplicateSlideAt, la as getSlidesWithCharts, lc as inches, li as getShapeAnimation, ln as findShapesByText, lo as removeTableRow, lr as shapesOverlap, ls as setChartSpec, lt as sendShapeBackward, m as reverseSlides, ma as getSlidesWithOverlap, mi as findSlidesByLayoutName, mn as getShapeIndex, mo as setTableCellMargins, mr as getShapeStrokeDash, ms as getSlideBackgroundGradientFill, mt as getShapeTextAnchor, n as addBlankSlide, na as getHiddenSlides, nc as getPresentationFonts, ni as getSlideBody, nn as findShapeByName, no as getTableStyleId, nr as isShapeTextBox, ns as getPresentationChartKindCounts, nt as addSlideTextBox, o as addSlideAt, oa as getPresentationNotesText, oc as savePresentation, oi as setSlideTitle, on as findShapesByKind, oo as isTableShape, or as setShapeBounds, os as getShapeChartSeriesValues, ot as copyShape, p as removeSlide, pa as getSlidesWithNotes, pi as findShapesOutsideCanvas, pn as findSlidePlaceholders, po as setTableCellFill, pr as getShapeStrokeArrow, ps as getSlideBackground, pt as getShapeBodyPrEffective, q as replaceTextInSlideNotes, qa as getTableCellSpan, qi as findSlidesWithChartTrendlines, qn as getShapeSize, qo as getShapeRunFormatEffective, qr as getShapeRunHyperlinkTooltip, qs as getCommentSlide, qt as getShapeStrokeCap, r as addContentSlide, ra as getPresentationHyperlinkCountsBySlide, rc as getPresentationTheme, ri as getSlideTitle, rn as findShapeByText, ro as insertTableColumn, rr as pointInShape, rs as getShapeChartCategories, rt as bringShapeForward, s as addTitleSlide, sa as getSlideNotes, sc as cm, si as clearSlideAnimations, sn as findShapesByName, so as mergeTableCells, sr as setShapeDescription, ss as getShapeChartSpec, st as getShapeZIndex, t as VERSION, ta as getEmptySlides, tc as removeSlideComment, ti as setShapeRunText, tn as findShapeById, to as getTableStyleFlags, tr as isShapePlaceholder, ts as getPresentationChartCountsBySlide, tt as addSlideTable, u as importSlide, ua as getSlidesWithComments, uc as mm, ui as setShapeAnimation, un as findShapesWithHyperlinks, uo as setTableCellAlignment, ur as clearShapeFill, us as getEffectiveColorMap, ut as sendShapeToBack, v as setSlideSections, va as removeSlideNotes, vi as getShapeImageBiLevelThreshold, vn as getSlideLayout, vo as setTableColumnWidth, vr as setShapeImageFill, vs as getSlideLayoutBackground, vt as getShapeTextColumns, w as getAllShapes, wa as _internalPackageOf, wi as getShapeImageFillBytes, wn as centerShapeOnSlide, wo as setThumbnail, wr as setShapeSize, ws as getSlideMasterBackground, wt as setShapeText, x as findSlideByTitle, xa as clearSlideTransition, xi as getShapeImageContrast, xn as replaceTokensInSlide, xo as setTableStyleId, xr as setShapePatternFill, xs as getSlideLayoutBackgroundPatternFill, xt as getShapeTextWrap, y as findSlideByPartName, ya as replaceHyperlink, yi as getShapeImageBrightness, yn as getSlideShapes, yo as setTableRowHeight, yr as setShapeNoFill, ys as getSlideLayoutBackgroundGradientFill, yt as getShapeTextDirection, z as getSlideTextLength, za as getTableCell, zi as getSlideSize, zn as getShapeId, zo as getSlideLayoutPlaceholders, zr as getParagraphLineSpacing, zs as findCommentsBefore, zt as setShapeShadow } from "./api-DJkYUL_0.js";
|
|
2
|
-
export { SLIDE_SIZE_16_10, SLIDE_SIZE_16_9, SLIDE_SIZE_4_3, VERSION, _internalPackageOf, addBlankSlide, addContentSlide, addSectionHeaderSlide, addSlide, addSlideAt, addSlideChart, addSlideComment, addSlideImage, addSlideLine, addSlideShape, addSlideTable, addSlideTextBox, addTitleSlide, appendShapeText, appendSlideNotes, bringShapeForward, bringShapeToFront, centerShapeOnSlide, clearAllHyperlinks, clearAllSlideComments, clearAllSlideNotes, clearShapeEffects, clearShapeFill, clearShapeStroke, clearSlideAnimations, clearSlideBackground, clearSlideComments, clearSlideHyperlinks, clearSlideShapes, clearSlideTransition, clearTableCellFill, cm, compactPackage, copyShape, createPresentation, duplicateSlide, duplicateSlideAt, emu, findChartByKind, findChartsBySeriesName, findChartsWithDataLabels, findChartsWithTrendlines, findCommentAuthorByName, findCommentsAfter, findCommentsBefore, findCommentsByAuthor, findCommentsByText, findEmptyPlaceholders, findFlippedShapes, findLayoutsWithPlaceholderType, findOverlappingShapePairs, findShapeById, findShapeByName, findShapeByText, findShapeInPresentation, findShapesAtPoint, findShapesByEffect, findShapesByHyperlink, findShapesByKind, findShapesByName, findShapesByPreset, findShapesByText, findShapesInRect, findShapesOutsideCanvas, findShapesWithAnimation, findShapesWithHyperlinks, findSlideByPartName, findSlideByText, findSlideByTitle, findSlideLayout, findSlideLayoutByPartName, findSlideLayoutByType, findSlidePlaceholder, findSlidePlaceholderByIdx, findSlidePlaceholders, findSlidesByHyperlink, findSlidesByLayoutName, findSlidesByLayoutPartName, findSlidesByLayoutType, findSlidesByNotes, findSlidesByText, findSlidesWithChartKind, findSlidesWithChartTrendlines, findSlidesWithCommentsByAuthor, getAllCharts, getAllComments, getAllHyperlinks, getAllImages, getAllNotes, getAllShapes, getAllTables, getCommentAuthor, getCommentAuthors, getCommentDate, getCommentPosition, getCommentSlide, getCommentText, getCommentsSortedByDate, getCoreProperties, getDistinctHyperlinkUrls, getEffectiveColorMap, getEmptySlides, getExtendedProperties, getGroupChildren, getGroupTransform, getHiddenSlides, getMaxShapeId, getMaxShapeIdInPresentation, getMediaParts, getOrphanMediaPartNames, getOutlineText, getPackageSize, getParagraphAlignment, getParagraphBullet, getParagraphBulletImageBytes, getParagraphBulletStyle, getParagraphIndent, getParagraphLevel, getParagraphLineSpacing, getParagraphPropertiesEffective, getParagraphSpacing, getPresentationChartCountsBySlide, getPresentationChartKindCounts, getPresentationCommentCountsByAuthor, getPresentationCommentCountsBySlide, getPresentationCommenters, getPresentationCreated, getPresentationFonts, getPresentationHyperlinkCountsBySlide, getPresentationImageCountsBySlide, getPresentationModified, getPresentationNotesLength, getPresentationNotesLengthsBySlide, getPresentationNotesText, getPresentationShapeCountsBySlide, getPresentationSummary, getPresentationTableCountsBySlide, getPresentationText, getPresentationTextLength, getPresentationTextLengthsBySlide, getPresentationTheme, getShapeAdjustValues, getShapeAltTitle, getShapeAnimation, getShapeAt, getShapeBodyPrEffective, getShapeBounds, getShapeBoundsResolved, getShapeCenter, getShapeChartCategories, getShapeChartKind, getShapeChartSeriesNames, getShapeChartSeriesValues, getShapeChartSpec, getShapeClickAction, getShapeCustomGeometry, getShapeDescription, getShapeEffect, getShapeEffects, getShapeEffectsEffective, getShapeFill, getShapeFillColor, getShapeFillColorResolved, getShapeFillEffective, getShapeFlip, getShapeGradientFill, getShapeGradientFillEffective, getShapeHyperlink, getShapeHyperlinkTooltip, getShapeId, getShapeImageBiLevelThreshold, getShapeImageBrightness, getShapeImageBytes, getShapeImageContrast, getShapeImageCrop, getShapeImageDuotone, getShapeImageFillBytes, getShapeImageFormat, getShapeImageLinkUrl, getShapeImageOpacity, getShapeImagePartName, getShapeIndex, getShapeKind, getShapeName, getShapeParagraphCount, getShapeParagraphElements, getShapePatternFill, getShapePlaceholderIdx, getShapePlaceholderType, getShapePosition, getShapePreset, getShapeRotation, getShapeRunClickAction, getShapeRunCount, getShapeRunFormat, getShapeRunFormatEffective, getShapeRunHyperlink, getShapeRunHyperlinkTooltip, getShapeRunText, getShapeSize, getShapeSlide, getShapeStroke, getShapeStrokeArrow, getShapeStrokeCap, getShapeStrokeColor, getShapeStrokeColorResolved, getShapeStrokeCompound, getShapeStrokeDash, getShapeStrokeEffective, getShapeStrokeJoin, getShapeStrokeWidth, getShapeText, getShapeTextAnchor, getShapeTextAutoFit, getShapeTextAutoFitParams, getShapeTextBodyRotationDeg, getShapeTextColumns, getShapeTextDirection, getShapeTextMargins, getShapeTextWrap, getShapeXmlString, getShapeZIndex, getShapesBounds, getSlideAt, getSlideBackground, getSlideBackgroundGradientFill, getSlideBackgroundImageBytes, getSlideBackgroundPatternFill, getSlideBody, getSlideCharts, getSlideColorMapOverride, getSlideCommentAuthors, getSlideComments, getSlideCount, getSlideIndex, getSlideInfo, getSlideLayout, getSlideLayoutBackground, getSlideLayoutBackgroundGradientFill, getSlideLayoutBackgroundImageBytes, getSlideLayoutBackgroundPatternFill, getSlideLayoutBackgroundShapes, getSlideLayoutCount, getSlideLayoutName, getSlideLayoutPartName, getSlideLayoutPlaceholders, getSlideLayoutShapes, getSlideLayoutType, getSlideLayoutUsageCounts, getSlideLayoutUsageCountsByType, getSlideLayouts, getSlideMasterBackground, getSlideMasterBackgroundGradientFill, getSlideMasterBackgroundImageBytes, getSlideMasterBackgroundPatternFill, getSlideMasterCount, getSlideMasterPartName, getSlideMasterPartNames, getSlideMasterShapes, getSlideMasterUsageCounts, getSlideMediaPartNames, getSlideNotes, getSlideNotesLength, getSlideOutline, getSlidePartName, getSlideSections, getSlideShapes, getSlideSize, getSlideTables, getSlideText, getSlideTextLength, getSlideTitle, getSlideTransition, getSlideXmlString, getSlides, getSlidesByLayout, getSlidesWithCharts, getSlidesWithComments, getSlidesWithEmptyPlaceholders, getSlidesWithHyperlinks, getSlidesWithImages, getSlidesWithNotes, getSlidesWithOverlap, getSlidesWithTables, getTableCell, getTableCellAlignment, getTableCellAnchor, getTableCellBorders, getTableCellFill, getTableCellMargins, getTableCellParagraphs, getTableCellPosition, getTableCellSpan, getTableCellText, getTableCellTextDirection, getTableCells, getTableColumnWidths, getTableDimensions, getTableRowHeights, getTableSize, getTableStyleFlags, getTableStyleId, getThumbnail, getUnusedSlideLayouts, getUnusedSlideMasters, getVisibleSlides, hasShapeImage, hasShapeText, hasSlideNotes, importSlide, inches, incrementRevision, insertTableColumn, insertTableRow, isChartShape, isParagraphBulletPicture, isShapeHidden, isShapeImageGrayscale, isShapePlaceholder, isShapeTextBox, isSlideHidden, isTableShape, listPackageParts, loadPresentation, mergePresentations, mergeTableCells, mm, moveSlide, pointInShape, pt, readPackagePart, removeShape, removeSlide, removeSlideComment, removeSlideNotes, removeTableColumn, removeTableRow, removeThumbnail, renameShape, replaceHyperlink, replaceTextInNotes, replaceTextInPresentation, replaceTextInSlide, replaceTextInSlideNotes, replaceTokensInPresentation, replaceTokensInSlide, resolveDeckBodyTextColor, resolveDrawingColor, reverseSlides, savePresentation, searchSlides, sendShapeBackward, sendShapeToBack, setChartSpec, setCoreProperties, setExtendedProperties, setMediaPartBytes, setParagraphAlignment, setParagraphBullet, setParagraphLevel, setParagraphSpacing, setShapeAlignment, setShapeAltTitle, setShapeAnimation, setShapeBounds, setShapeBullets, setShapeClickAction, setShapeDescription, setShapeFill, setShapeFlip, setShapeGlow, setShapeGradientFill, setShapeHidden, setShapeHyperlink, setShapeImage, setShapeImageBrightness, setShapeImageContrast, setShapeImageCrop, setShapeImageFill, setShapeImageOpacity, setShapeNoFill, setShapeNoStroke, setShapePatternFill, setShapePosition, setShapeRotation, setShapeRunFormat, setShapeRunHyperlink, setShapeRunText, setShapeShadow, setShapeSize, setShapeStroke, setShapeStrokeArrow, setShapeStrokeCap, setShapeStrokeCompound, setShapeStrokeDash, setShapeStrokeJoin, setShapeText, setShapeTextAnchor, setShapeTextAutoFit, setShapeTextBodyRotationDeg, setShapeTextColumns, setShapeTextDirection, setShapeTextFormat, setShapeTextMargins, setShapeTextWrap, setShapeZIndex, setSlideBackground, setSlideBackgroundImage, setSlideBody, setSlideHidden, setSlideLayout, setSlideNotes, setSlidePlaceholders, setSlideSections, setSlideSize, setSlideTitle, setSlideTransition, setTableCellAlignment, setTableCellAnchor, setTableCellBorders, setTableCellFill, setTableCellMargins, setTableCellText, setTableCellTextDirection, setTableCellTextFormat, setTableColumnWidth, setTableRowHeight, setTableStyleFlags, setTableStyleId, setThumbnail, shapesOverlap, slideHasAnimations, slidesUsingMediaPart, sortSlides, swapSlides, touchModified, translateShapes, validatePresentation };
|
|
1
|
+
import { $ as addSlideLine, $a as getTableDimensions, $i as getAllNotes, $n as getUnusedSlideMasters, $o as findChartsBySeriesName, $r as setParagraphLineSpacing, $s as getPresentationCommenters, $t as getShapeStrokeWidth, A as getShapeAt, Aa as getPresentationSummary, Ai as hasShapeImage, An as getMaxShapeIdInPresentation, Ao as incrementRevision, Ar as setShapeStrokeJoin, As as setSlideBackground, At as setShapeTextFormat, B as getSlideXmlString, Ba as getTableCell, Bi as getSlideSize, Bn as getShapeKind, Bo as getSlideLayoutPlaceholders, Br as getParagraphSpacing, Bs as findCommentsBefore, Bt as getShapeGradientFill, C as findSlidesByText, Ca as getSlideTransition, Ci as getShapeImageCrop, Cn as translateShapes, Co as getThumbnail, Cr as setShapeRotation, Cs as getSlideLayoutBackgroundShapes, Ct as setShapeBullets, D as getPresentationText, Da as getMediaParts, Di as getShapeImageLinkUrl, Dn as getGroupChildren, Do as getExtendedProperties, Dr as setShapeStrokeCap, Ds as getSlideMasterBackgroundImageBytes, Dt as setShapeTextBodyRotationDeg, E as getPresentationShapeCountsBySlide, Ea as compactPackage, Ei as getShapeImageFormat, En as findShapesInRect, Eo as getCoreProperties, Er as setShapeStrokeArrow, Es as getSlideMasterBackgroundGradientFill, Et as setShapeTextAutoFit, F as getSlideLayoutCount, Fa as slidesUsingMediaPart, Fi as setShapeImageCrop, Fn as getShapeCenter, Fo as findSlideLayout, Fr as getParagraphBulletImageBytes, Fs as addSlideComment, Ft as getShapeEffect, G as replaceTextInPresentation, Ga as getTableCellMargins, Gi as clearSlideHyperlinks, Gn as getShapePreset, Go as getUnusedSlideLayouts, Gr as getShapeRunCount, Gs as getCommentAuthors, Gt as getShapeFillEffective, H as getSlidesByLayout, Ha as getTableCellAnchor, Hi as appendSlideNotes, Hn as getShapePlaceholderIdx, Ho as getSlideLayoutUsageCounts, Hr as getShapeParagraphCount, Hs as findCommentsByText, Ht as getShapeFill, I as getSlideOutline, Ia as validatePresentation, Ii as setShapeImageOpacity, In as getShapeCustomGeometry, Io as findSlideLayoutByPartName, Ir as getParagraphBulletStyle, Is as clearAllSlideComments, It as getShapeEffects, J as replaceTokensInPresentation, Ja as getTableCellSpan, Ji as findSlidesWithChartTrendlines, Jn as getShapeText, Jo as getShapeRunFormatEffective, Jr as getShapeRunText, Js as getCommentSlide, Jt as getShapeStrokeColor, K as replaceTextInSlide, Ka as getTableCellParagraphs, Ki as findSlidesByHyperlink, Kn as getShapeRotation, Ko as getParagraphPropertiesEffective, Kr as getShapeRunHyperlink, Ks as getCommentDate, Kt as getShapeStroke, L as getSlidePartName, La as clearTableCellFill, Li as SLIDE_SIZE_16_10, Ln as getShapeDescription, Lo as findSlideLayoutByType, Lr as getParagraphIndent, Ls as clearSlideComments, Lt as getShapeEffectsEffective, M as getSlideCount, Ma as listPackageParts, Mi as isShapeImageGrayscale, Mn as getShapeAltTitle, Mo as setExtendedProperties, Mr as resolveDrawingColor, Ms as getShapeClickAction, Mt as setShapeTextWrap, N as getSlideIndex, Na as readPackagePart, Ni as setShapeImageBrightness, Nn as getShapeBounds, No as touchModified, Nr as getParagraphAlignment, Ns as setShapeClickAction, Nt as clearShapeEffects, O as getPresentationTextLength, Oa as getOrphanMediaPartNames, Oi as getShapeImageOpacity, On as getGroupTransform, Oo as getPresentationCreated, Or as setShapeStrokeCompound, Os as getSlideMasterBackgroundPatternFill, Ot as setShapeTextColumns, P as getSlideInfo, Pa as setMediaPartBytes, Pi as setShapeImageContrast, Pn as getShapeBoundsResolved, Po as findLayoutsWithPlaceholderType, Pr as getParagraphBullet, Ps as setShapeImage, Pt as findShapesByEffect, Q as addSlideImage, Qa as getTableColumnWidths, Qi as getAllImages, Qn as getSlideMasterUsageCounts, Qo as findChartByKind, Qr as setParagraphLevel, Qs as getPresentationCommentCountsBySlide, Qt as getShapeStrokeJoin, R as getSlideText, Ra as getPresentationTableCountsBySlide, Ri as SLIDE_SIZE_16_9, Rn as getShapeFlip, Ro as getSlideLayoutName, Rr as getParagraphLevel, Rs as findCommentAuthorByName, Rt as setShapeGlow, S as findSlidesByNotes, Sa as clearSlideTransition, Si as getShapeImageContrast, Sn as setSlideLayout, So as setTableStyleId, Sr as setShapePosition, Ss as getSlideLayoutBackgroundPatternFill, St as setShapeAlignment, T as getOutlineText, Ta as _internalPackageOf, Ti as getShapeImageFillBytes, Tn as findShapesAtPoint, To as setThumbnail, Tr as setShapeStroke, Ts as getSlideMasterBackground, Tt as setShapeTextAnchor, U as isSlideHidden, Ua as getTableCellBorders, Ui as clearAllHyperlinks, Un as getShapePlaceholderType, Uo as getSlideLayoutUsageCountsByType, Ur as getShapeParagraphElements, Us as findSlidesWithCommentsByAuthor, Ut as getShapeFillColor, V as getSlides, Va as getTableCellAlignment, Vi as setSlideSize, Vn as getShapeName, Vo as getSlideLayoutType, Vr as getShapeHyperlinkTooltip, Vs as findCommentsByAuthor, Vt as getShapeGradientFillEffective, W as replaceTextInNotes, Wa as getTableCellFill, Wi as clearAllSlideNotes, Wn as getShapePosition, Wo as getSlideLayouts, Wr as getShapeRunClickAction, Ws as getCommentAuthor, Wt as getShapeFillColorResolved, X as setSlideHidden, Xa as getTableCellTextDirection, Xi as getAllComments, Xn as getSlideMasterPartName, Xo as setShapeRunFormat, Xr as setParagraphAlignment, Xs as getCommentsSortedByDate, Xt as getShapeStrokeCompound, Y as searchSlides, Ya as getTableCellText, Yi as getAllCharts, Yn as getSlideMasterCount, Yo as setShapeHyperlink, Yr as isParagraphBulletPicture, Ys as getCommentText, Yt as getShapeStrokeColorResolved, Z as slideHasAnimations, Za as getTableCells, Zi as getAllHyperlinks, Zn as getSlideMasterPartNames, Zo as addSlideChart, Zr as setParagraphBullet, Zs as getPresentationCommentCountsByAuthor, Zt as getShapeStrokeEffective, _ as getSlideSections, _a as getVisibleSlides, _i as findSlidesByLayoutType, _n as getShapesBounds, _o as setTableCellTextDirection, _r as setShapeGradientFill, _s as getSlideBackgroundPatternFill, _t as getShapeTextBodyRotationDeg, a as addSlide, aa as getPresentationNotesLength, ac as createPresentation, ai as setSlideBody, an as findShapesByHyperlink, ao as insertTableRow, ar as setShapeAltTitle, as as getShapeChartKind, at as clearSlideShapes, b as findSlideByText, ba as replaceHyperlink, bi as getShapeImageBrightness, bn as getSlidesWithEmptyPlaceholders, bo as setTableRowHeight, br as setShapeNoStroke, bs as getSlideLayoutBackgroundGradientFill, bt as getShapeTextMargins, c as duplicateSlide, ca as getSlideNotes, cc as cm, ci as clearSlideAnimations, cn as findShapesByPreset, co as mergeTableCells, cr as setShapeHidden, cs as getShapeChartSpec, ct as removeShape, d as mergePresentations, da as getSlidesWithComments, dc as mm, di as setShapeAnimation, dn as findSlidePlaceholder, do as setTableCellAlignment, dr as clearShapeStroke, ds as getEffectiveColorMap, dt as setShapeZIndex, ea as getAllTables, ec as getSlideCommentAuthors, ei as setParagraphSpacing, en as findEmptyPlaceholders, eo as getTableRowHeights, er as isShapeHidden, es as findChartsWithDataLabels, et as addSlideShape, f as moveSlide, fa as getSlidesWithHyperlinks, fc as pt, fi as findFlippedShapes, fn as findSlidePlaceholderByIdx, fo as setTableCellAnchor, fr as getShapePatternFill, fs as resolveDeckBodyTextColor, ft as appendShapeText, g as swapSlides, ga as getSlidesWithTables, gi as findSlidesByLayoutPartName, gn as getShapeXmlString, go as setTableCellText, gr as setShapeFlip, gs as getSlideBackgroundImageBytes, gt as getShapeTextAutoFitParams, h as sortSlides, ha as getSlidesWithOverlap, hi as findSlidesByLayoutName, hn as getShapeSlide, ho as setTableCellMargins, hr as setShapeFill, hs as getSlideBackgroundGradientFill, ht as getShapeTextAutoFit, i as addSectionHeaderSlide, ia as getPresentationHyperlinkCountsBySlide, ic as getPresentationTheme, ii as getSlideTitle, in as findShapeInPresentation, io as insertTableColumn, ir as renameShape, is as getShapeChartCategories, it as bringShapeToFront, j as getSlideAt, ja as getSlideMediaPartNames, ji as hasShapeText, jn as getShapeAdjustValues, jo as setCoreProperties, jr as getShapeRunFormat, js as setSlideBackgroundImage, jt as setShapeTextMargins, k as getPresentationTextLengthsBySlide, ka as getPackageSize, ki as getShapeImagePartName, kn as getMaxShapeId, ko as getPresentationModified, kr as setShapeStrokeDash, ks as getSlideMasterShapes, kt as setShapeTextDirection, l as duplicateSlideAt, la as getSlideNotesLength, lc as emu, li as findShapesWithAnimation, ln as findShapesByText, lo as removeTableColumn, lr as shapesOverlap, ls as getSlideCharts, lt as sendShapeBackward, m as reverseSlides, ma as getSlidesWithNotes, mi as findShapesOutsideCanvas, mn as getShapeIndex, mo as setTableCellFill, mr as getShapeStrokeDash, ms as getSlideBackground, mt as getShapeTextAnchor, n as addBlankSlide, na as getEmptySlides, nc as removeSlideComment, ni as setShapeRunText, nn as findShapeByName, no as getTableStyleFlags, nr as isShapeTextBox, ns as getPresentationChartCountsBySlide, nt as addSlideTextBox, o as addSlideAt, oa as getPresentationNotesLengthsBySlide, oc as loadPresentation, oi as setSlidePlaceholders, on as findShapesByKind, oo as isChartShape, or as setShapeBounds, os as getShapeChartSeriesNames, ot as copyShape, p as removeSlide, pa as getSlidesWithImages, pi as findOverlappingShapePairs, pn as findSlidePlaceholders, po as setTableCellBorders, pr as getShapeStrokeArrow, ps as clearSlideBackground, pt as getShapeBodyPrEffective, q as replaceTextInSlideNotes, qa as getTableCellPosition, qi as findSlidesWithChartKind, qn as getShapeSize, qo as getShapeHyperlink, qr as getShapeRunHyperlinkTooltip, qs as getCommentPosition, qt as getShapeStrokeCap, r as addContentSlide, ra as getHiddenSlides, rc as getPresentationFonts, ri as getSlideBody, rn as findShapeByText, ro as getTableStyleId, rr as pointInShape, rs as getPresentationChartKindCounts, rt as bringShapeForward, s as addTitleSlide, sa as getPresentationNotesText, sc as savePresentation, si as setSlideTitle, sn as findShapesByName, so as isTableShape, sr as setShapeDescription, ss as getShapeChartSeriesValues, st as getShapeZIndex, t as VERSION, ta as getDistinctHyperlinkUrls, tc as getSlideComments, ti as setShapeRunHyperlink, tn as findShapeById, to as getTableSize, tr as isShapePlaceholder, ts as findChartsWithTrendlines, tt as addSlideTable, u as importSlide, ua as getSlidesWithCharts, uc as inches, ui as getShapeAnimation, un as findShapesWithHyperlinks, uo as removeTableRow, ur as clearShapeFill, us as setChartSpec, ut as sendShapeToBack, v as setSlideSections, va as hasSlideNotes, vi as getPresentationImageCountsBySlide, vn as getSlideLayout, vo as setTableCellTextFormat, vr as setShapeImageFill, vs as getSlideColorMapOverride, vt as getShapeTextColumns, w as getAllShapes, wa as setSlideTransition, wi as getShapeImageDuotone, wn as centerShapeOnSlide, wo as removeThumbnail, wr as setShapeSize, ws as getSlideLayoutShapes, wt as setShapeText, x as findSlideByTitle, xa as setSlideNotes, xi as getShapeImageBytes, xn as replaceTokensInSlide, xo as setTableStyleFlags, xr as setShapePatternFill, xs as getSlideLayoutBackgroundImageBytes, xt as getShapeTextWrap, y as findSlideByPartName, ya as removeSlideNotes, yi as getShapeImageBiLevelThreshold, yn as getSlideShapes, yo as setTableColumnWidth, yr as setShapeNoFill, ys as getSlideLayoutBackground, yt as getShapeTextDirection, z as getSlideTextLength, za as getSlideTables, zi as SLIDE_SIZE_4_3, zn as getShapeId, zo as getSlideLayoutPartName, zr as getParagraphLineSpacing, zs as findCommentsAfter, zt as setShapeShadow } from "./api-Irqm9KrN.js";
|
|
2
|
+
export { SLIDE_SIZE_16_10, SLIDE_SIZE_16_9, SLIDE_SIZE_4_3, VERSION, _internalPackageOf, addBlankSlide, addContentSlide, addSectionHeaderSlide, addSlide, addSlideAt, addSlideChart, addSlideComment, addSlideImage, addSlideLine, addSlideShape, addSlideTable, addSlideTextBox, addTitleSlide, appendShapeText, appendSlideNotes, bringShapeForward, bringShapeToFront, centerShapeOnSlide, clearAllHyperlinks, clearAllSlideComments, clearAllSlideNotes, clearShapeEffects, clearShapeFill, clearShapeStroke, clearSlideAnimations, clearSlideBackground, clearSlideComments, clearSlideHyperlinks, clearSlideShapes, clearSlideTransition, clearTableCellFill, cm, compactPackage, copyShape, createPresentation, duplicateSlide, duplicateSlideAt, emu, findChartByKind, findChartsBySeriesName, findChartsWithDataLabels, findChartsWithTrendlines, findCommentAuthorByName, findCommentsAfter, findCommentsBefore, findCommentsByAuthor, findCommentsByText, findEmptyPlaceholders, findFlippedShapes, findLayoutsWithPlaceholderType, findOverlappingShapePairs, findShapeById, findShapeByName, findShapeByText, findShapeInPresentation, findShapesAtPoint, findShapesByEffect, findShapesByHyperlink, findShapesByKind, findShapesByName, findShapesByPreset, findShapesByText, findShapesInRect, findShapesOutsideCanvas, findShapesWithAnimation, findShapesWithHyperlinks, findSlideByPartName, findSlideByText, findSlideByTitle, findSlideLayout, findSlideLayoutByPartName, findSlideLayoutByType, findSlidePlaceholder, findSlidePlaceholderByIdx, findSlidePlaceholders, findSlidesByHyperlink, findSlidesByLayoutName, findSlidesByLayoutPartName, findSlidesByLayoutType, findSlidesByNotes, findSlidesByText, findSlidesWithChartKind, findSlidesWithChartTrendlines, findSlidesWithCommentsByAuthor, getAllCharts, getAllComments, getAllHyperlinks, getAllImages, getAllNotes, getAllShapes, getAllTables, getCommentAuthor, getCommentAuthors, getCommentDate, getCommentPosition, getCommentSlide, getCommentText, getCommentsSortedByDate, getCoreProperties, getDistinctHyperlinkUrls, getEffectiveColorMap, getEmptySlides, getExtendedProperties, getGroupChildren, getGroupTransform, getHiddenSlides, getMaxShapeId, getMaxShapeIdInPresentation, getMediaParts, getOrphanMediaPartNames, getOutlineText, getPackageSize, getParagraphAlignment, getParagraphBullet, getParagraphBulletImageBytes, getParagraphBulletStyle, getParagraphIndent, getParagraphLevel, getParagraphLineSpacing, getParagraphPropertiesEffective, getParagraphSpacing, getPresentationChartCountsBySlide, getPresentationChartKindCounts, getPresentationCommentCountsByAuthor, getPresentationCommentCountsBySlide, getPresentationCommenters, getPresentationCreated, getPresentationFonts, getPresentationHyperlinkCountsBySlide, getPresentationImageCountsBySlide, getPresentationModified, getPresentationNotesLength, getPresentationNotesLengthsBySlide, getPresentationNotesText, getPresentationShapeCountsBySlide, getPresentationSummary, getPresentationTableCountsBySlide, getPresentationText, getPresentationTextLength, getPresentationTextLengthsBySlide, getPresentationTheme, getShapeAdjustValues, getShapeAltTitle, getShapeAnimation, getShapeAt, getShapeBodyPrEffective, getShapeBounds, getShapeBoundsResolved, getShapeCenter, getShapeChartCategories, getShapeChartKind, getShapeChartSeriesNames, getShapeChartSeriesValues, getShapeChartSpec, getShapeClickAction, getShapeCustomGeometry, getShapeDescription, getShapeEffect, getShapeEffects, getShapeEffectsEffective, getShapeFill, getShapeFillColor, getShapeFillColorResolved, getShapeFillEffective, getShapeFlip, getShapeGradientFill, getShapeGradientFillEffective, getShapeHyperlink, getShapeHyperlinkTooltip, getShapeId, getShapeImageBiLevelThreshold, getShapeImageBrightness, getShapeImageBytes, getShapeImageContrast, getShapeImageCrop, getShapeImageDuotone, getShapeImageFillBytes, getShapeImageFormat, getShapeImageLinkUrl, getShapeImageOpacity, getShapeImagePartName, getShapeIndex, getShapeKind, getShapeName, getShapeParagraphCount, getShapeParagraphElements, getShapePatternFill, getShapePlaceholderIdx, getShapePlaceholderType, getShapePosition, getShapePreset, getShapeRotation, getShapeRunClickAction, getShapeRunCount, getShapeRunFormat, getShapeRunFormatEffective, getShapeRunHyperlink, getShapeRunHyperlinkTooltip, getShapeRunText, getShapeSize, getShapeSlide, getShapeStroke, getShapeStrokeArrow, getShapeStrokeCap, getShapeStrokeColor, getShapeStrokeColorResolved, getShapeStrokeCompound, getShapeStrokeDash, getShapeStrokeEffective, getShapeStrokeJoin, getShapeStrokeWidth, getShapeText, getShapeTextAnchor, getShapeTextAutoFit, getShapeTextAutoFitParams, getShapeTextBodyRotationDeg, getShapeTextColumns, getShapeTextDirection, getShapeTextMargins, getShapeTextWrap, getShapeXmlString, getShapeZIndex, getShapesBounds, getSlideAt, getSlideBackground, getSlideBackgroundGradientFill, getSlideBackgroundImageBytes, getSlideBackgroundPatternFill, getSlideBody, getSlideCharts, getSlideColorMapOverride, getSlideCommentAuthors, getSlideComments, getSlideCount, getSlideIndex, getSlideInfo, getSlideLayout, getSlideLayoutBackground, getSlideLayoutBackgroundGradientFill, getSlideLayoutBackgroundImageBytes, getSlideLayoutBackgroundPatternFill, getSlideLayoutBackgroundShapes, getSlideLayoutCount, getSlideLayoutName, getSlideLayoutPartName, getSlideLayoutPlaceholders, getSlideLayoutShapes, getSlideLayoutType, getSlideLayoutUsageCounts, getSlideLayoutUsageCountsByType, getSlideLayouts, getSlideMasterBackground, getSlideMasterBackgroundGradientFill, getSlideMasterBackgroundImageBytes, getSlideMasterBackgroundPatternFill, getSlideMasterCount, getSlideMasterPartName, getSlideMasterPartNames, getSlideMasterShapes, getSlideMasterUsageCounts, getSlideMediaPartNames, getSlideNotes, getSlideNotesLength, getSlideOutline, getSlidePartName, getSlideSections, getSlideShapes, getSlideSize, getSlideTables, getSlideText, getSlideTextLength, getSlideTitle, getSlideTransition, getSlideXmlString, getSlides, getSlidesByLayout, getSlidesWithCharts, getSlidesWithComments, getSlidesWithEmptyPlaceholders, getSlidesWithHyperlinks, getSlidesWithImages, getSlidesWithNotes, getSlidesWithOverlap, getSlidesWithTables, getTableCell, getTableCellAlignment, getTableCellAnchor, getTableCellBorders, getTableCellFill, getTableCellMargins, getTableCellParagraphs, getTableCellPosition, getTableCellSpan, getTableCellText, getTableCellTextDirection, getTableCells, getTableColumnWidths, getTableDimensions, getTableRowHeights, getTableSize, getTableStyleFlags, getTableStyleId, getThumbnail, getUnusedSlideLayouts, getUnusedSlideMasters, getVisibleSlides, hasShapeImage, hasShapeText, hasSlideNotes, importSlide, inches, incrementRevision, insertTableColumn, insertTableRow, isChartShape, isParagraphBulletPicture, isShapeHidden, isShapeImageGrayscale, isShapePlaceholder, isShapeTextBox, isSlideHidden, isTableShape, listPackageParts, loadPresentation, mergePresentations, mergeTableCells, mm, moveSlide, pointInShape, pt, readPackagePart, removeShape, removeSlide, removeSlideComment, removeSlideNotes, removeTableColumn, removeTableRow, removeThumbnail, renameShape, replaceHyperlink, replaceTextInNotes, replaceTextInPresentation, replaceTextInSlide, replaceTextInSlideNotes, replaceTokensInPresentation, replaceTokensInSlide, resolveDeckBodyTextColor, resolveDrawingColor, reverseSlides, savePresentation, searchSlides, sendShapeBackward, sendShapeToBack, setChartSpec, setCoreProperties, setExtendedProperties, setMediaPartBytes, setParagraphAlignment, setParagraphBullet, setParagraphLevel, setParagraphLineSpacing, setParagraphSpacing, setShapeAlignment, setShapeAltTitle, setShapeAnimation, setShapeBounds, setShapeBullets, setShapeClickAction, setShapeDescription, setShapeFill, setShapeFlip, setShapeGlow, setShapeGradientFill, setShapeHidden, setShapeHyperlink, setShapeImage, setShapeImageBrightness, setShapeImageContrast, setShapeImageCrop, setShapeImageFill, setShapeImageOpacity, setShapeNoFill, setShapeNoStroke, setShapePatternFill, setShapePosition, setShapeRotation, setShapeRunFormat, setShapeRunHyperlink, setShapeRunText, setShapeShadow, setShapeSize, setShapeStroke, setShapeStrokeArrow, setShapeStrokeCap, setShapeStrokeCompound, setShapeStrokeDash, setShapeStrokeJoin, setShapeText, setShapeTextAnchor, setShapeTextAutoFit, setShapeTextBodyRotationDeg, setShapeTextColumns, setShapeTextDirection, setShapeTextFormat, setShapeTextMargins, setShapeTextWrap, setShapeZIndex, setSlideBackground, setSlideBackgroundImage, setSlideBody, setSlideHidden, setSlideLayout, setSlideNotes, setSlidePlaceholders, setSlideSections, setSlideSize, setSlideTitle, setSlideTransition, setTableCellAlignment, setTableCellAnchor, setTableCellBorders, setTableCellFill, setTableCellMargins, setTableCellText, setTableCellTextDirection, setTableCellTextFormat, setTableColumnWidth, setTableRowHeight, setTableStyleFlags, setTableStyleId, setThumbnail, shapesOverlap, slideHasAnimations, slidesUsingMediaPart, sortSlides, swapSlides, touchModified, translateShapes, validatePresentation };
|
package/dist/node.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { $ as SlideBackground, $a as setShapeClickAction, $c as GeomPath, $i as getTableCellText, $n as getShapeZIndex, $o as getShapeEffects, $r as findSlidesByLayoutName, $s as findSlidePlaceholders, $t as getSlideInfo, A as getPresentationHyperlinkCountsBySlide, Aa as findChartsBySeriesName, Ac as getShapePlaceholderType, Ai as getSlideMediaPartNames, Al as CommentPosition, An as touchModified, Ao as getShapeTextAutoFit, Ar as getShapeRunHyperlink, As as getShapeFillColorResolved, At as moveSlide, B as getSlidesWithNotes, Ba as getSlideCharts, Bc as getUnusedSlideMasters, Bi as TableCellParagraph, Bl as emu, Bn as getSlideLayoutUsageCounts, Bo as setShapeTextAnchor, Br as getSlideBody, Bs as findEmptyPlaceholders, Bt as findSlideByTitle, C as getAllHyperlinks, Ca as setTableColumnWidth, Cc as getShapeCustomGeometry, Ci as PresentationSummary, Cl as PresentationData, Cn as getCoreProperties, Co as removeSlideComment, Cr as getParagraphLineSpacing, Cs as setShapeStrokeJoin, Ct as addSlide, D as getDistinctHyperlinkUrls, Da as SlideChartData, Dc as getShapeKind, Di as getOrphanMediaPartNames, Dl as SlideShapeData, Dn as incrementRevision, Do as appendShapeText, Dr as getShapeParagraphElements, Ds as ShapeStroke, Dt as duplicateSlideAt, E as getAllTables, Ea as setTableStyleId, Ec as getShapeId, Ei as getMediaParts, El as SlideLayoutData, En as getPresentationModified, Eo as TextWrap, Er as getShapeParagraphCount, Es as ShapeFill, Et as duplicateSlide, F as getSlideNotesLength, Fa as getShapeChartCategories, Fc as getShapeText, Fi as validatePresentation, Fl as TransitionOptions, Fn as findSlideLayoutByType, Fo as getShapeTextMargins, Fr as setParagraphBullet, Fs as getShapeStrokeColorResolved, Ft as AllShapesEntry, G as removeSlideNotes, Ga as ChartGrouping, Gc as renameShape, Gi as getTableCellAlignment, Gn as addSlideLine, Go as setShapeTextFormat, Gr as clearSlideAnimations, Gs as findShapesByHyperlink, Gt as getPresentationShapeCountsBySlide, H as getSlidesWithTables, Ha as ChartAxisScaling, Hc as isShapePlaceholder, Hi as getPresentationTableCountsBySlide, Hl as mm, Hn as getSlideLayouts, Ho as setShapeTextBodyRotationDeg, Hr as setSlideBody, Hs as findShapeByName, Ht as findSlidesByText, I as getSlidesWithCharts, Ia as getShapeChartKind, Ic as getSlideMasterCount, Ii as IssueSeverity, Il as PresetShape, In as getSlideLayoutName, Io as getShapeTextWrap, Ir as setParagraphLevel, Is as getShapeStrokeCompound, It as SlideInfo, J as clearSlideTransition, Ja as ChartSpec, Jc as setShapeDescription, Ji as getTableCellFill, Jn as addSlideTextBox, Jo as ShapeEffect, Jr as setShapeAnimation, Js as findShapesByPreset, Jt as getPresentationTextLengthsBySlide, K as replaceHyperlink, Ka as ChartKind, Kc as setShapeAltTitle, Ki as getTableCellAnchor, Kn as addSlideShape, Ko as setShapeTextMargins, Kr as findShapesWithAnimation, Ks as findShapesByKind, Kt as getPresentationText, L as getSlidesWithComments, La as getShapeChartSeriesNames, Lc as getSlideMasterPartName, Li as ValidationIssue, Ll as ImageFormat, Ln as getSlideLayoutPartName, Lo as setShapeAlignment, Lr as setParagraphSpacing, Ls as getShapeStrokeEffective, Lt as SlideOutlineEntry, M as getPresentationNotesLengthsBySlide, Ma as findChartsWithTrendlines, Mc as getShapePreset, Mi as readPackagePart, Ml as AnimationEffect, Mn as findLayoutsWithPlaceholderType, Mo as getShapeTextBodyRotationDeg, Mr as getShapeRunText, Ms as getShapeStroke, Mt as reverseSlides, N as getPresentationNotesText, Na as getPresentationChartCountsBySlide, Nc as getShapeRotation, Ni as setMediaPartBytes, Nl as AnimationOptions, Nn as findSlideLayout, No as getShapeTextColumns, Nr as isParagraphBulletPicture, Ns as getShapeStrokeCap, Nt as sortSlides, O as getEmptySlides, Oa as addSlideChart, Oc as getShapeName, Oi as getPackageSize, Ol as TableCellData, On as setCoreProperties, Oo as getShapeBodyPrEffective, Or as getShapeRunClickAction, Os as getShapeFill, Ot as importSlide, P as getSlideNotes, Pa as getPresentationChartKindCounts, Pc as getShapeSize, Pi as slidesUsingMediaPart, Pl as TransitionEffect, Pn as findSlideLayoutByPartName, Po as getShapeTextDirection, Pr as setParagraphAlignment, Ps as getShapeStrokeColor, Pt as swapSlides, Q as resolveDeckBodyTextColor, Qa as getShapeClickAction, Qc as GeomCommand, Qi as getTableCellSpan, Qn as copyShape, Qo as getShapeEffect, Qr as findShapesOutsideCanvas, Qs as findSlidePlaceholderByIdx, Qt as getSlideIndex, R as getSlidesWithHyperlinks, Ra as getShapeChartSeriesValues, Rc as getSlideMasterPartNames, Ri as TableCellBorder, Rl as Emu, Rn as getSlideLayoutPlaceholders, Ro as setShapeBullets, Rr as setShapeRunHyperlink, Rs as getShapeStrokeJoin, Rt as findSlideByPartName, S as getAllComments, Sa as setTableCellTextFormat, Sc as getShapeCenter, Si as PackagePartInfo, Sl as savePresentation, Sn as ExtendedProperties, So as getSlideComments, Sr as getParagraphLevel, Ss as setShapeStrokeDash, St as addSectionHeaderSlide, T as getAllNotes, Ta as setTableStyleFlags, Tc as getShapeFlip, Ti as compactPackage, Tl as SlideData, Tn as getPresentationCreated, To as TextAutoFit, Tr as getShapeHyperlinkTooltip, Ts as getShapeGradientFillEffective, Tt as addTitleSlide, U as getVisibleSlides, Ua as ChartDataLabelPosition, Uc as isShapeTextBox, Ui as getSlideTables, Ul as pt, Un as getUnusedSlideLayouts, Uo as setShapeTextColumns, Ur as setSlidePlaceholders, Us as findShapeByText, Ut as getAllShapes, V as getSlidesWithOverlap, Va as setChartSpec, Vc as isShapeHidden, Vi as clearTableCellFill, Vl as inches, Vn as getSlideLayoutUsageCountsByType, Vo as setShapeTextAutoFit, Vr as getSlideTitle, Vs as findShapeById, Vt as findSlidesByNotes, W as hasSlideNotes, Wa as ChartDataLabels, Wc as pointInShape, Wi as getTableCell, Wn as addSlideImage, Wo as setShapeTextDirection, Wr as setSlideTitle, Ws as findShapeInPresentation, Wt as getOutlineText, X as setSlideTransition, Xa as ChartTrendline, Xc as shapesOverlap, Xi as getTableCellParagraphs, Xn as bringShapeToFront, Xo as clearShapeEffects, Xr as findFlippedShapes, Xs as findShapesWithHyperlinks, Xt as getSlideAt, Y as getSlideTransition, Ya as ChartTextStyle, Yc as setShapeHidden, Yi as getTableCellMargins, Yn as bringShapeForward, Yo as ShapeEffectAny, Yr as ImageCrop, Ys as findShapesByText, Yt as getShapeAt, Z as getEffectiveColorMap, Za as ShapeClickAction, Zc as CustomGeometry, Zi as getTableCellPosition, Zn as clearSlideShapes, Zo as findShapesByEffect, Zr as findOverlappingShapePairs, Zs as findSlidePlaceholder, Zt as getSlideCount, _ as clearSlideHyperlinks, _a as setTableCellBorders, _c as getMaxShapeIdInPresentation, _i as setShapeImageBrightness, _l as setSlideSections, _n as PresentationThumbnail, _o as getCommentsSortedByDate, _r as getParagraphAlignment, _s as setShapeSize, _t as getSlideMasterShapes, a as SlideSize, aa as getTableSize, ac as getSlideShapes, ai as getShapeImageBytes, al as LineEndType, an as getSlideXmlString, ao as findCommentAuthorByName, ar as getParagraphPropertiesEffective, as as getShapePatternFill, at as getSlideBackgroundPatternFill, b as findSlidesWithChartTrendlines, ba as setTableCellText, bc as getShapeBounds, bi as setShapeImageOpacity, bl as createPresentation, bn as setThumbnail, bo as getPresentationCommenters, br as getParagraphBulletStyle, bs as setShapeStrokeCap, bt as addBlankSlide, c as PresentationChartEntry, ca as insertTableColumn, cc as setSlideLayout, ci as getShapeImageDuotone, cl as GradientFillOptions, cn as isSlideHidden, co as findCommentsByAuthor, cr as setShapeHyperlink, cs as setShapeFill, ct as getSlideLayoutBackgroundGradientFill, d as PresentationImageEntry, da as isTableShape, dc as centerShapeOnSlide, di as getShapeImageLinkUrl, dl as PatternPreset, dn as replaceTextInSlide, do as getCommentAuthor, dr as resolveDrawingColor, ds as setShapeImageFill, dt as getSlideLayoutBackgroundShapes, ea as getTableCellTextDirection, ec as getShapeIndex, ei as findSlidesByLayoutPartName, el as GeomPoint, en as getSlideLayoutCount, eo as ImageFit, er as removeShape, es as getShapeEffectsEffective, et as SlideLayoutBackgroundShape, f as PresentationNotesEntry, fa as mergeTableCells, fc as findShapesAtPoint, fi as getShapeImageOpacity, fl as TextFormat, fn as replaceTextInSlideNotes, fo as getCommentAuthors, fr as PresentationFonts, fs as setShapeNoFill, ft as getSlideLayoutShapes, g as clearAllSlideNotes, ga as setTableCellAnchor, gc as getMaxShapeId, gi as isShapeImageGrayscale, gl as getSlideSections, gn as slideHasAnimations, go as getCommentText, gr as ShapeParagraphElement, gs as setShapeRotation, gt as getSlideMasterBackgroundPatternFill, h as clearAllHyperlinks, ha as setTableCellAlignment, hc as getGroupTransform, hi as hasShapeText, hl as SlideSection, hn as setSlideHidden, ho as getCommentSlide, hr as getPresentationTheme, hs as setShapePosition, ht as getSlideMasterBackgroundImageBytes, i as SLIDE_SIZE_4_3, ia as getTableRowHeights, ic as getSlideLayout, ii as getShapeImageBrightness, il as LineEndSize, in as getSlideTextLength, io as clearSlideComments, ir as ParagraphProperties, is as clearShapeStroke, it as getSlideBackgroundImageBytes, j as getPresentationNotesLength, ja as findChartsWithDataLabels, jc as getShapePosition, ji as listPackageParts, jl as SlideComment, jn as SlideLayoutPlaceholder, jo as getShapeTextAutoFitParams, jr as getShapeRunHyperlinkTooltip, js as getShapeFillEffective, jt as removeSlide, k as getHiddenSlides, ka as findChartByKind, kc as getShapePlaceholderIdx, ki as getPresentationSummary, kl as CommentAuthor, kn as setExtendedProperties, ko as getShapeTextAnchor, kr as getShapeRunCount, ks as getShapeFillColor, kt as mergePresentations, l as PresentationCommentEntry, la as insertTableRow, lc as translateShapes, li as getShapeImageFillBytes, ll as GradientStop, ln as replaceTextInNotes, lo as findCommentsByText, lr as setShapeRunFormat, ls as setShapeFlip, lt as getSlideLayoutBackgroundImageBytes, m as appendSlideNotes, ma as removeTableRow, mc as getGroupChildren, mi as hasShapeImage, ml as ParagraphAlignment, mn as searchSlides, mo as getCommentPosition, mr as getPresentationFonts, ms as setShapePatternFill, mt as getSlideMasterBackgroundGradientFill, n as SLIDE_SIZE_16_10, na as getTableColumnWidths, nc as getShapeXmlString, ni as getPresentationImageCountsBySlide, nl as ArrowOptions, nn as getSlidePartName, no as addSlideComment, nr as sendShapeToBack, ns as setShapeShadow, nt as getSlideBackground, o as getSlideSize, oa as getTableStyleFlags, oc as getSlidesWithEmptyPlaceholders, oi as getShapeImageContrast, ol as GlowOptions, on as getSlides, oo as findCommentsAfter, or as getShapeHyperlink, os as getShapeStrokeArrow, ot as getSlideColorMapOverride, p as PresentationTableEntry, pa as removeTableColumn, pc as findShapesInRect, pi as getShapeImagePartName, pl as BulletStyle, pn as replaceTokensInPresentation, po as getCommentDate, pr as PresentationTheme, ps as setShapeNoStroke, pt as getSlideMasterBackground, q as setSlideNotes, qa as ChartSeries, qc as setShapeBounds, qi as getTableCellBorders, qn as addSlideTable, qo as setShapeTextWrap, qr as getShapeAnimation, qs as findShapesByName, qt as getPresentationTextLength, r as SLIDE_SIZE_16_9, ra as getTableDimensions, rc as getShapesBounds, ri as getShapeImageBiLevelThreshold, rl as LineDash, rn as getSlideText, ro as clearAllSlideComments, rr as setShapeZIndex, rs as clearShapeFill, rt as getSlideBackgroundGradientFill, s as setSlideSize, sa as getTableStyleId, sc as replaceTokensInSlide, si as getShapeImageCrop, sl as ShadowOptions, sn as getSlidesByLayout, so as findCommentsBefore, sr as getShapeRunFormatEffective, ss as getShapeStrokeDash, st as getSlideLayoutBackground, t as VERSION, ta as getTableCells, tc as getShapeSlide, ti as findSlidesByLayoutType, tl as PathFillMode, tn as getSlideOutline, to as setShapeImage, tr as sendShapeBackward, ts as setShapeGlow, tt as clearSlideBackground, u as PresentationHyperlinkEntry, ua as isChartShape, uc as ShapeBounds, ui as getShapeImageFormat, ul as PatternFillOptions, un as replaceTextInPresentation, uo as findSlidesWithCommentsByAuthor, ur as getShapeRunFormat, us as setShapeGradientFill, ut as getSlideLayoutBackgroundPatternFill, v as findSlidesByHyperlink, va as setTableCellFill, vc as getShapeAdjustValues, vi as setShapeImageContrast, vl as PresentationInput, vn as getThumbnail, vo as getPresentationCommentCountsByAuthor, vr as getParagraphBullet, vs as setShapeStroke, vt as setSlideBackground, w as getAllImages, wa as setTableRowHeight, wc as getShapeDescription, wi as _internalPackageOf, wl as SlideCommentData, wn as getExtendedProperties, wo as TextAnchor, wr as getParagraphSpacing, ws as getShapeGradientFill, wt as addSlideAt, x as getAllCharts, xa as setTableCellTextDirection, xc as getShapeBoundsResolved, xi as MediaPart, xl as loadPresentation, xn as CoreProperties, xo as getSlideCommentAuthors, xr as getParagraphIndent, xs as setShapeStrokeCompound, xt as addContentSlide, y as findSlidesWithChartKind, ya as setTableCellMargins, yc as getShapeAltTitle, yi as setShapeImageCrop, yl as PresentationSize, yn as removeThumbnail, yo as getPresentationCommentCountsBySlide, yr as getParagraphBulletImageBytes, ys as setShapeStrokeArrow, yt as setSlideBackgroundImage, z as getSlidesWithImages, za as getShapeChartSpec, zc as getSlideMasterUsageCounts, zi as TableCellBorders, zl as cm, zn as getSlideLayoutType, zo as setShapeText, zr as setShapeRunText, zs as getShapeStrokeWidth, zt as findSlideByText } from "./index-Dz2acMvu.js";
|
|
1
|
+
import { $ as SlideBackground, $a as getShapeClickAction, $c as GeomCommand, $i as getTableCellSpan, $n as getShapeZIndex, $o as getShapeEffect, $r as findShapesOutsideCanvas, $s as findSlidePlaceholderByIdx, $t as getSlideInfo, A as getPresentationHyperlinkCountsBySlide, Aa as findChartByKind, Ac as getShapePlaceholderIdx, Ai as getPresentationSummary, Al as CommentAuthor, An as touchModified, Ao as getShapeTextAnchor, Ar as getShapeRunHyperlink, As as getShapeFillColor, At as moveSlide, B as getSlidesWithNotes, Ba as getShapeChartSpec, Bc as getSlideMasterUsageCounts, Bi as TableCellBorders, Bl as cm, Bn as getSlideLayoutUsageCounts, Bo as setShapeText, Br as setShapeRunText, Bs as getShapeStrokeWidth, Bt as findSlideByTitle, C as getAllHyperlinks, Ca as setTableCellTextFormat, Cc as getShapeCenter, Ci as PackagePartInfo, Cl as savePresentation, Cn as getCoreProperties, Co as getSlideComments, Cr as getParagraphLineSpacing, Cs as setShapeStrokeDash, Ct as addSlide, D as getDistinctHyperlinkUrls, Da as setTableStyleId, Dc as getShapeId, Di as getMediaParts, Dl as SlideLayoutData, Dn as incrementRevision, Do as TextWrap, Dr as getShapeParagraphElements, Ds as ShapeFill, Dt as duplicateSlideAt, E as getAllTables, Ea as setTableStyleFlags, Ec as getShapeFlip, Ei as compactPackage, El as SlideData, En as getPresentationModified, Eo as TextAutoFit, Er as getShapeParagraphCount, Es as getShapeGradientFillEffective, Et as duplicateSlide, F as getSlideNotesLength, Fa as getPresentationChartKindCounts, Fc as getShapeSize, Fi as slidesUsingMediaPart, Fl as TransitionEffect, Fn as findSlideLayoutByType, Fo as getShapeTextDirection, Fr as setParagraphBullet, Fs as getShapeStrokeColor, Ft as AllShapesEntry, G as removeSlideNotes, Ga as ChartDataLabels, Gc as pointInShape, Gi as getTableCell, Gn as addSlideLine, Go as setShapeTextDirection, Gr as setSlideTitle, Gs as findShapeInPresentation, Gt as getPresentationShapeCountsBySlide, H as getSlidesWithTables, Ha as setChartSpec, Hc as isShapeHidden, Hi as clearTableCellFill, Hl as inches, Hn as getSlideLayouts, Ho as setShapeTextAutoFit, Hr as getSlideTitle, Hs as findShapeById, Ht as findSlidesByText, I as getSlidesWithCharts, Ia as getShapeChartCategories, Ic as getShapeText, Ii as validatePresentation, Il as TransitionOptions, In as getSlideLayoutName, Io as getShapeTextMargins, Ir as setParagraphLevel, Is as getShapeStrokeColorResolved, It as SlideInfo, J as clearSlideTransition, Ja as ChartSeries, Jc as setShapeBounds, Ji as getTableCellBorders, Jn as addSlideTextBox, Jo as setShapeTextWrap, Jr as getShapeAnimation, Js as findShapesByName, Jt as getPresentationTextLengthsBySlide, K as replaceHyperlink, Ka as ChartGrouping, Kc as renameShape, Ki as getTableCellAlignment, Kn as addSlideShape, Ko as setShapeTextFormat, Kr as clearSlideAnimations, Ks as findShapesByHyperlink, Kt as getPresentationText, L as getSlidesWithComments, La as getShapeChartKind, Lc as getSlideMasterCount, Li as IssueSeverity, Ll as PresetShape, Ln as getSlideLayoutPartName, Lo as getShapeTextWrap, Lr as setParagraphLineSpacing, Ls as getShapeStrokeCompound, Lt as SlideOutlineEntry, M as getPresentationNotesLengthsBySlide, Ma as findChartsWithDataLabels, Mc as getShapePosition, Mi as listPackageParts, Ml as SlideComment, Mn as findLayoutsWithPlaceholderType, Mo as getShapeTextAutoFitParams, Mr as getShapeRunText, Ms as getShapeFillEffective, Mt as reverseSlides, N as getPresentationNotesText, Na as findChartsWithTrendlines, Nc as getShapePreset, Ni as readPackagePart, Nl as AnimationEffect, Nn as findSlideLayout, No as getShapeTextBodyRotationDeg, Nr as isParagraphBulletPicture, Ns as getShapeStroke, Nt as sortSlides, O as getEmptySlides, Oa as SlideChartData, Oc as getShapeKind, Oi as getOrphanMediaPartNames, Ol as SlideShapeData, On as setCoreProperties, Oo as appendShapeText, Or as getShapeRunClickAction, Os as ShapeStroke, Ot as importSlide, P as getSlideNotes, Pa as getPresentationChartCountsBySlide, Pc as getShapeRotation, Pi as setMediaPartBytes, Pl as AnimationOptions, Pn as findSlideLayoutByPartName, Po as getShapeTextColumns, Pr as setParagraphAlignment, Ps as getShapeStrokeCap, Pt as swapSlides, Q as resolveDeckBodyTextColor, Qa as ShapeClickAction, Qc as CustomGeometry, Qi as getTableCellPosition, Qn as copyShape, Qo as findShapesByEffect, Qr as findOverlappingShapePairs, Qs as findSlidePlaceholder, Qt as getSlideIndex, R as getSlidesWithHyperlinks, Ra as getShapeChartSeriesNames, Rc as getSlideMasterPartName, Ri as ValidationIssue, Rl as ImageFormat, Rn as getSlideLayoutPlaceholders, Ro as setShapeAlignment, Rr as setParagraphSpacing, Rs as getShapeStrokeEffective, Rt as findSlideByPartName, S as getAllComments, Sa as setTableCellTextDirection, Sc as getShapeBoundsResolved, Si as MediaPart, Sl as loadPresentation, Sn as ExtendedProperties, So as getSlideCommentAuthors, Sr as getParagraphLevel, Ss as setShapeStrokeCompound, St as addSectionHeaderSlide, T as getAllNotes, Ta as setTableRowHeight, Tc as getShapeDescription, Ti as _internalPackageOf, Tl as SlideCommentData, Tn as getPresentationCreated, To as TextAnchor, Tr as getShapeHyperlinkTooltip, Ts as getShapeGradientFill, Tt as addTitleSlide, U as getVisibleSlides, Ua as ChartAxisScaling, Uc as isShapePlaceholder, Ui as getPresentationTableCountsBySlide, Ul as mm, Un as getUnusedSlideLayouts, Uo as setShapeTextBodyRotationDeg, Ur as setSlideBody, Us as findShapeByName, Ut as getAllShapes, V as getSlidesWithOverlap, Va as getSlideCharts, Vc as getUnusedSlideMasters, Vi as TableCellParagraph, Vl as emu, Vn as getSlideLayoutUsageCountsByType, Vo as setShapeTextAnchor, Vr as getSlideBody, Vs as findEmptyPlaceholders, Vt as findSlidesByNotes, W as hasSlideNotes, Wa as ChartDataLabelPosition, Wc as isShapeTextBox, Wi as getSlideTables, Wl as pt, Wn as addSlideImage, Wo as setShapeTextColumns, Wr as setSlidePlaceholders, Ws as findShapeByText, Wt as getOutlineText, X as setSlideTransition, Xa as ChartTextStyle, Xc as setShapeHidden, Xi as getTableCellMargins, Xn as bringShapeToFront, Xo as ShapeEffectAny, Xr as ImageCrop, Xs as findShapesByText, Xt as getSlideAt, Y as getSlideTransition, Ya as ChartSpec, Yc as setShapeDescription, Yi as getTableCellFill, Yn as bringShapeForward, Yo as ShapeEffect, Yr as setShapeAnimation, Ys as findShapesByPreset, Yt as getShapeAt, Z as getEffectiveColorMap, Za as ChartTrendline, Zc as shapesOverlap, Zi as getTableCellParagraphs, Zn as clearSlideShapes, Zo as clearShapeEffects, Zr as findFlippedShapes, Zs as findShapesWithHyperlinks, Zt as getSlideCount, _ as clearSlideHyperlinks, _a as setTableCellAnchor, _c as getMaxShapeId, _i as isShapeImageGrayscale, _l as getSlideSections, _n as PresentationThumbnail, _o as getCommentText, _r as getParagraphAlignment, _s as setShapeRotation, _t as getSlideMasterShapes, a as SlideSize, aa as getTableRowHeights, ac as getSlideLayout, ai as getShapeImageBrightness, al as LineEndSize, an as getSlideXmlString, ao as clearSlideComments, ar as getParagraphPropertiesEffective, as as clearShapeStroke, at as getSlideBackgroundPatternFill, b as findSlidesWithChartTrendlines, ba as setTableCellMargins, bc as getShapeAltTitle, bi as setShapeImageCrop, bl as PresentationSize, bn as setThumbnail, bo as getPresentationCommentCountsBySlide, br as getParagraphBulletStyle, bs as setShapeStrokeArrow, bt as addBlankSlide, c as PresentationChartEntry, ca as getTableStyleId, cc as replaceTokensInSlide, ci as getShapeImageCrop, cl as ShadowOptions, cn as isSlideHidden, co as findCommentsBefore, cr as setShapeHyperlink, cs as getShapeStrokeDash, ct as getSlideLayoutBackgroundGradientFill, d as PresentationImageEntry, da as isChartShape, dc as ShapeBounds, di as getShapeImageFormat, dl as PatternFillOptions, dn as replaceTextInSlide, do as findSlidesWithCommentsByAuthor, dr as resolveDrawingColor, ds as setShapeGradientFill, dt as getSlideLayoutBackgroundShapes, ea as getTableCellText, ec as findSlidePlaceholders, ei as findSlidesByLayoutName, el as GeomPath, en as getSlideLayoutCount, eo as setShapeClickAction, er as removeShape, es as getShapeEffects, et as SlideLayoutBackgroundShape, f as PresentationNotesEntry, fa as isTableShape, fc as centerShapeOnSlide, fi as getShapeImageLinkUrl, fl as PatternPreset, fn as replaceTextInSlideNotes, fo as getCommentAuthor, fr as PresentationFonts, fs as setShapeImageFill, ft as getSlideLayoutShapes, g as clearAllSlideNotes, ga as setTableCellAlignment, gc as getGroupTransform, gi as hasShapeText, gl as SlideSection, gn as slideHasAnimations, go as getCommentSlide, gr as ShapeParagraphElement, gs as setShapePosition, gt as getSlideMasterBackgroundPatternFill, h as clearAllHyperlinks, ha as removeTableRow, hc as getGroupChildren, hi as hasShapeImage, hl as ParagraphAlignment, hn as setSlideHidden, ho as getCommentPosition, hr as getPresentationTheme, hs as setShapePatternFill, ht as getSlideMasterBackgroundImageBytes, i as SLIDE_SIZE_4_3, ia as getTableDimensions, ic as getShapesBounds, ii as getShapeImageBiLevelThreshold, il as LineDash, in as getSlideTextLength, io as clearAllSlideComments, ir as ParagraphProperties, is as clearShapeFill, it as getSlideBackgroundImageBytes, j as getPresentationNotesLength, ja as findChartsBySeriesName, jc as getShapePlaceholderType, ji as getSlideMediaPartNames, jl as CommentPosition, jn as SlideLayoutPlaceholder, jo as getShapeTextAutoFit, jr as getShapeRunHyperlinkTooltip, js as getShapeFillColorResolved, jt as removeSlide, k as getHiddenSlides, ka as addSlideChart, kc as getShapeName, ki as getPackageSize, kl as TableCellData, kn as setExtendedProperties, ko as getShapeBodyPrEffective, kr as getShapeRunCount, ks as getShapeFill, kt as mergePresentations, l as PresentationCommentEntry, la as insertTableColumn, lc as setSlideLayout, li as getShapeImageDuotone, ll as GradientFillOptions, ln as replaceTextInNotes, lo as findCommentsByAuthor, lr as setShapeRunFormat, ls as setShapeFill, lt as getSlideLayoutBackgroundImageBytes, m as appendSlideNotes, ma as removeTableColumn, mc as findShapesInRect, mi as getShapeImagePartName, ml as BulletStyle, mn as searchSlides, mo as getCommentDate, mr as getPresentationFonts, ms as setShapeNoStroke, mt as getSlideMasterBackgroundGradientFill, n as SLIDE_SIZE_16_10, na as getTableCells, nc as getShapeSlide, ni as findSlidesByLayoutType, nl as PathFillMode, nn as getSlidePartName, no as setShapeImage, nr as sendShapeToBack, ns as setShapeGlow, nt as getSlideBackground, o as getSlideSize, oa as getTableSize, oc as getSlideShapes, oi as getShapeImageBytes, ol as LineEndType, on as getSlides, oo as findCommentAuthorByName, or as getShapeHyperlink, os as getShapePatternFill, ot as getSlideColorMapOverride, p as PresentationTableEntry, pa as mergeTableCells, pc as findShapesAtPoint, pi as getShapeImageOpacity, pl as TextFormat, pn as replaceTokensInPresentation, po as getCommentAuthors, pr as PresentationTheme, ps as setShapeNoFill, pt as getSlideMasterBackground, q as setSlideNotes, qa as ChartKind, qc as setShapeAltTitle, qi as getTableCellAnchor, qn as addSlideTable, qo as setShapeTextMargins, qr as findShapesWithAnimation, qs as findShapesByKind, qt as getPresentationTextLength, r as SLIDE_SIZE_16_9, ra as getTableColumnWidths, rc as getShapeXmlString, ri as getPresentationImageCountsBySlide, rl as ArrowOptions, rn as getSlideText, ro as addSlideComment, rr as setShapeZIndex, rs as setShapeShadow, rt as getSlideBackgroundGradientFill, s as setSlideSize, sa as getTableStyleFlags, sc as getSlidesWithEmptyPlaceholders, si as getShapeImageContrast, sl as GlowOptions, sn as getSlidesByLayout, so as findCommentsAfter, sr as getShapeRunFormatEffective, ss as getShapeStrokeArrow, st as getSlideLayoutBackground, t as VERSION, ta as getTableCellTextDirection, tc as getShapeIndex, ti as findSlidesByLayoutPartName, tl as GeomPoint, tn as getSlideOutline, to as ImageFit, tr as sendShapeBackward, ts as getShapeEffectsEffective, tt as clearSlideBackground, u as PresentationHyperlinkEntry, ua as insertTableRow, uc as translateShapes, ui as getShapeImageFillBytes, ul as GradientStop, un as replaceTextInPresentation, uo as findCommentsByText, ur as getShapeRunFormat, us as setShapeFlip, ut as getSlideLayoutBackgroundPatternFill, v as findSlidesByHyperlink, va as setTableCellBorders, vc as getMaxShapeIdInPresentation, vi as setShapeImageBrightness, vl as setSlideSections, vn as getThumbnail, vo as getCommentsSortedByDate, vr as getParagraphBullet, vs as setShapeSize, vt as setSlideBackground, w as getAllImages, wa as setTableColumnWidth, wc as getShapeCustomGeometry, wi as PresentationSummary, wl as PresentationData, wn as getExtendedProperties, wo as removeSlideComment, wr as getParagraphSpacing, ws as setShapeStrokeJoin, wt as addSlideAt, x as getAllCharts, xa as setTableCellText, xc as getShapeBounds, xi as setShapeImageOpacity, xl as createPresentation, xn as CoreProperties, xo as getPresentationCommenters, xr as getParagraphIndent, xs as setShapeStrokeCap, xt as addContentSlide, y as findSlidesWithChartKind, ya as setTableCellFill, yc as getShapeAdjustValues, yi as setShapeImageContrast, yl as PresentationInput, yn as removeThumbnail, yo as getPresentationCommentCountsByAuthor, yr as getParagraphBulletImageBytes, ys as setShapeStroke, yt as setSlideBackgroundImage, z as getSlidesWithImages, za as getShapeChartSeriesValues, zc as getSlideMasterPartNames, zi as TableCellBorder, zl as Emu, zn as getSlideLayoutType, zo as setShapeBullets, zr as setShapeRunHyperlink, zs as getShapeStrokeJoin, zt as findSlideByText } from "./index-vTW90gao.js";
|
|
2
2
|
|
|
3
3
|
//#region src/node.d.ts
|
|
4
4
|
/**
|
|
@@ -11,5 +11,5 @@ declare const loadPresentationFile: (path: string) => Promise<PresentationData>;
|
|
|
11
11
|
*/
|
|
12
12
|
declare const savePresentationToFile: (pres: PresentationData, path: string) => Promise<void>;
|
|
13
13
|
//#endregion
|
|
14
|
-
export { type AllShapesEntry, type AnimationEffect, type AnimationOptions, type ArrowOptions, type BulletStyle, type ChartAxisScaling, type ChartDataLabelPosition, type ChartDataLabels, type ChartGrouping, type ChartKind, type ChartSeries, type ChartSpec, type ChartTextStyle, type ChartTrendline, type CommentAuthor, type CommentPosition, type CoreProperties, type CustomGeometry, type Emu, type ExtendedProperties, type GeomCommand, type GeomPath, type GeomPoint, type GlowOptions, type GradientFillOptions, type GradientStop, type ImageCrop, type ImageFit, type ImageFormat, type IssueSeverity, type LineDash, type LineEndSize, type LineEndType, type MediaPart, type PackagePartInfo, type ParagraphAlignment, type ParagraphProperties, type PathFillMode, type PatternFillOptions, type PatternPreset, type PresentationChartEntry, type PresentationCommentEntry, type PresentationData, type PresentationFonts, type PresentationHyperlinkEntry, type PresentationImageEntry, type PresentationInput, type PresentationNotesEntry, type PresentationSize, type PresentationSummary, type PresentationTableEntry, type PresentationTheme, type PresentationThumbnail, type PresetShape, SLIDE_SIZE_16_10, SLIDE_SIZE_16_9, SLIDE_SIZE_4_3, type ShadowOptions, type ShapeBounds, type ShapeClickAction, type ShapeEffect, type ShapeEffectAny, type ShapeFill, type ShapeParagraphElement, type ShapeStroke, type SlideBackground, type SlideChartData, type SlideComment, type SlideCommentData, type SlideData, type SlideInfo, type SlideLayoutBackgroundShape, type SlideLayoutData, type SlideLayoutPlaceholder, type SlideOutlineEntry, type SlideSection, type SlideShapeData, type SlideSize, type TableCellBorder, type TableCellBorders, type TableCellData, type TableCellParagraph, type TextAnchor, type TextAutoFit, type TextFormat, type TextWrap, type TransitionEffect, type TransitionOptions, VERSION, type ValidationIssue, _internalPackageOf, addBlankSlide, addContentSlide, addSectionHeaderSlide, addSlide, addSlideAt, addSlideChart, addSlideComment, addSlideImage, addSlideLine, addSlideShape, addSlideTable, addSlideTextBox, addTitleSlide, appendShapeText, appendSlideNotes, bringShapeForward, bringShapeToFront, centerShapeOnSlide, clearAllHyperlinks, clearAllSlideComments, clearAllSlideNotes, clearShapeEffects, clearShapeFill, clearShapeStroke, clearSlideAnimations, clearSlideBackground, clearSlideComments, clearSlideHyperlinks, clearSlideShapes, clearSlideTransition, clearTableCellFill, cm, compactPackage, copyShape, createPresentation, duplicateSlide, duplicateSlideAt, emu, findChartByKind, findChartsBySeriesName, findChartsWithDataLabels, findChartsWithTrendlines, findCommentAuthorByName, findCommentsAfter, findCommentsBefore, findCommentsByAuthor, findCommentsByText, findEmptyPlaceholders, findFlippedShapes, findLayoutsWithPlaceholderType, findOverlappingShapePairs, findShapeById, findShapeByName, findShapeByText, findShapeInPresentation, findShapesAtPoint, findShapesByEffect, findShapesByHyperlink, findShapesByKind, findShapesByName, findShapesByPreset, findShapesByText, findShapesInRect, findShapesOutsideCanvas, findShapesWithAnimation, findShapesWithHyperlinks, findSlideByPartName, findSlideByText, findSlideByTitle, findSlideLayout, findSlideLayoutByPartName, findSlideLayoutByType, findSlidePlaceholder, findSlidePlaceholderByIdx, findSlidePlaceholders, findSlidesByHyperlink, findSlidesByLayoutName, findSlidesByLayoutPartName, findSlidesByLayoutType, findSlidesByNotes, findSlidesByText, findSlidesWithChartKind, findSlidesWithChartTrendlines, findSlidesWithCommentsByAuthor, getAllCharts, getAllComments, getAllHyperlinks, getAllImages, getAllNotes, getAllShapes, getAllTables, getCommentAuthor, getCommentAuthors, getCommentDate, getCommentPosition, getCommentSlide, getCommentText, getCommentsSortedByDate, getCoreProperties, getDistinctHyperlinkUrls, getEffectiveColorMap, getEmptySlides, getExtendedProperties, getGroupChildren, getGroupTransform, getHiddenSlides, getMaxShapeId, getMaxShapeIdInPresentation, getMediaParts, getOrphanMediaPartNames, getOutlineText, getPackageSize, getParagraphAlignment, getParagraphBullet, getParagraphBulletImageBytes, getParagraphBulletStyle, getParagraphIndent, getParagraphLevel, getParagraphLineSpacing, getParagraphPropertiesEffective, getParagraphSpacing, getPresentationChartCountsBySlide, getPresentationChartKindCounts, getPresentationCommentCountsByAuthor, getPresentationCommentCountsBySlide, getPresentationCommenters, getPresentationCreated, getPresentationFonts, getPresentationHyperlinkCountsBySlide, getPresentationImageCountsBySlide, getPresentationModified, getPresentationNotesLength, getPresentationNotesLengthsBySlide, getPresentationNotesText, getPresentationShapeCountsBySlide, getPresentationSummary, getPresentationTableCountsBySlide, getPresentationText, getPresentationTextLength, getPresentationTextLengthsBySlide, getPresentationTheme, getShapeAdjustValues, getShapeAltTitle, getShapeAnimation, getShapeAt, getShapeBodyPrEffective, getShapeBounds, getShapeBoundsResolved, getShapeCenter, getShapeChartCategories, getShapeChartKind, getShapeChartSeriesNames, getShapeChartSeriesValues, getShapeChartSpec, getShapeClickAction, getShapeCustomGeometry, getShapeDescription, getShapeEffect, getShapeEffects, getShapeEffectsEffective, getShapeFill, getShapeFillColor, getShapeFillColorResolved, getShapeFillEffective, getShapeFlip, getShapeGradientFill, getShapeGradientFillEffective, getShapeHyperlink, getShapeHyperlinkTooltip, getShapeId, getShapeImageBiLevelThreshold, getShapeImageBrightness, getShapeImageBytes, getShapeImageContrast, getShapeImageCrop, getShapeImageDuotone, getShapeImageFillBytes, getShapeImageFormat, getShapeImageLinkUrl, getShapeImageOpacity, getShapeImagePartName, getShapeIndex, getShapeKind, getShapeName, getShapeParagraphCount, getShapeParagraphElements, getShapePatternFill, getShapePlaceholderIdx, getShapePlaceholderType, getShapePosition, getShapePreset, getShapeRotation, getShapeRunClickAction, getShapeRunCount, getShapeRunFormat, getShapeRunFormatEffective, getShapeRunHyperlink, getShapeRunHyperlinkTooltip, getShapeRunText, getShapeSize, getShapeSlide, getShapeStroke, getShapeStrokeArrow, getShapeStrokeCap, getShapeStrokeColor, getShapeStrokeColorResolved, getShapeStrokeCompound, getShapeStrokeDash, getShapeStrokeEffective, getShapeStrokeJoin, getShapeStrokeWidth, getShapeText, getShapeTextAnchor, getShapeTextAutoFit, getShapeTextAutoFitParams, getShapeTextBodyRotationDeg, getShapeTextColumns, getShapeTextDirection, getShapeTextMargins, getShapeTextWrap, getShapeXmlString, getShapeZIndex, getShapesBounds, getSlideAt, getSlideBackground, getSlideBackgroundGradientFill, getSlideBackgroundImageBytes, getSlideBackgroundPatternFill, getSlideBody, getSlideCharts, getSlideColorMapOverride, getSlideCommentAuthors, getSlideComments, getSlideCount, getSlideIndex, getSlideInfo, getSlideLayout, getSlideLayoutBackground, getSlideLayoutBackgroundGradientFill, getSlideLayoutBackgroundImageBytes, getSlideLayoutBackgroundPatternFill, getSlideLayoutBackgroundShapes, getSlideLayoutCount, getSlideLayoutName, getSlideLayoutPartName, getSlideLayoutPlaceholders, getSlideLayoutShapes, getSlideLayoutType, getSlideLayoutUsageCounts, getSlideLayoutUsageCountsByType, getSlideLayouts, getSlideMasterBackground, getSlideMasterBackgroundGradientFill, getSlideMasterBackgroundImageBytes, getSlideMasterBackgroundPatternFill, getSlideMasterCount, getSlideMasterPartName, getSlideMasterPartNames, getSlideMasterShapes, getSlideMasterUsageCounts, getSlideMediaPartNames, getSlideNotes, getSlideNotesLength, getSlideOutline, getSlidePartName, getSlideSections, getSlideShapes, getSlideSize, getSlideTables, getSlideText, getSlideTextLength, getSlideTitle, getSlideTransition, getSlideXmlString, getSlides, getSlidesByLayout, getSlidesWithCharts, getSlidesWithComments, getSlidesWithEmptyPlaceholders, getSlidesWithHyperlinks, getSlidesWithImages, getSlidesWithNotes, getSlidesWithOverlap, getSlidesWithTables, getTableCell, getTableCellAlignment, getTableCellAnchor, getTableCellBorders, getTableCellFill, getTableCellMargins, getTableCellParagraphs, getTableCellPosition, getTableCellSpan, getTableCellText, getTableCellTextDirection, getTableCells, getTableColumnWidths, getTableDimensions, getTableRowHeights, getTableSize, getTableStyleFlags, getTableStyleId, getThumbnail, getUnusedSlideLayouts, getUnusedSlideMasters, getVisibleSlides, hasShapeImage, hasShapeText, hasSlideNotes, importSlide, inches, incrementRevision, insertTableColumn, insertTableRow, isChartShape, isParagraphBulletPicture, isShapeHidden, isShapeImageGrayscale, isShapePlaceholder, isShapeTextBox, isSlideHidden, isTableShape, listPackageParts, loadPresentation, loadPresentationFile, mergePresentations, mergeTableCells, mm, moveSlide, pointInShape, pt, readPackagePart, removeShape, removeSlide, removeSlideComment, removeSlideNotes, removeTableColumn, removeTableRow, removeThumbnail, renameShape, replaceHyperlink, replaceTextInNotes, replaceTextInPresentation, replaceTextInSlide, replaceTextInSlideNotes, replaceTokensInPresentation, replaceTokensInSlide, resolveDeckBodyTextColor, resolveDrawingColor, reverseSlides, savePresentation, savePresentationToFile, searchSlides, sendShapeBackward, sendShapeToBack, setChartSpec, setCoreProperties, setExtendedProperties, setMediaPartBytes, setParagraphAlignment, setParagraphBullet, setParagraphLevel, setParagraphSpacing, setShapeAlignment, setShapeAltTitle, setShapeAnimation, setShapeBounds, setShapeBullets, setShapeClickAction, setShapeDescription, setShapeFill, setShapeFlip, setShapeGlow, setShapeGradientFill, setShapeHidden, setShapeHyperlink, setShapeImage, setShapeImageBrightness, setShapeImageContrast, setShapeImageCrop, setShapeImageFill, setShapeImageOpacity, setShapeNoFill, setShapeNoStroke, setShapePatternFill, setShapePosition, setShapeRotation, setShapeRunFormat, setShapeRunHyperlink, setShapeRunText, setShapeShadow, setShapeSize, setShapeStroke, setShapeStrokeArrow, setShapeStrokeCap, setShapeStrokeCompound, setShapeStrokeDash, setShapeStrokeJoin, setShapeText, setShapeTextAnchor, setShapeTextAutoFit, setShapeTextBodyRotationDeg, setShapeTextColumns, setShapeTextDirection, setShapeTextFormat, setShapeTextMargins, setShapeTextWrap, setShapeZIndex, setSlideBackground, setSlideBackgroundImage, setSlideBody, setSlideHidden, setSlideLayout, setSlideNotes, setSlidePlaceholders, setSlideSections, setSlideSize, setSlideTitle, setSlideTransition, setTableCellAlignment, setTableCellAnchor, setTableCellBorders, setTableCellFill, setTableCellMargins, setTableCellText, setTableCellTextDirection, setTableCellTextFormat, setTableColumnWidth, setTableRowHeight, setTableStyleFlags, setTableStyleId, setThumbnail, shapesOverlap, slideHasAnimations, slidesUsingMediaPart, sortSlides, swapSlides, touchModified, translateShapes, validatePresentation };
|
|
14
|
+
export { type AllShapesEntry, type AnimationEffect, type AnimationOptions, type ArrowOptions, type BulletStyle, type ChartAxisScaling, type ChartDataLabelPosition, type ChartDataLabels, type ChartGrouping, type ChartKind, type ChartSeries, type ChartSpec, type ChartTextStyle, type ChartTrendline, type CommentAuthor, type CommentPosition, type CoreProperties, type CustomGeometry, type Emu, type ExtendedProperties, type GeomCommand, type GeomPath, type GeomPoint, type GlowOptions, type GradientFillOptions, type GradientStop, type ImageCrop, type ImageFit, type ImageFormat, type IssueSeverity, type LineDash, type LineEndSize, type LineEndType, type MediaPart, type PackagePartInfo, type ParagraphAlignment, type ParagraphProperties, type PathFillMode, type PatternFillOptions, type PatternPreset, type PresentationChartEntry, type PresentationCommentEntry, type PresentationData, type PresentationFonts, type PresentationHyperlinkEntry, type PresentationImageEntry, type PresentationInput, type PresentationNotesEntry, type PresentationSize, type PresentationSummary, type PresentationTableEntry, type PresentationTheme, type PresentationThumbnail, type PresetShape, SLIDE_SIZE_16_10, SLIDE_SIZE_16_9, SLIDE_SIZE_4_3, type ShadowOptions, type ShapeBounds, type ShapeClickAction, type ShapeEffect, type ShapeEffectAny, type ShapeFill, type ShapeParagraphElement, type ShapeStroke, type SlideBackground, type SlideChartData, type SlideComment, type SlideCommentData, type SlideData, type SlideInfo, type SlideLayoutBackgroundShape, type SlideLayoutData, type SlideLayoutPlaceholder, type SlideOutlineEntry, type SlideSection, type SlideShapeData, type SlideSize, type TableCellBorder, type TableCellBorders, type TableCellData, type TableCellParagraph, type TextAnchor, type TextAutoFit, type TextFormat, type TextWrap, type TransitionEffect, type TransitionOptions, VERSION, type ValidationIssue, _internalPackageOf, addBlankSlide, addContentSlide, addSectionHeaderSlide, addSlide, addSlideAt, addSlideChart, addSlideComment, addSlideImage, addSlideLine, addSlideShape, addSlideTable, addSlideTextBox, addTitleSlide, appendShapeText, appendSlideNotes, bringShapeForward, bringShapeToFront, centerShapeOnSlide, clearAllHyperlinks, clearAllSlideComments, clearAllSlideNotes, clearShapeEffects, clearShapeFill, clearShapeStroke, clearSlideAnimations, clearSlideBackground, clearSlideComments, clearSlideHyperlinks, clearSlideShapes, clearSlideTransition, clearTableCellFill, cm, compactPackage, copyShape, createPresentation, duplicateSlide, duplicateSlideAt, emu, findChartByKind, findChartsBySeriesName, findChartsWithDataLabels, findChartsWithTrendlines, findCommentAuthorByName, findCommentsAfter, findCommentsBefore, findCommentsByAuthor, findCommentsByText, findEmptyPlaceholders, findFlippedShapes, findLayoutsWithPlaceholderType, findOverlappingShapePairs, findShapeById, findShapeByName, findShapeByText, findShapeInPresentation, findShapesAtPoint, findShapesByEffect, findShapesByHyperlink, findShapesByKind, findShapesByName, findShapesByPreset, findShapesByText, findShapesInRect, findShapesOutsideCanvas, findShapesWithAnimation, findShapesWithHyperlinks, findSlideByPartName, findSlideByText, findSlideByTitle, findSlideLayout, findSlideLayoutByPartName, findSlideLayoutByType, findSlidePlaceholder, findSlidePlaceholderByIdx, findSlidePlaceholders, findSlidesByHyperlink, findSlidesByLayoutName, findSlidesByLayoutPartName, findSlidesByLayoutType, findSlidesByNotes, findSlidesByText, findSlidesWithChartKind, findSlidesWithChartTrendlines, findSlidesWithCommentsByAuthor, getAllCharts, getAllComments, getAllHyperlinks, getAllImages, getAllNotes, getAllShapes, getAllTables, getCommentAuthor, getCommentAuthors, getCommentDate, getCommentPosition, getCommentSlide, getCommentText, getCommentsSortedByDate, getCoreProperties, getDistinctHyperlinkUrls, getEffectiveColorMap, getEmptySlides, getExtendedProperties, getGroupChildren, getGroupTransform, getHiddenSlides, getMaxShapeId, getMaxShapeIdInPresentation, getMediaParts, getOrphanMediaPartNames, getOutlineText, getPackageSize, getParagraphAlignment, getParagraphBullet, getParagraphBulletImageBytes, getParagraphBulletStyle, getParagraphIndent, getParagraphLevel, getParagraphLineSpacing, getParagraphPropertiesEffective, getParagraphSpacing, getPresentationChartCountsBySlide, getPresentationChartKindCounts, getPresentationCommentCountsByAuthor, getPresentationCommentCountsBySlide, getPresentationCommenters, getPresentationCreated, getPresentationFonts, getPresentationHyperlinkCountsBySlide, getPresentationImageCountsBySlide, getPresentationModified, getPresentationNotesLength, getPresentationNotesLengthsBySlide, getPresentationNotesText, getPresentationShapeCountsBySlide, getPresentationSummary, getPresentationTableCountsBySlide, getPresentationText, getPresentationTextLength, getPresentationTextLengthsBySlide, getPresentationTheme, getShapeAdjustValues, getShapeAltTitle, getShapeAnimation, getShapeAt, getShapeBodyPrEffective, getShapeBounds, getShapeBoundsResolved, getShapeCenter, getShapeChartCategories, getShapeChartKind, getShapeChartSeriesNames, getShapeChartSeriesValues, getShapeChartSpec, getShapeClickAction, getShapeCustomGeometry, getShapeDescription, getShapeEffect, getShapeEffects, getShapeEffectsEffective, getShapeFill, getShapeFillColor, getShapeFillColorResolved, getShapeFillEffective, getShapeFlip, getShapeGradientFill, getShapeGradientFillEffective, getShapeHyperlink, getShapeHyperlinkTooltip, getShapeId, getShapeImageBiLevelThreshold, getShapeImageBrightness, getShapeImageBytes, getShapeImageContrast, getShapeImageCrop, getShapeImageDuotone, getShapeImageFillBytes, getShapeImageFormat, getShapeImageLinkUrl, getShapeImageOpacity, getShapeImagePartName, getShapeIndex, getShapeKind, getShapeName, getShapeParagraphCount, getShapeParagraphElements, getShapePatternFill, getShapePlaceholderIdx, getShapePlaceholderType, getShapePosition, getShapePreset, getShapeRotation, getShapeRunClickAction, getShapeRunCount, getShapeRunFormat, getShapeRunFormatEffective, getShapeRunHyperlink, getShapeRunHyperlinkTooltip, getShapeRunText, getShapeSize, getShapeSlide, getShapeStroke, getShapeStrokeArrow, getShapeStrokeCap, getShapeStrokeColor, getShapeStrokeColorResolved, getShapeStrokeCompound, getShapeStrokeDash, getShapeStrokeEffective, getShapeStrokeJoin, getShapeStrokeWidth, getShapeText, getShapeTextAnchor, getShapeTextAutoFit, getShapeTextAutoFitParams, getShapeTextBodyRotationDeg, getShapeTextColumns, getShapeTextDirection, getShapeTextMargins, getShapeTextWrap, getShapeXmlString, getShapeZIndex, getShapesBounds, getSlideAt, getSlideBackground, getSlideBackgroundGradientFill, getSlideBackgroundImageBytes, getSlideBackgroundPatternFill, getSlideBody, getSlideCharts, getSlideColorMapOverride, getSlideCommentAuthors, getSlideComments, getSlideCount, getSlideIndex, getSlideInfo, getSlideLayout, getSlideLayoutBackground, getSlideLayoutBackgroundGradientFill, getSlideLayoutBackgroundImageBytes, getSlideLayoutBackgroundPatternFill, getSlideLayoutBackgroundShapes, getSlideLayoutCount, getSlideLayoutName, getSlideLayoutPartName, getSlideLayoutPlaceholders, getSlideLayoutShapes, getSlideLayoutType, getSlideLayoutUsageCounts, getSlideLayoutUsageCountsByType, getSlideLayouts, getSlideMasterBackground, getSlideMasterBackgroundGradientFill, getSlideMasterBackgroundImageBytes, getSlideMasterBackgroundPatternFill, getSlideMasterCount, getSlideMasterPartName, getSlideMasterPartNames, getSlideMasterShapes, getSlideMasterUsageCounts, getSlideMediaPartNames, getSlideNotes, getSlideNotesLength, getSlideOutline, getSlidePartName, getSlideSections, getSlideShapes, getSlideSize, getSlideTables, getSlideText, getSlideTextLength, getSlideTitle, getSlideTransition, getSlideXmlString, getSlides, getSlidesByLayout, getSlidesWithCharts, getSlidesWithComments, getSlidesWithEmptyPlaceholders, getSlidesWithHyperlinks, getSlidesWithImages, getSlidesWithNotes, getSlidesWithOverlap, getSlidesWithTables, getTableCell, getTableCellAlignment, getTableCellAnchor, getTableCellBorders, getTableCellFill, getTableCellMargins, getTableCellParagraphs, getTableCellPosition, getTableCellSpan, getTableCellText, getTableCellTextDirection, getTableCells, getTableColumnWidths, getTableDimensions, getTableRowHeights, getTableSize, getTableStyleFlags, getTableStyleId, getThumbnail, getUnusedSlideLayouts, getUnusedSlideMasters, getVisibleSlides, hasShapeImage, hasShapeText, hasSlideNotes, importSlide, inches, incrementRevision, insertTableColumn, insertTableRow, isChartShape, isParagraphBulletPicture, isShapeHidden, isShapeImageGrayscale, isShapePlaceholder, isShapeTextBox, isSlideHidden, isTableShape, listPackageParts, loadPresentation, loadPresentationFile, mergePresentations, mergeTableCells, mm, moveSlide, pointInShape, pt, readPackagePart, removeShape, removeSlide, removeSlideComment, removeSlideNotes, removeTableColumn, removeTableRow, removeThumbnail, renameShape, replaceHyperlink, replaceTextInNotes, replaceTextInPresentation, replaceTextInSlide, replaceTextInSlideNotes, replaceTokensInPresentation, replaceTokensInSlide, resolveDeckBodyTextColor, resolveDrawingColor, reverseSlides, savePresentation, savePresentationToFile, searchSlides, sendShapeBackward, sendShapeToBack, setChartSpec, setCoreProperties, setExtendedProperties, setMediaPartBytes, setParagraphAlignment, setParagraphBullet, setParagraphLevel, setParagraphLineSpacing, setParagraphSpacing, setShapeAlignment, setShapeAltTitle, setShapeAnimation, setShapeBounds, setShapeBullets, setShapeClickAction, setShapeDescription, setShapeFill, setShapeFlip, setShapeGlow, setShapeGradientFill, setShapeHidden, setShapeHyperlink, setShapeImage, setShapeImageBrightness, setShapeImageContrast, setShapeImageCrop, setShapeImageFill, setShapeImageOpacity, setShapeNoFill, setShapeNoStroke, setShapePatternFill, setShapePosition, setShapeRotation, setShapeRunFormat, setShapeRunHyperlink, setShapeRunText, setShapeShadow, setShapeSize, setShapeStroke, setShapeStrokeArrow, setShapeStrokeCap, setShapeStrokeCompound, setShapeStrokeDash, setShapeStrokeJoin, setShapeText, setShapeTextAnchor, setShapeTextAutoFit, setShapeTextBodyRotationDeg, setShapeTextColumns, setShapeTextDirection, setShapeTextFormat, setShapeTextMargins, setShapeTextWrap, setShapeZIndex, setSlideBackground, setSlideBackgroundImage, setSlideBody, setSlideHidden, setSlideLayout, setSlideNotes, setSlidePlaceholders, setSlideSections, setSlideSize, setSlideTitle, setSlideTransition, setTableCellAlignment, setTableCellAnchor, setTableCellBorders, setTableCellFill, setTableCellMargins, setTableCellText, setTableCellTextDirection, setTableCellTextFormat, setTableColumnWidth, setTableRowHeight, setTableStyleFlags, setTableStyleId, setThumbnail, shapesOverlap, slideHasAnimations, slidesUsingMediaPart, sortSlides, swapSlides, touchModified, translateShapes, validatePresentation };
|
|
15
15
|
//# sourceMappingURL=node.d.ts.map
|