pptx-viewer-core 1.1.32 → 1.1.34
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/dist/{SvgExporter-BkkVdcN7.d.mts → SvgExporter-CGO8Tx9z.d.mts} +1 -1
- package/dist/{SvgExporter-MDf-1CNQ.d.ts → SvgExporter-DpupBlmk.d.ts} +1 -1
- package/dist/cli/index.d.mts +2 -2
- package/dist/cli/index.d.ts +2 -2
- package/dist/cli/index.js +0 -0
- package/dist/cli/index.mjs +0 -0
- package/dist/converter/index.d.mts +3 -3
- package/dist/converter/index.d.ts +3 -3
- package/dist/index.d.mts +193 -7
- package/dist/index.d.ts +193 -7
- package/dist/index.js +1073 -312
- package/dist/index.mjs +1068 -313
- package/dist/{presentation-BWchOWpy.d.mts → presentation-CyttD6sq.d.mts} +50 -1
- package/dist/{presentation-BWchOWpy.d.ts → presentation-CyttD6sq.d.ts} +50 -1
- package/dist/{text-operations-Dld03ITU.d.mts → text-operations-D5GfkYT5.d.mts} +1 -1
- package/dist/{text-operations-DTlmk6ap.d.ts → text-operations-DXebUVQp.d.ts} +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as PptxData, P as PptxElement, N as TextSegment, l as PptxSlide } from './presentation-
|
|
1
|
+
import { m as PptxData, P as PptxElement, N as TextSegment, l as PptxSlide } from './presentation-CyttD6sq.mjs';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* Platform adapter for file system operations.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as PptxData, P as PptxElement, N as TextSegment, l as PptxSlide } from './presentation-
|
|
1
|
+
import { m as PptxData, P as PptxElement, N as TextSegment, l as PptxSlide } from './presentation-CyttD6sq.js';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* Platform adapter for file system operations.
|
package/dist/cli/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { F as FindResult, M as MergeOptions } from '../text-operations-
|
|
3
|
-
import '../presentation-
|
|
2
|
+
import { F as FindResult, M as MergeOptions } from '../text-operations-D5GfkYT5.mjs';
|
|
3
|
+
import '../presentation-CyttD6sq.mjs';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* CLI command handlers for pptx-cli.
|
package/dist/cli/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { F as FindResult, M as MergeOptions } from '../text-operations-
|
|
3
|
-
import '../presentation-
|
|
2
|
+
import { F as FindResult, M as MergeOptions } from '../text-operations-DXebUVQp.js';
|
|
3
|
+
import '../presentation-CyttD6sq.js';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* CLI command handlers for pptx-cli.
|
package/dist/cli/index.js
CHANGED
|
Binary file
|
package/dist/cli/index.mjs
CHANGED
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { T as TextSegmentRenderer } from '../SvgExporter-
|
|
2
|
-
export { C as ConversionOptions, a as ConversionResult, D as DocumentConverter, F as FileSystemAdapter, M as MediaContext, P as PptxConverterOptions, b as PptxMarkdownConverter, S as SlideProcessor, c as SlideProcessorOptions, d as SvgExportOptions, e as SvgExporter, f as dataUrlToMediaBytes, g as deriveOutputPath, h as generateMediaFilename, i as getDirectory, n as normalizePath } from '../SvgExporter-
|
|
3
|
-
import { l as PptxSlide } from '../presentation-
|
|
1
|
+
import { T as TextSegmentRenderer } from '../SvgExporter-CGO8Tx9z.mjs';
|
|
2
|
+
export { C as ConversionOptions, a as ConversionResult, D as DocumentConverter, F as FileSystemAdapter, M as MediaContext, P as PptxConverterOptions, b as PptxMarkdownConverter, S as SlideProcessor, c as SlideProcessorOptions, d as SvgExportOptions, e as SvgExporter, f as dataUrlToMediaBytes, g as deriveOutputPath, h as generateMediaFilename, i as getDirectory, n as normalizePath } from '../SvgExporter-CGO8Tx9z.mjs';
|
|
3
|
+
import { l as PptxSlide } from '../presentation-CyttD6sq.mjs';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Renders slide-level metadata sections (transition, animations,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { T as TextSegmentRenderer } from '../SvgExporter-
|
|
2
|
-
export { C as ConversionOptions, a as ConversionResult, D as DocumentConverter, F as FileSystemAdapter, M as MediaContext, P as PptxConverterOptions, b as PptxMarkdownConverter, S as SlideProcessor, c as SlideProcessorOptions, d as SvgExportOptions, e as SvgExporter, f as dataUrlToMediaBytes, g as deriveOutputPath, h as generateMediaFilename, i as getDirectory, n as normalizePath } from '../SvgExporter-
|
|
3
|
-
import { l as PptxSlide } from '../presentation-
|
|
1
|
+
import { T as TextSegmentRenderer } from '../SvgExporter-DpupBlmk.js';
|
|
2
|
+
export { C as ConversionOptions, a as ConversionResult, D as DocumentConverter, F as FileSystemAdapter, M as MediaContext, P as PptxConverterOptions, b as PptxMarkdownConverter, S as SlideProcessor, c as SlideProcessorOptions, d as SvgExportOptions, e as SvgExporter, f as dataUrlToMediaBytes, g as deriveOutputPath, h as generateMediaFilename, i as getDirectory, n as normalizePath } from '../SvgExporter-DpupBlmk.js';
|
|
3
|
+
import { l as PptxSlide } from '../presentation-CyttD6sq.js';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Renders slide-level metadata sections (transition, animations,
|
package/dist/index.d.mts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { P as PptxElement, a as PptxElementWithShapeStyle, b as PptxElementWithText, C as ConnectorPptxElement, c as PptxImageLikeElement, I as InkPptxElement, S as ShapePptxElement, T as TextPptxElement, Z as ZoomPptxElement, d as PptxThemeColorScheme, e as PptxThemeFontScheme, f as PptxAnimationPreset, g as PptxAnimationTrigger, h as StrokeDashType, i as ConnectorArrowType, j as PptxTransitionType, k as PptxChartType, l as PptxSlide, m as PptxData, n as PptxCompatibilityWarning, o as PptxLayoutOption, X as XmlObject, p as PptxChartData, q as PptxSmartArtData, r as PptxHeaderFooter, s as PptxPresentationProperties, t as PptxCustomShow, u as PptxSection, v as PptxCoreProperties, w as PptxAppProperties, x as PptxCustomProperty, y as PptxNotesMaster, z as PptxHandoutMaster, A as PptxSlideMaster, B as PptxSlideLayout, D as PptxTagCollection, E as PptxPhotoAlbum, F as PptxKinsoku, G as PptxModifyVerifier, H as PptxViewProperties, J as ParsedTableStyleMap, K as PptxEmbeddedFont, L as PptxExportOptions, M as PptxThemeFormatScheme, N as TextSegment, O as PptxComment, Q as PptxSlideBackgroundPattern, R as PptxSlideTransition, U as PptxElementAnimation, V as PptxNativeAnimation, W as PptxCustomerData, Y as PptxActiveXControl, _ as AnimationCondition, $ as ShapeStyle, a0 as TextStyle, a1 as ElementAction, a2 as PptxAction, a3 as OleObjectType, a4 as PptxSmartArtNode, a5 as SmartArtLayoutType, a6 as PptxSmartArtDrawingShape, a7 as PptxChartDataTable, a8 as PptxChartLineStyle, a9 as PptxChartErrBars, aa as PptxChartTrendline, ab as PptxChartMarker, ac as PptxChartDataLabel, ad as PptxChartDataPoint, ae as PptxChartShapeProps, af as PptxChart3DSurface, ag as PptxChartAxisFormatting, ah as PptxEmbeddedWorkbookData, ai as PptxDrawingGuide, aj as PptxTableCellStyle, ak as PptxCustomXmlPart, al as PptxCommentAuthor, am as MediaPptxElement, an as PptxTableData, ao as PptxTheme, ap as PptxThemeOption, aq as PlaceholderDefaults, ar as PptxMasterTextStyles, as as PptxThemeObjectDefaults, at as ParsedTableStyleFill, au as ParsedTableBackground, av as ParsedTableStyleText, aw as PptxImageEffects, ax as MediaBookmark, ay as PptxChartStyle, az as TablePptxElement, aA as ChartPptxElement, aB as OlePptxElement, aC as GroupPptxElement, aD as PlaceholderTextLevelStyle, aE as PptxChartOfPieOptions, aF as PptxChartView3D, aG as PptxChartChrome, aH as PptxChartSeries, aI as SmartArtPptxElement, aJ as GeometryAdjustmentHandle, aK as CustomGeometryRawData, aL as AdjustHandleXY, aM as AdjustHandlePolar, aN as ConnectionSite, aO as CustomGeometryTextRect, aP as CustomGeometryPath, aQ as BulletInfo, aR as PptxShapeLocks, aS as PptxTextStyleLevels, aT as PptxThemeFillStyle, aU as PptxThemeLineStyle, aV as PptxThemeEffectStyle, aW as
|
|
2
|
-
export {
|
|
3
|
-
import { F as FindResult, M as MergeOptions } from './text-operations-
|
|
4
|
-
export { f as findText, m as mergePresentation, r as replaceText, a as replaceTextInSlide } from './text-operations-
|
|
1
|
+
import { P as PptxElement, a as PptxElementWithShapeStyle, b as PptxElementWithText, C as ConnectorPptxElement, c as PptxImageLikeElement, I as InkPptxElement, S as ShapePptxElement, T as TextPptxElement, Z as ZoomPptxElement, d as PptxThemeColorScheme, e as PptxThemeFontScheme, f as PptxAnimationPreset, g as PptxAnimationTrigger, h as StrokeDashType, i as ConnectorArrowType, j as PptxTransitionType, k as PptxChartType, l as PptxSlide, m as PptxData, n as PptxCompatibilityWarning, o as PptxLayoutOption, X as XmlObject, p as PptxChartData, q as PptxSmartArtData, r as PptxHeaderFooter, s as PptxPresentationProperties, t as PptxCustomShow, u as PptxSection, v as PptxCoreProperties, w as PptxAppProperties, x as PptxCustomProperty, y as PptxNotesMaster, z as PptxHandoutMaster, A as PptxSlideMaster, B as PptxSlideLayout, D as PptxTagCollection, E as PptxPhotoAlbum, F as PptxKinsoku, G as PptxModifyVerifier, H as PptxViewProperties, J as ParsedTableStyleMap, K as PptxEmbeddedFont, L as PptxExportOptions, M as PptxThemeFormatScheme, N as TextSegment, O as PptxComment, Q as PptxSlideBackgroundPattern, R as PptxSlideTransition, U as PptxElementAnimation, V as PptxNativeAnimation, W as PptxCustomerData, Y as PptxActiveXControl, _ as AnimationCondition, $ as ShapeStyle, a0 as TextStyle, a1 as ElementAction, a2 as PptxAction, a3 as OleObjectType, a4 as PptxSmartArtNode, a5 as SmartArtLayoutType, a6 as PptxSmartArtDrawingShape, a7 as PptxChartDataTable, a8 as PptxChartLineStyle, a9 as PptxChartErrBars, aa as PptxChartTrendline, ab as PptxChartMarker, ac as PptxChartDataLabel, ad as PptxChartDataPoint, ae as PptxChartShapeProps, af as PptxChart3DSurface, ag as PptxChartAxisFormatting, ah as PptxEmbeddedWorkbookData, ai as PptxDrawingGuide, aj as PptxTableCellStyle, ak as PptxCustomXmlPart, al as PptxCommentAuthor, am as MediaPptxElement, an as PptxTableData, ao as PptxTheme, ap as PptxThemeOption, aq as PlaceholderDefaults, ar as PptxMasterTextStyles, as as PptxThemeObjectDefaults, at as ParsedTableStyleFill, au as ParsedTableBackground, av as ParsedTableStyleText, aw as PptxImageEffects, ax as MediaBookmark, ay as PptxChartStyle, az as TablePptxElement, aA as ChartPptxElement, aB as OlePptxElement, aC as GroupPptxElement, aD as PlaceholderTextLevelStyle, aE as PptxChartOfPieOptions, aF as PptxChartView3D, aG as PptxChartChrome, aH as PptxChartSeries, aI as SmartArtPptxElement, aJ as GeometryAdjustmentHandle, aK as CustomGeometryRawData, aL as AdjustHandleXY, aM as AdjustHandlePolar, aN as ConnectionSite, aO as CustomGeometryTextRect, aP as CustomGeometryPath, aQ as BulletInfo, aR as PptxShapeLocks, aS as PptxTextStyleLevels, aT as PptxThemeFillStyle, aU as PptxThemeLineStyle, aV as PptxThemeEffectStyle, aW as PptxSmartArtTextRun, aX as PptxSmartArtChrome, aY as PptxSmartArtColorTransform, aZ as PptxSmartArtQuickStyle, a_ as PptxExternalData, a$ as CustomGeometryPoint, b0 as ImagePptxElement, b1 as PptxChartDataLabelOptions, b2 as PptxChartMarkerSymbol } from './presentation-CyttD6sq.mjs';
|
|
2
|
+
export { b3 as ActionButtonPreset, b4 as AnimationConditionEvent, b5 as BevelPresetType, b6 as ConnectorConnectionPoint, b7 as ContentPartInkStroke, b8 as ContentPartPptxElement, b9 as CustomGeometrySegment, ba as EffectDagBlend, bb as EffectDagBlendMode, bc as EffectDagContainer, bd as EffectDagContainerType, be as EffectDagNode, bf as EffectDagRawLeaf, bg as EffectDagRelOff, bh as EffectDagXfrm, bi as ElementActionType, bj as MasterViewTab, bk as MaterialPresetType, bl as MediaCaptionTrack, bm as MediaMetadata, bn as Model3DPptxElement, bo as ParsedTableStyleEntry, bp as PicturePptxElement, bq as Pptx3DScene, br as Pptx3DShape, bs as PptxAfterAnimationAction, bt as PptxAnimationDirection, bu as PptxAnimationIterate, bv as PptxAnimationKeyframe, bw as PptxAnimationRepeatMode, bx as PptxAnimationSequence, by as PptxAnimationTimingCurve, bz as PptxChartAxisNumFmt, bA as PptxChartErrBarDir, bB as PptxChartErrBarType, bC as PptxChartErrValType, bD as PptxChartTrendlineType, bE as PptxColorAnimation, bF as PptxCommonSlideViewProperties, bG as PptxCropShape, bH as PptxCustomPathProperties, bI as PptxElementBase, bJ as PptxElementType, bK as PptxExportFormat, bL as PptxGraphicFrameExtension, bM as PptxHeaderFooterFlags, bN as PptxImageProperties, bO as PptxMediaType, bP as PptxNativeAnimationKind, bQ as PptxNormalViewProperties, bR as PptxRestoredRegion, bS as PptxShapeProperties, bT as PptxSmartArtConnection, bU as PptxSplitDirection, bV as PptxSplitOrientation, bW as PptxStripDirection, bX as PptxTableCell, bY as PptxTableRow, bZ as PptxTag, b_ as PptxTextAnimationTarget, b$ as PptxTextBuildType, c0 as PptxTextProperties, c1 as PptxTextWarpPreset, c2 as PptxThemeFontGroup, c3 as PptxTransitionDirection4, c4 as PptxTransitionDirection8, c5 as PptxViewOrigin, c6 as PptxViewScale, c7 as ShadowEffect, c8 as SmartArtColorScheme, c9 as SmartArtLayout, ca as SmartArtStyle, cb as THEME_COLOR_SCHEME_KEYS, cc as TRANSITION_VALID_DIRECTIONS, cd as Text3DStyle, ce as UnderlineStyle, cf as UnknownPptxElement } from './presentation-CyttD6sq.mjs';
|
|
3
|
+
import { F as FindResult, M as MergeOptions } from './text-operations-D5GfkYT5.mjs';
|
|
4
|
+
export { f as findText, m as mergePresentation, r as replaceText, a as replaceTextInSlide } from './text-operations-D5GfkYT5.mjs';
|
|
5
5
|
import { XMLParser, XMLBuilder } from 'fast-xml-parser';
|
|
6
6
|
import JSZip from 'jszip';
|
|
7
7
|
export { C as CertificateRevocationStatus, D as DIGEST_ALGORITHM_TO_HASH, a as DIGEST_ALGORITHM_TO_WEB_CRYPTO, b as DIGITAL_SIGNATURE_ORIGIN_REL_TYPE, c as DIGITAL_SIGNATURE_REL_TYPE, d as DigitalSignatureReport, e as DigitalSignatureVerificationStatus, E as ENTERPRISE_FAIL_ON_REVOCATION_UNKNOWN_ENV, f as ENTERPRISE_REQUIRE_REVOCATION_ENV, g as ENTERPRISE_REQUIRE_TIMESTAMP_ENV, h as ENTERPRISE_TRUST_ROOTS_FILE_ENV, i as ENTERPRISE_TRUST_ROOTS_PEM_ENV, L as LoadedSigningMaterial, O as OPC_RELATIONSHIP_TRANSFORM, j as OfficeSignatureReference, P as PPTX_VIEWER_MANIFEST_NS, k as ParsedReferenceTransform, R as ReferenceTransformResult, S as SUPPORTED_XML_CANON_TRANSFORMS, l as SignOptions, m as SignResult, n as SignatureDetail, o as SignatureDetailStatus, p as SignatureNodeCertificateInfo, q as SignatureReferenceCheck, r as SignatureValidationPolicy, T as TimestampAuthorityStatus, X as XMLDSIG_NS, s as XML_TRANSFORM_ENVELOPED_SIGNATURE, t as computeDetailStatus, u as computeDigestBase64WebCrypto, v as computeVerificationStatus, w as escapeXmlAttr, x as escapeXmlText, y as extractAllTagText, z as extractFirstTagText, A as extractTagAttribute, B as isValidBase64, F as normalizePartPath, G as resolveReferenceUriToPart } from './signature-inspection-status-BCUpfCQh.mjs';
|
|
8
8
|
export { convertEmfToDataUrl, convertWmfToDataUrl } from 'emf-converter';
|
|
9
|
-
export { C as ConversionOptions, a as ConversionResult, D as DocumentConverter, F as FileSystemAdapter, M as MediaContext, P as PptxConverterOptions, b as PptxMarkdownConverter, S as SlideProcessor, c as SlideProcessorOptions, d as SvgExportOptions, e as SvgExporter, f as dataUrlToMediaBytes, g as deriveOutputPath, h as generateMediaFilename, i as getDirectory, n as normalizePath } from './SvgExporter-
|
|
9
|
+
export { C as ConversionOptions, a as ConversionResult, D as DocumentConverter, F as FileSystemAdapter, M as MediaContext, P as PptxConverterOptions, b as PptxMarkdownConverter, S as SlideProcessor, c as SlideProcessorOptions, d as SvgExportOptions, e as SvgExporter, f as dataUrlToMediaBytes, g as deriveOutputPath, h as generateMediaFilename, i as getDirectory, n as normalizePath } from './SvgExporter-CGO8Tx9z.mjs';
|
|
10
10
|
|
|
11
11
|
/**
|
|
12
12
|
* Runtime type guards for narrowing the {@link PptxElement} union.
|
|
@@ -1234,6 +1234,8 @@ interface PptxSlideLoaderParams {
|
|
|
1234
1234
|
extractMediaTimingMap: (slideXml: XmlObject, slidePath: string) => PptxMediaTimingMap;
|
|
1235
1235
|
/** Enrich media elements with trim, loop, and poster frame info. */
|
|
1236
1236
|
enrichMediaElementsWithTiming: (elements: PptxElement[], timingMap: PptxMediaTimingMap) => Promise<void>;
|
|
1237
|
+
/** Recover and attach embedded binaries for OLE elements (download/open). */
|
|
1238
|
+
enrichOleElementsWithEmbeddedData: (elements: PptxElement[], slidePath: string) => Promise<void>;
|
|
1237
1239
|
/** Extract solid background color from slide XML. */
|
|
1238
1240
|
extractBackgroundColor: (slideXml: XmlObject) => string | undefined;
|
|
1239
1241
|
/** Get background color from the slide's layout (fallback). */
|
|
@@ -2168,11 +2170,80 @@ declare function detectOleObjectType(progId: string | undefined, clsId: string |
|
|
|
2168
2170
|
* Returns undefined if no extension can be determined.
|
|
2169
2171
|
*/
|
|
2170
2172
|
declare function inferOleExtensionFromTarget(oleTarget: string | undefined): string | undefined;
|
|
2173
|
+
/**
|
|
2174
|
+
* Resolve a MIME type for an embedded OLE payload from its file name or
|
|
2175
|
+
* extension. Falls back to `application/octet-stream` when unknown.
|
|
2176
|
+
*/
|
|
2177
|
+
declare function mimeTypeForOleFile(fileNameOrExtension: string | undefined): string;
|
|
2171
2178
|
/**
|
|
2172
2179
|
* Return a human-readable label for an OLE object type.
|
|
2173
2180
|
*/
|
|
2174
2181
|
declare function getOleObjectTypeLabel(oleObjectType: OleObjectType | undefined): string;
|
|
2175
2182
|
|
|
2183
|
+
/**
|
|
2184
|
+
* Recover the real embedded payload from an OLE object's binary.
|
|
2185
|
+
*
|
|
2186
|
+
* PowerPoint stores an embedded OLE object's bytes in the package, usually as
|
|
2187
|
+
* either a plain modern file (e.g. an `.xlsx`/`.docx` saved straight into
|
|
2188
|
+
* `ppt/embeddings/`) or an OLE2 compound file (`oleObject*.bin`). When the
|
|
2189
|
+
* object is a generic "Package" (ProgID `Package`, the form Insert > Object >
|
|
2190
|
+
* Create from File produces for arbitrary files), the original file is wrapped
|
|
2191
|
+
* inside the compound file using one of two MS-OLEDS structures:
|
|
2192
|
+
*
|
|
2193
|
+
* - `Ole10Native`: a length-prefixed legacy wrapper that carries the
|
|
2194
|
+
* original file name, a working path, and the raw file bytes.
|
|
2195
|
+
* - a `CONTENTS` / native data stream (used by some hosts, e.g. PDF).
|
|
2196
|
+
*
|
|
2197
|
+
* This module unwraps those forms so callers can offer the real inner file for
|
|
2198
|
+
* download / open, falling back to the raw compound-file bytes when the payload
|
|
2199
|
+
* cannot be identified. It never throws: malformed input yields a best-effort
|
|
2200
|
+
* result (often just the raw bytes) so the loader can stay lazy and safe.
|
|
2201
|
+
*
|
|
2202
|
+
* Reference: [MS-OLEDS] Object Linking and Embedding Data Structures,
|
|
2203
|
+
* sections 2.2 (OLEStream) and 2.3.1 (Ole10Native).
|
|
2204
|
+
* @see https://learn.microsoft.com/openspecs/windows_protocols/ms-oleds
|
|
2205
|
+
*
|
|
2206
|
+
* @module ole-embedded-extract
|
|
2207
|
+
*/
|
|
2208
|
+
/**
|
|
2209
|
+
* Build a base64 `data:` URL from raw bytes. Used for embedded OLE payloads
|
|
2210
|
+
* (download / open-in-new-tab) where a stable, serialization-safe string is
|
|
2211
|
+
* preferable to a revocable Blob URL. Chunks the encode to avoid blowing the
|
|
2212
|
+
* argument limit of `String.fromCharCode` on large buffers.
|
|
2213
|
+
*/
|
|
2214
|
+
declare function oleBytesToDataUrl(bytes: Uint8Array, mimeType: string): string;
|
|
2215
|
+
/** The result of unwrapping an OLE embedding to its real inner file. */
|
|
2216
|
+
interface OleUnwrapResult {
|
|
2217
|
+
/** Original file name when recoverable (e.g. from an Ole10Native header). */
|
|
2218
|
+
fileName?: string;
|
|
2219
|
+
/** The recovered inner file bytes (or the raw input when not unwrappable). */
|
|
2220
|
+
data: Uint8Array;
|
|
2221
|
+
}
|
|
2222
|
+
/** Whether the given bytes start with the OLE2 compound-file magic signature. */
|
|
2223
|
+
declare function isOle2CompoundFile(bytes: Uint8Array): boolean;
|
|
2224
|
+
/**
|
|
2225
|
+
* Decode an `Ole10Native` stream into its original file name and bytes.
|
|
2226
|
+
*
|
|
2227
|
+
* Layout (little-endian): 4-byte total size, 2-byte flags (usually 0x0002),
|
|
2228
|
+
* NUL-terminated ASCII label, NUL-terminated source path, 4 unknown bytes,
|
|
2229
|
+
* 4-byte temp-path length, temp path (ASCII), 4-byte native-data size, then
|
|
2230
|
+
* the native data. Older/variant writers omit the flags+label section, so we
|
|
2231
|
+
* fall back to treating the body after the size prefix as the native data.
|
|
2232
|
+
*/
|
|
2233
|
+
declare function decodeOle10Native(stream: Uint8Array): OleUnwrapResult | undefined;
|
|
2234
|
+
/**
|
|
2235
|
+
* Unwrap an OLE embedding's raw bytes to the real inner file.
|
|
2236
|
+
*
|
|
2237
|
+
* - Plain modern files (not OLE2 compound) pass through unchanged.
|
|
2238
|
+
* - OLE2 "Package" wrappers are unwrapped via the `Ole10Native` stream
|
|
2239
|
+
* (recovering the original file name) when present.
|
|
2240
|
+
* - Otherwise the most useful native stream (`CONTENTS`) is returned when
|
|
2241
|
+
* identifiable; failing that, the raw compound-file bytes are returned.
|
|
2242
|
+
*
|
|
2243
|
+
* Never throws: any parse failure falls back to the raw input.
|
|
2244
|
+
*/
|
|
2245
|
+
declare function unwrapOleEmbedding(bytes: Uint8Array): OleUnwrapResult;
|
|
2246
|
+
|
|
2176
2247
|
/**
|
|
2177
2248
|
* SmartArt decomposition helpers.
|
|
2178
2249
|
*
|
|
@@ -3143,7 +3214,13 @@ declare function parseShapeProps(spPrNode: XmlObject | undefined, xmlLookup: Xml
|
|
|
3143
3214
|
declare function parseMarker(markerNode: XmlObject | undefined, xmlLookup: XmlLookupLike$2, colorParser: ColorParserLike$1): PptxChartMarker | undefined;
|
|
3144
3215
|
/** Parse per-data-point formatting overrides (c:dPt). */
|
|
3145
3216
|
declare function parseSeriesDataPoints(seriesNode: XmlObject, xmlLookup: XmlLookupLike$2, colorParser: ColorParserLike$1): PptxChartDataPoint[];
|
|
3146
|
-
/**
|
|
3217
|
+
/**
|
|
3218
|
+
* Parse individual data label overrides (`c:dLbl`).
|
|
3219
|
+
*
|
|
3220
|
+
* Per the schema these live inside the series' `c:dLbls` container (ahead of the
|
|
3221
|
+
* series-level group settings), so we look there first; a few producers emit
|
|
3222
|
+
* `c:dLbl` directly under `c:ser`, which is also handled.
|
|
3223
|
+
*/
|
|
3147
3224
|
declare function parseSeriesDataLabels(seriesNode: XmlObject, xmlLookup: XmlLookupLike$2): PptxChartDataLabel[];
|
|
3148
3225
|
/** Parse series-level explosion attribute (c:explosion). */
|
|
3149
3226
|
declare function parseSeriesExplosion(seriesNode: XmlObject, xmlLookup: XmlLookupLike$2): number | undefined;
|
|
@@ -6573,6 +6650,30 @@ declare class PptxHandlerRuntime$V extends PptxHandlerRuntime$W {
|
|
|
6573
6650
|
* `dgm:dataModel` back to the diagram data XML parts.
|
|
6574
6651
|
*/
|
|
6575
6652
|
protected processPendingSmartArtUpdates(): Promise<void>;
|
|
6653
|
+
/**
|
|
6654
|
+
* Merge the in-memory colour transform back into `ppt/diagrams/colors*.xml`.
|
|
6655
|
+
*
|
|
6656
|
+
* Resolves the part via the SmartArt `colorsRelId` relationship alongside
|
|
6657
|
+
* the data part, merges surgically (preserving unknown content), and skips
|
|
6658
|
+
* gracefully when the rel or part is absent. No-op when the in-memory data
|
|
6659
|
+
* carries no colour transform.
|
|
6660
|
+
*/
|
|
6661
|
+
protected regenerateSmartArtColorPart(slidePath: string, smartArtData: SmartArtPptxElement['smartArtData']): Promise<void>;
|
|
6662
|
+
/**
|
|
6663
|
+
* Merge the in-memory quick style back into `ppt/diagrams/quickStyles*.xml`.
|
|
6664
|
+
*
|
|
6665
|
+
* Resolves the part via the SmartArt `styleRelId` relationship, merges
|
|
6666
|
+
* surgically, and skips gracefully when the rel or part is absent. No-op
|
|
6667
|
+
* when the in-memory data carries no quick style.
|
|
6668
|
+
*/
|
|
6669
|
+
protected regenerateSmartArtQuickStylePart(slidePath: string, smartArtData: SmartArtPptxElement['smartArtData']): Promise<void>;
|
|
6670
|
+
/**
|
|
6671
|
+
* Read a SmartArt diagram part by slide relationship id, locate its root
|
|
6672
|
+
* definition element by local name, apply a surgical merge callback, and
|
|
6673
|
+
* write the part back only when the callback reports a change. Skips
|
|
6674
|
+
* gracefully when the rel, part, or root element is absent.
|
|
6675
|
+
*/
|
|
6676
|
+
private mergeSmartArtDiagramPart;
|
|
6576
6677
|
/**
|
|
6577
6678
|
* Find the slide path for an element by scanning the slideMap.
|
|
6578
6679
|
*/
|
|
@@ -7915,6 +8016,19 @@ declare class PptxHandlerRuntime$d extends PptxHandlerRuntime$e {
|
|
|
7915
8016
|
partPath: string;
|
|
7916
8017
|
} | undefined>;
|
|
7917
8018
|
protected collectLocalTextValues(node: unknown, localName: string, output: string[]): void;
|
|
8019
|
+
/**
|
|
8020
|
+
* Extract the per-run text + run-properties of a SmartArt content point's
|
|
8021
|
+
* first paragraph (`dgm:t/a:p/a:r`).
|
|
8022
|
+
*
|
|
8023
|
+
* Each `a:r` yields one {@link PptxSmartArtTextRun} carrying its joined
|
|
8024
|
+
* `a:t` text and a verbatim copy of its `a:rPr` properties (when present).
|
|
8025
|
+
* Only the first paragraph is captured: SmartArt content points are
|
|
8026
|
+
* single-paragraph in practice, and the round-trip save path rebuilds a
|
|
8027
|
+
* single paragraph from these runs. Returns undefined when there is fewer
|
|
8028
|
+
* than one run worth preserving (a single run is still returned so per-run
|
|
8029
|
+
* formatting like a bold sole run survives).
|
|
8030
|
+
*/
|
|
8031
|
+
protected extractSmartArtNodeRuns(point: XmlObject): PptxSmartArtTextRun[] | undefined;
|
|
7918
8032
|
/**
|
|
7919
8033
|
* Parse background and outline chrome from `dgm:bg` and `dgm:whole`.
|
|
7920
8034
|
*/
|
|
@@ -8168,6 +8282,25 @@ declare class PptxHandlerRuntime$6 extends PptxHandlerRuntime$7 {
|
|
|
8168
8282
|
* @returns The parsed chart data, or `undefined` if the frame is not a chart.
|
|
8169
8283
|
*/
|
|
8170
8284
|
getChartDataForGraphicFrame(slidePath: string, graphicFrame: XmlObject | undefined): Promise<PptxChartData | undefined>;
|
|
8285
|
+
/**
|
|
8286
|
+
* Parse every chart-type container in the plot area into a single flat
|
|
8287
|
+
* series list plus a shared category list.
|
|
8288
|
+
*
|
|
8289
|
+
* For a single-type chart this parses the one container exactly as before.
|
|
8290
|
+
* For a combo chart (multiple `c:*Chart` siblings) each container's series
|
|
8291
|
+
* are parsed and tagged with the container's chart type via
|
|
8292
|
+
* {@link PptxChartSeries.seriesChartType}, so the combo serializer can
|
|
8293
|
+
* re-emit each series under the correct container on save. Series keep the
|
|
8294
|
+
* document order of their containers.
|
|
8295
|
+
*
|
|
8296
|
+
* @param plotArea - The `c:plotArea` XML object.
|
|
8297
|
+
* @param containerKeys - All chart-type container keys, in document order.
|
|
8298
|
+
* @param chartLevelType - The detected chart-level type. When this is
|
|
8299
|
+
* `combo`, each series is tagged with its own container type; otherwise no
|
|
8300
|
+
* per-series type is set (the chart-level type applies to every series).
|
|
8301
|
+
* @returns The merged categories and series.
|
|
8302
|
+
*/
|
|
8303
|
+
private parseAllChartContainers;
|
|
8171
8304
|
/**
|
|
8172
8305
|
* Build the series array from raw OOXML `c:ser` nodes.
|
|
8173
8306
|
*
|
|
@@ -8177,6 +8310,8 @@ declare class PptxHandlerRuntime$6 extends PptxHandlerRuntime$7 {
|
|
|
8177
8310
|
*
|
|
8178
8311
|
* @param seriesList - Array of `c:ser` XML objects from the chart container.
|
|
8179
8312
|
* @param categories - Pre-parsed category labels (used for fallback values).
|
|
8313
|
+
* @param seriesChartType - When set (combo charts), tags every series in this
|
|
8314
|
+
* container with its source chart type for round-trip.
|
|
8180
8315
|
* @returns The series array matching `PptxChartData["series"]`.
|
|
8181
8316
|
*/
|
|
8182
8317
|
private buildChartSeries;
|
|
@@ -8271,6 +8406,18 @@ declare class PptxHandlerRuntime$3 extends PptxHandlerRuntime$4 {
|
|
|
8271
8406
|
}>;
|
|
8272
8407
|
orderedSections: PptxSection[];
|
|
8273
8408
|
}>;
|
|
8409
|
+
/**
|
|
8410
|
+
* Recover and attach the real embedded binary for each OLE element on a
|
|
8411
|
+
* slide so callers can download / open the inner file.
|
|
8412
|
+
*
|
|
8413
|
+
* For each embedded (non-linked) OLE object: resolve its relationship
|
|
8414
|
+
* target to a zip path (same resolution as images), read the bytes, unwrap
|
|
8415
|
+
* a generic "Package" wrapper (recovering the original file name) when
|
|
8416
|
+
* present, derive a MIME type, and expose the payload as a data-URL on the
|
|
8417
|
+
* element. Linked objects, missing targets, oversized payloads, and parse
|
|
8418
|
+
* failures are skipped silently so existing behaviour is preserved.
|
|
8419
|
+
*/
|
|
8420
|
+
protected enrichOleElementsWithEmbeddedData(elements: PptxElement[], slidePath: string, depth?: number): Promise<void>;
|
|
8274
8421
|
protected loadSlidesForPresentation(sectionBySlideId: Map<string, {
|
|
8275
8422
|
sectionId: string;
|
|
8276
8423
|
sectionName: string;
|
|
@@ -11279,6 +11426,45 @@ declare function setChartDataPointFill(element: ChartPptxElement, seriesIndex: n
|
|
|
11279
11426
|
* ```
|
|
11280
11427
|
*/
|
|
11281
11428
|
declare function setChartDataPointExplosion(element: ChartPptxElement, seriesIndex: number, pointIndex: number, explosion: number | null): void;
|
|
11429
|
+
/** Editable per-data-point label fields. Omit a field to leave it unchanged. */
|
|
11430
|
+
interface ChartDataPointLabelEdit {
|
|
11431
|
+
/** Show the numeric value (`c:showVal`). */
|
|
11432
|
+
showValue?: boolean;
|
|
11433
|
+
/** Show the category name (`c:showCatName`). */
|
|
11434
|
+
showCategory?: boolean;
|
|
11435
|
+
/** Show the series name (`c:showSerName`). */
|
|
11436
|
+
showSeriesName?: boolean;
|
|
11437
|
+
/** Show the percentage (`c:showPercent`). */
|
|
11438
|
+
showPercent?: boolean;
|
|
11439
|
+
/** Show the legend key swatch (`c:showLegendKey`). */
|
|
11440
|
+
showLegendKey?: boolean;
|
|
11441
|
+
/** Label position (`c:dLblPos`). */
|
|
11442
|
+
position?: PptxChartDataLabel['position'];
|
|
11443
|
+
/** Custom label text override (`c:tx`). Pass `''` to clear it. */
|
|
11444
|
+
text?: string;
|
|
11445
|
+
}
|
|
11446
|
+
/**
|
|
11447
|
+
* Set (or clear) the individual data-label override for a single data point of a
|
|
11448
|
+
* series, independent of the series-level data labels. Round-trips to the saved
|
|
11449
|
+
* `.pptx` (`c:dLbl` keyed by `c:idx` inside the series' `c:dLbls`).
|
|
11450
|
+
*
|
|
11451
|
+
* Pass a {@link ChartDataPointLabelEdit} to add/merge the override for that
|
|
11452
|
+
* point, or `null` to remove it (reverting the point to the series default).
|
|
11453
|
+
*
|
|
11454
|
+
* @param element - The chart element to modify.
|
|
11455
|
+
* @param seriesIndex - Zero-based index of the series.
|
|
11456
|
+
* @param pointIndex - Zero-based index of the data point (category).
|
|
11457
|
+
* @param edit - The label fields to set, or `null` to remove the override.
|
|
11458
|
+
* @throws {RangeError} If `seriesIndex` is out of bounds.
|
|
11459
|
+
*
|
|
11460
|
+
* @example
|
|
11461
|
+
* ```ts
|
|
11462
|
+
* setChartDataPointLabel(chartEl, 0, 2, { showValue: true, position: "outEnd" });
|
|
11463
|
+
* setChartDataPointLabel(chartEl, 0, 2, { text: "Peak" });
|
|
11464
|
+
* setChartDataPointLabel(chartEl, 0, 2, null); // remove the override
|
|
11465
|
+
* ```
|
|
11466
|
+
*/
|
|
11467
|
+
declare function setChartDataPointLabel(element: ChartPptxElement, seriesIndex: number, pointIndex: number, edit: ChartDataPointLabelEdit | null): void;
|
|
11282
11468
|
|
|
11283
11469
|
/**
|
|
11284
11470
|
* Layout and master creation operations for the headless PPTX SDK.
|
|
@@ -13144,4 +13330,4 @@ type ThemePresetName = keyof typeof ThemePresets;
|
|
|
13144
13330
|
/** Get a theme preset by name string. */
|
|
13145
13331
|
declare function getThemePreset(name: ThemePresetName): ThemePreset;
|
|
13146
13332
|
|
|
13147
|
-
export { ALL_ANIMATION_PRESETS, type AccessibilityCheckOptions, type AccessibilityIssue, type AccessibilityIssueSeverity, type AccessibilityIssueType, AdjustHandlePolar, AdjustHandleXY, type AlternateContentBlock, type AnimationCategory, AnimationCondition, type AnimationInput, type AnimationPresetInfo, BLIP_FILL_ORDER, type BackgroundInput, BulletInfo, CLOUD_CALLOUT_TAIL_COUNT, CLOUD_LOBE_COUNT, COLOR_MAP_ALIAS_KEYS, CONNECTOR_ARROW_OPTIONS, CONNECTOR_GEOMETRY_OPTIONS, type CalloutLeaderLineGeometry, type CalloutPoint, type ChartAxisEdit, type ChartAxisTitleStyleEdit, ChartBuilder, type ChartGridlineStyleEdit, type ChartInput, type ChartOptions, ChartPptxElement, type ChartSeriesInput, type ColorMapAliasKey, type CompatibilityWarningInput, ConnectionSite, ConnectorArrowType, ConnectorBuilder, type ConnectorGeometryType, type ConnectorOptions, type ConnectorPathGeometry, ConnectorPptxElement, ConnectorXmlFactory, type ConnectorXmlFactoryInit, type ContainerBounds, CustomGeometryPath, CustomGeometryPoint, CustomGeometryRawData, CustomGeometryTextRect, DEFAULT_CANVAS_HEIGHT, DEFAULT_CANVAS_WIDTH, DEFAULT_COLOR_MAP, DEFAULT_FILL_COLOR, DEFAULT_FONT_FAMILY, DEFAULT_MAX_UNCOMPRESSED_BYTES, DEFAULT_SCHEME_COLOR_MAP, DEFAULT_STROKE_COLOR, DEFAULT_TEXT_COLOR, DEFAULT_TEXT_FONT_SIZE, DataIntegrityError, EFFECT_LST_ORDER, EMPHASIS_PRESETS, EMU_PER_INCH, EMU_PER_PIXEL, EMU_PER_POINT, EMU_PER_PX, ENTRANCE_PRESETS, EXIT_PRESETS, ElementAction, type ElementDiff, type ElementPosition, EncryptedFileError, type EncryptionAlgorithm, type EncryptionInfo, type EncryptionOptions, FONT_SUBSTITUTION_MAP, type FileFormatDetection, type FillInput, FindResult, FreeformPathBuilder, GeometryAdjustmentHandle, type GeometryContext, type GeometryGuide, GroupBuilder, type GroupOptions, GroupPptxElement, type HslColor, type IConnectorXmlFactory, type ICoreXmlElementFactory, type IFactory, type IMediaGraphicFrameXmlFactory, type IPictureXmlFactory, type IPptxAnimationWriteService, type IPptxColorStyleCodec, type IPptxCommentAuthorsXmlFactory, type IPptxCommentXmlFactoryProvider, type IPptxCompatibilityService, type IPptxConnectorParser, type IPptxContentTypesBuilder, type IPptxEditorAnimationService, type IPptxElementTransformUpdater, type IPptxGraphicFrameParser, type IPptxHandlerRuntime, type IPptxHandlerRuntimeFactory, type IPptxMediaDataParser, type IPptxNativeAnimationService, type IPptxPresentationSaveBuilder, type IPptxPresentationSlidesReconciler, type IPptxRuntimeDependencyFactory, type IPptxShapeIdValidator, type IPptxShapeStyleExtractor, type IPptxSlideBackgroundBuilder, type IPptxSlideCommentPartWriter, type IPptxSlideCommentsXmlFactory, type IPptxSlideLoaderService, type IPptxSlideMediaRelationshipBuilder, type IPptxSlideNotesPartUpdater, type IPptxSlideRelationshipRegistry, type IPptxSlideTransitionService, type IPptxTableDataParser, type IPptxTemplateBackgroundService, type IPptxXmlBuilder, type IPptxXmlFactoryProvider, type IPptxXmlLookupService, type ITextShapeXmlFactory, type IXmlElementFactory, ImageBuilder, type ImageMaskStyle, type ImageOptions, ImagePptxElement, IncorrectPasswordError, InkPptxElement, type LayoutAlgorithmType, type LayoutConstraints, type LayoutCreationResult, type LayoutDefinition, type LayoutDisplayNameInput, type LayoutEngineShape, type LayoutRule, type LinkedTextBoxChain, type LinkedTextBoxChainMember, type LinkedTextBoxSegmentMap, MAX_TABLE_DIMENSION, MAX_ZIP_ENTRY_COUNT, MIN_ELEMENT_SIZE, MIN_TABLE_DIMENSION, MOTION_PATH_PRESETS, MediaBookmark, MediaBuilder, MediaGraphicFrameXmlFactory, type MediaGraphicFrameXmlFactoryInit, type MediaOptions, MediaPptxElement, MergeOptions, type MergeShapeOperation, type Model3DTransform, OOXML_TO_PRESET_EMPH, OOXML_TO_PRESET_ENTR, OOXML_TO_PRESET_EXIT, type Ole2DirectoryEntry, type Ole2File, Ole2ParseError, OleObjectType, OlePptxElement, type OoxmlConformanceClass, P14_GUIDE_URI, P15_GUIDE_URI, PANOSE_FAMILY_MAP, PANOSE_MONOSPACE_PROPORTION, PANOSE_SANS_SERIF_STYLES, PANOSE_WEIGHT_MAP, POWERPOINT_PRESENCE_KEY, PRESET_COLOR_MAP, PRESET_SHAPE_CATEGORY_LABELS, PRESET_SHAPE_CLIP_PATHS, PRESET_SHAPE_DEFINITIONS, PRESET_SHAPE_GEOMETRY_TABLE, PRESET_TO_OOXML, type ParsedLayoutDef, type ParsedSignature, ParsedTableBackground, type ParsedTableStyle, ParsedTableStyleFill, ParsedTableStyleMap, type ParsedTableStylePart, ParsedTableStyleText, PictureXmlFactory, type PictureXmlFactoryInit, PlaceholderDefaults, type PlaceholderDefinition, PlaceholderTextLevelStyle, PptxAction, PptxActiveXControl, PptxAnimationPreset, PptxAnimationTrigger, PptxAnimationWriteService, PptxAppProperties, type PptxBuilderFactoryContext, PptxChart3DSurface, PptxChartAxisFormatting, type PptxChartAxisType, PptxChartChrome, PptxChartData, PptxChartDataLabel, PptxChartDataLabelOptions, PptxChartDataPoint, PptxChartDataTable, PptxChartErrBars, type PptxChartLegendPosition, PptxChartLineStyle, PptxChartMarker, PptxChartMarkerSymbol, PptxChartOfPieOptions, PptxChartSeries, PptxChartShapeProps, PptxChartStyle, PptxChartTrendline, PptxChartType, PptxChartView3D, PptxColorStyleCodec, type PptxColorStyleCodecContext, PptxComment, PptxCommentAuthor, type PptxCommentAuthorDescriptor, PptxCommentAuthorsXmlFactory, type PptxCommentAuthorsXmlFactoryInit, PptxCommentXmlFactoryProvider, PptxCompatibilityService, PptxCompatibilityWarning, PptxConnectorParser, type PptxConnectorParserContext, PptxContentTypesBuilder, type PptxContentTypesCommentBuildInput, type PptxContentTypesSlideMediaBuildInput, PptxCoreProperties, PptxCustomProperty, PptxCustomShow, PptxCustomXmlPart, PptxCustomerData, PptxData, PptxDocumentPropertiesUpdater, PptxDrawingGuide, PptxEditorAnimationService, type PptxEditorAnimationServiceOptions, PptxElement, PptxElementAnimation, PptxElementTransformUpdater, PptxElementWithShapeStyle, PptxElementWithText, PptxElementXmlBuilder, type PptxElementXmlBuilderOptions, PptxEmbeddedFont, PptxEmbeddedWorkbookData, PptxExportOptions, PptxExternalData, PptxGraphicFrameParser, type PptxGraphicFrameParserContext, PptxHandler, type PptxHandlerLoadOptions, PptxHandlerRuntime, PptxHandlerRuntimeFactory, type PptxHandlerSaveOptions, PptxHandoutMaster, PptxHeaderFooter, PptxImageEffects, PptxImageLikeElement, PptxKinsoku, PptxLayoutOption, PptxLoadDataBuilder, PptxMasterTextStyles, PptxMediaDataParser, type PptxMediaDataParserContext, type PptxMediaTimingEntry, type PptxMediaTimingMap, PptxModifyVerifier, PptxNativeAnimation, PptxNativeAnimationService, PptxNotesMaster, PptxPhotoAlbum, PptxPresentationProperties, type PptxPresentationSaveBuildInput, PptxPresentationSaveBuilder, type PptxPresentationSaveBuilderOptions, PptxPresentationSlidesReconciler, type PptxPresentationSlidesReconcilerInput, type PptxRuntimeDependencyBundle, PptxRuntimeDependencyFactory, type PptxRuntimeDependencyFactoryInput, type PptxSaveConstants, PptxSaveConstantsFactory, type PptxSaveFormat, type PptxSaveMediaKind, PptxSaveState as PptxSaveSession, PptxSaveStateBuilder as PptxSaveSessionBuilder, PptxSaveState, PptxSaveStateBuilder, PptxSection, PptxShapeIdValidator, PptxShapeLocks, PptxShapeStyleExtractor, type PptxShapeStyleExtractorContext, PptxSlide, PptxSlideBackgroundBuilder, type PptxSlideBackgroundBuilderInput, PptxSlideBackgroundPattern, PptxSlideBuilder, PptxSlideCommentPartWriter, type PptxSlideCommentPartWriterInput, type PptxSlideCommentRelationshipInfo, PptxSlideCommentsXmlFactory, type PptxSlideCommentsXmlFactoryInit, PptxSlideElementsBuilder, PptxSlideLayout, type PptxSlideLoaderParams, PptxSlideLoaderService, type PptxSlideLoaderThemeOverride, PptxSlideMaster, PptxSlideMediaRelationshipBuilder, PptxSlideNotesBuilder, PptxSlideNotesPartUpdater, type PptxSlideNotesPartUpdaterInput, type PptxSlideNotesResult, PptxSlideRelationshipRegistry, type PptxSlideRelationshipRegistryOptions, PptxSlideTransition, PptxSlideTransitionService, type PptxSlideTransitionServiceOptions, PptxSmartArtChrome, PptxSmartArtColorTransform, PptxSmartArtData, PptxSmartArtDrawingShape, PptxSmartArtNode, PptxSmartArtQuickStyle, PptxTableCellStyle, PptxTableData, PptxTableDataParser, type PptxTableDataParserContext, PptxTagCollection, PptxTemplateBackgroundService, type PptxTemplateBackgroundState, PptxTextStyleLevels, PptxTheme, PptxThemeColorScheme, PptxThemeEffectStyle, PptxThemeFillStyle, PptxThemeFontScheme, PptxThemeFormatScheme, PptxThemeLineStyle, PptxThemeObjectDefaults, PptxThemeOption, type PptxThemePreset, PptxTransitionType, PptxViewProperties, PptxXmlBuilder, PptxXmlFactoryProvider, PptxXmlLookupService, Presentation, PresentationBuilder, type PresentationBuilderResult, type PresentationDiff, type PresentationOptions, type PresentationThemeInput, type PresetPath, type PresetPathCommand, type PresetShapeCategory, type PresetShapeDefinition, type PresetShapeEvaluationResult, type PresetShapeGeometryDefinition, type PropertyChange, type ReflowedNodePosition, type RepairResult, SHAPE_TREE_ELEMENT_TAGS, SP_PR_ORDER, STROKE_DASH_OPTIONS, SWITCHABLE_LAYOUT_TYPES, SYSTEM_COLOR_MAP, type ShadowInput, ShapeBuilder, type ShapeOptions, ShapePptxElement, ShapeStyle, type SignatureCertificateInfo, type SignatureDetectionResult, type SignatureReference, type SignatureStatus, SlideBuilder, type SlideDiff, SlideSizes, SmartArtLayoutType, SmartArtPptxElement, type StandardEncryptionInfo, StrokeDashType, type StrokeInput, type SupportedShapeType, TC_PR_BORDERS_ORDER, THEME_PRESETS, TableBuilder, type TableCellInput, type TableInput, type TableOptions, TablePptxElement, type TableRowInput, type TableStyleFlags, type TableStylePartBorder, type TableStylePartBorders, type TableStylePartFill, type TableStylePartText, type TemplateData, TextBuilder, type TextOptions, TextPptxElement, TextSegment, type TextSegmentInput, TextShapeXmlFactory, type TextShapeXmlFactoryInit, TextStyle, type TextStyleInput, type ThemePreset, type ThemePresetName, ThemePresets, type TransitionInput, VML_SHAPE_TAGS, type ValidationIssue, type ValidationResult, type Vec2, XmlObject, ZipBombError, ZoomPptxElement, addChartCategory, addChartSeries, addSection, addSmartArtNode, addSmartArtNodeAsChild, applyDrawingColorTransforms, applyKinsokuToXml, applyTableCellTextAndStyle, applyTemplate, applyThemeToData, areNamespacesSupported, buildCalloutLeaderLineSvgPath, buildClrMapOverrideXml, buildFontFamilyString, buildGuideListExtension, buildLinkedTextBoxChains, buildOle2, buildSingleEffectNode, buildSrgbColorChoice, buildThemeColorMap, catmullRomToBezier, chartDataAddCategory, chartDataAddSeries, chartDataChangeType, chartDataRemoveCategory, chartDataRemoveSeries, chartDataUpdatePoint, checkBlankSlide, checkComplexTables, checkDuplicateTitles, checkLowContrast, checkMissingAltText, checkMissingSlideTitle, checkPresentation, clampUnitInterval, classifyPanose, cloneElement, cloneShapeStyle, cloneSlide, cloneTemplateElementsBySlideId, cloneTextStyle, cloneXmlObject, cm, cmToEmu, colorWithOpacity, colorsEqual, combineShapes, computeContrastRatio, computeCycleLayout, computeHierarchyLayout, computeLinearLayout, computeMatrixLayout, computePyramidLayout, computeSmartArtLayout, computeSnakeLayout, convertXmlToStrict, createArrayBufferCopy, createBuiltinVariables, createChartElement, createConnectorElement, createDefaultPptxHandlerRuntime, createEditorId, createFreeformElement, createGroupElement, createImageElement, createLayout, createLayouts, createMediaElement, createModifyVerifier, createPptxSaveConstants, createShapeElement, createTableCellXml, createTableElement, createTableGraphicFrameRawXml, createTemplateConnectorRawXml, createTemplateShapeRawXml, createTextElement, createUniformTextSegments, decomposeSmartArt, decryptPptx, demoteSmartArtNode, deobfuscateFont, detectDigitalSignatures, detectFileFormat, detectFontFormat, detectOleObjectType, detectStrictConformance, diffPresentations, diffSlides, distributeSegmentsAcrossChain, douglasPeucker, duplicateElement, duplicateSlide, elementActionToPptxAction, elementHasAction, emuToPixels, encryptPptx, ensureArrayValue, estimateTextBoxCapacity, evaluateGeometryPaths, evaluateGuides, evaluatePresetShape, extractColorChoiceXml, extractGuidFromPartName, extractModel3DTransform, fetchUrlToBytes, findCustomShow, findLayoutByName, findLayoutByType, findPlaceholders, formatCommentTimestamp, fragmentShapes, generateFontGuid, generateLayoutXml, getAdjustmentAwareClipPath, getAdjustmentAwareShapeClipPath, getAnimationPresetInfo, getCalloutLeaderLineGeometry, getCalloutTier, getCalloutViewBoxBounds, getCloudCalloutClipPath, getCloudClipPath, getCloudPathForRendering, getCommentMarkerPosition, getConnectorAdjustment, getConnectorPathGeometry, getCssBorderDashStyle, getCustomShowNames, getCustomShowPositionLabel, getElementLabel, getElementTextContent, getElementTransform, getImageMaskStyle, getLinkedTextBoxSegments, getNativeAnimationPresetMetadata, getOleObjectTypeLabel, getPanoseWeight, getPresetShapeClipPath, getPresetsByCategory, getRoundRectRadiusPx, getSectionForSlide, getSectionSlideRange, getShapeClipPath, getShapeClipPathFromPreset, getShapeType, getSignaturePathsToStrip, getSubstituteFontFamily, getSubstituteFonts, getSupportedNamespaces, getSvgStrokeDasharray, getTextCompensationTransform, getThemePreset, getZoomElements, getZoomTargetSlideIndexes, guidToKey, guideEmuToPx, guidePxToEmu, hasDirectSubstitution, hasNonTrivialOverride, hasShapeProperties, hasTextProperties, hexToRgbChannels, hslToRgb, inches, inchesToEmu, inferOleExtensionFromTarget, interpolateShapeGeometry, intersectPolygons, intersectShapes, intersectSvgPaths, isCalloutShape, isConnectorElement, isEditableTextElement, isImageLikeElement, isInkElement, isNamespaceSupported, isShapeElement, isStrictNamespaceUri, isSummaryZoomSlide, isSwitchableLayoutType, isTemplateElement, isTextElement, isTransitionalNamespaceUri, isXmlNode, isZoomElement$1 as isZoomElement, isZoomElement as isZoomElementUtil, layoutEngineShapesToDrawingShapes, lookupPresetShape, mailMerge, mergeShapes, mergeStyleParts, mergeThemeColorOverride, mm, moveSlidesToSection, navigateCustomShow, normalizeHexColor, normalizeNamespaceUri, normalizeStrictXml, normalizeStrokeDashType, obfuscateFont, ooxmlArcToSvg, ooxmlToPresetName, parseActiveXControlsFromSlide, parseAdjustmentValues, parseBodyPrBooleanAttrs, parseChart3DSurfaces, parseChartAxes, parseCondition, parseConditionList, parseCxChartSeries, parseDataTable, parseDataUrlToBytes, parseDrawingColor, parseDrawingColorChoice, parseDrawingColorOpacity, parseDrawingFraction, parseDrawingHueDegrees, parseDrawingPercent, parseEmbeddedXlsx, parseGuideDefinitions, parseHexColor, parseKinsoku, parseLayoutDefinition, parseLineStyle, parseMarker, parseOle2, parsePanoseBytes, parsePanoseString, parsePresentationDrawingGuides, parseSeriesDataLabels, parseSeriesDataPoints, parseSeriesErrBars, parseSeriesExplosion, parseSeriesTrendlines, parseShapeProps, parseSignatureXml, parseSlideDrawingGuides, parseSvgPath, parseVmlElement, parseVmlElements, pixelsToEmu, polygonsToSvgPath, pptxActionToElementAction, promoteSmartArtNode, pt, reResolveSlideColors, readFileAsDataUrl, rebuildTableStructureInRawXml, reflowSmartArtLayout, relativeLuminance, relayoutSmartArt, removeChartCategory, removeChartSeries, removeSection, removeSmartArtNode, reorderObjectKeys, reorderSections, reorderSmartArtNode, reorderSmartArtNodeToIndex, repairPptx, replaceShapeGeometry, replaceWithCustomGeometry, resetCloneIdCounter, resetDecomposeCounter, resetIdCounter, resetSectionIdCounter, resetSmartArtEditCounter, resolveCoordinate, resolveCustomShowSlideIndices, resolveLayoutDisplayName, resolveModel3DMimeType, resolveTableCellStyle, rgbToHsl, selectAlternateContentBranch, serializeColorChoice, serializeCondition, serializeConditionList, serializeSvgPath, setChartAxis, setChartAxisGridlineStyle, setChartAxisLogScale, setChartAxisTitleStyle, setChartCategories, setChartDataLabels, setChartDataPointExplosion, setChartDataPointFill, setChartGrouping, setChartLegend, setChartSeriesChartType, setChartSeriesColor, setChartSeriesErrorBars, setChartSeriesMarker, setChartSeriesTrendline, setChartTitle, setChartType, shouldRenderFallbackLabel, shouldReturnToZoomSlide, subtractPolygons, subtractShapes, subtractSvgPaths, svgPathToPolygons, switchSmartArtLayout, toHex, toStrictNamespaceUri, unionPolygons, unionShapes, unionSvgPaths, unwrapAlternateContent, updateCellTextInRawXml, updateCellTextStyleInRawXml, updateChartDataPoint, updateChartSeriesValues, updateMergeAttrsInRawXml, updateSmartArtNodeText, validatePptx, verifyModifyPassword, verifyPassword, verifySignatureDigests, writeBodyPrBooleanAttrs, xmlAttr, xmlAttrBool, xmlAttrNumber, xmlChild, xmlChildren, xmlPath, xmlText };
|
|
13333
|
+
export { ALL_ANIMATION_PRESETS, type AccessibilityCheckOptions, type AccessibilityIssue, type AccessibilityIssueSeverity, type AccessibilityIssueType, AdjustHandlePolar, AdjustHandleXY, type AlternateContentBlock, type AnimationCategory, AnimationCondition, type AnimationInput, type AnimationPresetInfo, BLIP_FILL_ORDER, type BackgroundInput, BulletInfo, CLOUD_CALLOUT_TAIL_COUNT, CLOUD_LOBE_COUNT, COLOR_MAP_ALIAS_KEYS, CONNECTOR_ARROW_OPTIONS, CONNECTOR_GEOMETRY_OPTIONS, type CalloutLeaderLineGeometry, type CalloutPoint, type ChartAxisEdit, type ChartAxisTitleStyleEdit, ChartBuilder, type ChartDataPointLabelEdit, type ChartGridlineStyleEdit, type ChartInput, type ChartOptions, ChartPptxElement, type ChartSeriesInput, type ColorMapAliasKey, type CompatibilityWarningInput, ConnectionSite, ConnectorArrowType, ConnectorBuilder, type ConnectorGeometryType, type ConnectorOptions, type ConnectorPathGeometry, ConnectorPptxElement, ConnectorXmlFactory, type ConnectorXmlFactoryInit, type ContainerBounds, CustomGeometryPath, CustomGeometryPoint, CustomGeometryRawData, CustomGeometryTextRect, DEFAULT_CANVAS_HEIGHT, DEFAULT_CANVAS_WIDTH, DEFAULT_COLOR_MAP, DEFAULT_FILL_COLOR, DEFAULT_FONT_FAMILY, DEFAULT_MAX_UNCOMPRESSED_BYTES, DEFAULT_SCHEME_COLOR_MAP, DEFAULT_STROKE_COLOR, DEFAULT_TEXT_COLOR, DEFAULT_TEXT_FONT_SIZE, DataIntegrityError, EFFECT_LST_ORDER, EMPHASIS_PRESETS, EMU_PER_INCH, EMU_PER_PIXEL, EMU_PER_POINT, EMU_PER_PX, ENTRANCE_PRESETS, EXIT_PRESETS, ElementAction, type ElementDiff, type ElementPosition, EncryptedFileError, type EncryptionAlgorithm, type EncryptionInfo, type EncryptionOptions, FONT_SUBSTITUTION_MAP, type FileFormatDetection, type FillInput, FindResult, FreeformPathBuilder, GeometryAdjustmentHandle, type GeometryContext, type GeometryGuide, GroupBuilder, type GroupOptions, GroupPptxElement, type HslColor, type IConnectorXmlFactory, type ICoreXmlElementFactory, type IFactory, type IMediaGraphicFrameXmlFactory, type IPictureXmlFactory, type IPptxAnimationWriteService, type IPptxColorStyleCodec, type IPptxCommentAuthorsXmlFactory, type IPptxCommentXmlFactoryProvider, type IPptxCompatibilityService, type IPptxConnectorParser, type IPptxContentTypesBuilder, type IPptxEditorAnimationService, type IPptxElementTransformUpdater, type IPptxGraphicFrameParser, type IPptxHandlerRuntime, type IPptxHandlerRuntimeFactory, type IPptxMediaDataParser, type IPptxNativeAnimationService, type IPptxPresentationSaveBuilder, type IPptxPresentationSlidesReconciler, type IPptxRuntimeDependencyFactory, type IPptxShapeIdValidator, type IPptxShapeStyleExtractor, type IPptxSlideBackgroundBuilder, type IPptxSlideCommentPartWriter, type IPptxSlideCommentsXmlFactory, type IPptxSlideLoaderService, type IPptxSlideMediaRelationshipBuilder, type IPptxSlideNotesPartUpdater, type IPptxSlideRelationshipRegistry, type IPptxSlideTransitionService, type IPptxTableDataParser, type IPptxTemplateBackgroundService, type IPptxXmlBuilder, type IPptxXmlFactoryProvider, type IPptxXmlLookupService, type ITextShapeXmlFactory, type IXmlElementFactory, ImageBuilder, type ImageMaskStyle, type ImageOptions, ImagePptxElement, IncorrectPasswordError, InkPptxElement, type LayoutAlgorithmType, type LayoutConstraints, type LayoutCreationResult, type LayoutDefinition, type LayoutDisplayNameInput, type LayoutEngineShape, type LayoutRule, type LinkedTextBoxChain, type LinkedTextBoxChainMember, type LinkedTextBoxSegmentMap, MAX_TABLE_DIMENSION, MAX_ZIP_ENTRY_COUNT, MIN_ELEMENT_SIZE, MIN_TABLE_DIMENSION, MOTION_PATH_PRESETS, MediaBookmark, MediaBuilder, MediaGraphicFrameXmlFactory, type MediaGraphicFrameXmlFactoryInit, type MediaOptions, MediaPptxElement, MergeOptions, type MergeShapeOperation, type Model3DTransform, OOXML_TO_PRESET_EMPH, OOXML_TO_PRESET_ENTR, OOXML_TO_PRESET_EXIT, type Ole2DirectoryEntry, type Ole2File, Ole2ParseError, OleObjectType, OlePptxElement, type OleUnwrapResult, type OoxmlConformanceClass, P14_GUIDE_URI, P15_GUIDE_URI, PANOSE_FAMILY_MAP, PANOSE_MONOSPACE_PROPORTION, PANOSE_SANS_SERIF_STYLES, PANOSE_WEIGHT_MAP, POWERPOINT_PRESENCE_KEY, PRESET_COLOR_MAP, PRESET_SHAPE_CATEGORY_LABELS, PRESET_SHAPE_CLIP_PATHS, PRESET_SHAPE_DEFINITIONS, PRESET_SHAPE_GEOMETRY_TABLE, PRESET_TO_OOXML, type ParsedLayoutDef, type ParsedSignature, ParsedTableBackground, type ParsedTableStyle, ParsedTableStyleFill, ParsedTableStyleMap, type ParsedTableStylePart, ParsedTableStyleText, PictureXmlFactory, type PictureXmlFactoryInit, PlaceholderDefaults, type PlaceholderDefinition, PlaceholderTextLevelStyle, PptxAction, PptxActiveXControl, PptxAnimationPreset, PptxAnimationTrigger, PptxAnimationWriteService, PptxAppProperties, type PptxBuilderFactoryContext, PptxChart3DSurface, PptxChartAxisFormatting, type PptxChartAxisType, PptxChartChrome, PptxChartData, PptxChartDataLabel, PptxChartDataLabelOptions, PptxChartDataPoint, PptxChartDataTable, PptxChartErrBars, type PptxChartLegendPosition, PptxChartLineStyle, PptxChartMarker, PptxChartMarkerSymbol, PptxChartOfPieOptions, PptxChartSeries, PptxChartShapeProps, PptxChartStyle, PptxChartTrendline, PptxChartType, PptxChartView3D, PptxColorStyleCodec, type PptxColorStyleCodecContext, PptxComment, PptxCommentAuthor, type PptxCommentAuthorDescriptor, PptxCommentAuthorsXmlFactory, type PptxCommentAuthorsXmlFactoryInit, PptxCommentXmlFactoryProvider, PptxCompatibilityService, PptxCompatibilityWarning, PptxConnectorParser, type PptxConnectorParserContext, PptxContentTypesBuilder, type PptxContentTypesCommentBuildInput, type PptxContentTypesSlideMediaBuildInput, PptxCoreProperties, PptxCustomProperty, PptxCustomShow, PptxCustomXmlPart, PptxCustomerData, PptxData, PptxDocumentPropertiesUpdater, PptxDrawingGuide, PptxEditorAnimationService, type PptxEditorAnimationServiceOptions, PptxElement, PptxElementAnimation, PptxElementTransformUpdater, PptxElementWithShapeStyle, PptxElementWithText, PptxElementXmlBuilder, type PptxElementXmlBuilderOptions, PptxEmbeddedFont, PptxEmbeddedWorkbookData, PptxExportOptions, PptxExternalData, PptxGraphicFrameParser, type PptxGraphicFrameParserContext, PptxHandler, type PptxHandlerLoadOptions, PptxHandlerRuntime, PptxHandlerRuntimeFactory, type PptxHandlerSaveOptions, PptxHandoutMaster, PptxHeaderFooter, PptxImageEffects, PptxImageLikeElement, PptxKinsoku, PptxLayoutOption, PptxLoadDataBuilder, PptxMasterTextStyles, PptxMediaDataParser, type PptxMediaDataParserContext, type PptxMediaTimingEntry, type PptxMediaTimingMap, PptxModifyVerifier, PptxNativeAnimation, PptxNativeAnimationService, PptxNotesMaster, PptxPhotoAlbum, PptxPresentationProperties, type PptxPresentationSaveBuildInput, PptxPresentationSaveBuilder, type PptxPresentationSaveBuilderOptions, PptxPresentationSlidesReconciler, type PptxPresentationSlidesReconcilerInput, type PptxRuntimeDependencyBundle, PptxRuntimeDependencyFactory, type PptxRuntimeDependencyFactoryInput, type PptxSaveConstants, PptxSaveConstantsFactory, type PptxSaveFormat, type PptxSaveMediaKind, PptxSaveState as PptxSaveSession, PptxSaveStateBuilder as PptxSaveSessionBuilder, PptxSaveState, PptxSaveStateBuilder, PptxSection, PptxShapeIdValidator, PptxShapeLocks, PptxShapeStyleExtractor, type PptxShapeStyleExtractorContext, PptxSlide, PptxSlideBackgroundBuilder, type PptxSlideBackgroundBuilderInput, PptxSlideBackgroundPattern, PptxSlideBuilder, PptxSlideCommentPartWriter, type PptxSlideCommentPartWriterInput, type PptxSlideCommentRelationshipInfo, PptxSlideCommentsXmlFactory, type PptxSlideCommentsXmlFactoryInit, PptxSlideElementsBuilder, PptxSlideLayout, type PptxSlideLoaderParams, PptxSlideLoaderService, type PptxSlideLoaderThemeOverride, PptxSlideMaster, PptxSlideMediaRelationshipBuilder, PptxSlideNotesBuilder, PptxSlideNotesPartUpdater, type PptxSlideNotesPartUpdaterInput, type PptxSlideNotesResult, PptxSlideRelationshipRegistry, type PptxSlideRelationshipRegistryOptions, PptxSlideTransition, PptxSlideTransitionService, type PptxSlideTransitionServiceOptions, PptxSmartArtChrome, PptxSmartArtColorTransform, PptxSmartArtData, PptxSmartArtDrawingShape, PptxSmartArtNode, PptxSmartArtQuickStyle, PptxSmartArtTextRun, PptxTableCellStyle, PptxTableData, PptxTableDataParser, type PptxTableDataParserContext, PptxTagCollection, PptxTemplateBackgroundService, type PptxTemplateBackgroundState, PptxTextStyleLevels, PptxTheme, PptxThemeColorScheme, PptxThemeEffectStyle, PptxThemeFillStyle, PptxThemeFontScheme, PptxThemeFormatScheme, PptxThemeLineStyle, PptxThemeObjectDefaults, PptxThemeOption, type PptxThemePreset, PptxTransitionType, PptxViewProperties, PptxXmlBuilder, PptxXmlFactoryProvider, PptxXmlLookupService, Presentation, PresentationBuilder, type PresentationBuilderResult, type PresentationDiff, type PresentationOptions, type PresentationThemeInput, type PresetPath, type PresetPathCommand, type PresetShapeCategory, type PresetShapeDefinition, type PresetShapeEvaluationResult, type PresetShapeGeometryDefinition, type PropertyChange, type ReflowedNodePosition, type RepairResult, SHAPE_TREE_ELEMENT_TAGS, SP_PR_ORDER, STROKE_DASH_OPTIONS, SWITCHABLE_LAYOUT_TYPES, SYSTEM_COLOR_MAP, type ShadowInput, ShapeBuilder, type ShapeOptions, ShapePptxElement, ShapeStyle, type SignatureCertificateInfo, type SignatureDetectionResult, type SignatureReference, type SignatureStatus, SlideBuilder, type SlideDiff, SlideSizes, SmartArtLayoutType, SmartArtPptxElement, type StandardEncryptionInfo, StrokeDashType, type StrokeInput, type SupportedShapeType, TC_PR_BORDERS_ORDER, THEME_PRESETS, TableBuilder, type TableCellInput, type TableInput, type TableOptions, TablePptxElement, type TableRowInput, type TableStyleFlags, type TableStylePartBorder, type TableStylePartBorders, type TableStylePartFill, type TableStylePartText, type TemplateData, TextBuilder, type TextOptions, TextPptxElement, TextSegment, type TextSegmentInput, TextShapeXmlFactory, type TextShapeXmlFactoryInit, TextStyle, type TextStyleInput, type ThemePreset, type ThemePresetName, ThemePresets, type TransitionInput, VML_SHAPE_TAGS, type ValidationIssue, type ValidationResult, type Vec2, XmlObject, ZipBombError, ZoomPptxElement, addChartCategory, addChartSeries, addSection, addSmartArtNode, addSmartArtNodeAsChild, applyDrawingColorTransforms, applyKinsokuToXml, applyTableCellTextAndStyle, applyTemplate, applyThemeToData, areNamespacesSupported, buildCalloutLeaderLineSvgPath, buildClrMapOverrideXml, buildFontFamilyString, buildGuideListExtension, buildLinkedTextBoxChains, buildOle2, buildSingleEffectNode, buildSrgbColorChoice, buildThemeColorMap, catmullRomToBezier, chartDataAddCategory, chartDataAddSeries, chartDataChangeType, chartDataRemoveCategory, chartDataRemoveSeries, chartDataUpdatePoint, checkBlankSlide, checkComplexTables, checkDuplicateTitles, checkLowContrast, checkMissingAltText, checkMissingSlideTitle, checkPresentation, clampUnitInterval, classifyPanose, cloneElement, cloneShapeStyle, cloneSlide, cloneTemplateElementsBySlideId, cloneTextStyle, cloneXmlObject, cm, cmToEmu, colorWithOpacity, colorsEqual, combineShapes, computeContrastRatio, computeCycleLayout, computeHierarchyLayout, computeLinearLayout, computeMatrixLayout, computePyramidLayout, computeSmartArtLayout, computeSnakeLayout, convertXmlToStrict, createArrayBufferCopy, createBuiltinVariables, createChartElement, createConnectorElement, createDefaultPptxHandlerRuntime, createEditorId, createFreeformElement, createGroupElement, createImageElement, createLayout, createLayouts, createMediaElement, createModifyVerifier, createPptxSaveConstants, createShapeElement, createTableCellXml, createTableElement, createTableGraphicFrameRawXml, createTemplateConnectorRawXml, createTemplateShapeRawXml, createTextElement, createUniformTextSegments, decodeOle10Native, decomposeSmartArt, decryptPptx, demoteSmartArtNode, deobfuscateFont, detectDigitalSignatures, detectFileFormat, detectFontFormat, detectOleObjectType, detectStrictConformance, diffPresentations, diffSlides, distributeSegmentsAcrossChain, douglasPeucker, duplicateElement, duplicateSlide, elementActionToPptxAction, elementHasAction, emuToPixels, encryptPptx, ensureArrayValue, estimateTextBoxCapacity, evaluateGeometryPaths, evaluateGuides, evaluatePresetShape, extractColorChoiceXml, extractGuidFromPartName, extractModel3DTransform, fetchUrlToBytes, findCustomShow, findLayoutByName, findLayoutByType, findPlaceholders, formatCommentTimestamp, fragmentShapes, generateFontGuid, generateLayoutXml, getAdjustmentAwareClipPath, getAdjustmentAwareShapeClipPath, getAnimationPresetInfo, getCalloutLeaderLineGeometry, getCalloutTier, getCalloutViewBoxBounds, getCloudCalloutClipPath, getCloudClipPath, getCloudPathForRendering, getCommentMarkerPosition, getConnectorAdjustment, getConnectorPathGeometry, getCssBorderDashStyle, getCustomShowNames, getCustomShowPositionLabel, getElementLabel, getElementTextContent, getElementTransform, getImageMaskStyle, getLinkedTextBoxSegments, getNativeAnimationPresetMetadata, getOleObjectTypeLabel, getPanoseWeight, getPresetShapeClipPath, getPresetsByCategory, getRoundRectRadiusPx, getSectionForSlide, getSectionSlideRange, getShapeClipPath, getShapeClipPathFromPreset, getShapeType, getSignaturePathsToStrip, getSubstituteFontFamily, getSubstituteFonts, getSupportedNamespaces, getSvgStrokeDasharray, getTextCompensationTransform, getThemePreset, getZoomElements, getZoomTargetSlideIndexes, guidToKey, guideEmuToPx, guidePxToEmu, hasDirectSubstitution, hasNonTrivialOverride, hasShapeProperties, hasTextProperties, hexToRgbChannels, hslToRgb, inches, inchesToEmu, inferOleExtensionFromTarget, interpolateShapeGeometry, intersectPolygons, intersectShapes, intersectSvgPaths, isCalloutShape, isConnectorElement, isEditableTextElement, isImageLikeElement, isInkElement, isNamespaceSupported, isOle2CompoundFile, isShapeElement, isStrictNamespaceUri, isSummaryZoomSlide, isSwitchableLayoutType, isTemplateElement, isTextElement, isTransitionalNamespaceUri, isXmlNode, isZoomElement$1 as isZoomElement, isZoomElement as isZoomElementUtil, layoutEngineShapesToDrawingShapes, lookupPresetShape, mailMerge, mergeShapes, mergeStyleParts, mergeThemeColorOverride, mimeTypeForOleFile, mm, moveSlidesToSection, navigateCustomShow, normalizeHexColor, normalizeNamespaceUri, normalizeStrictXml, normalizeStrokeDashType, obfuscateFont, oleBytesToDataUrl, ooxmlArcToSvg, ooxmlToPresetName, parseActiveXControlsFromSlide, parseAdjustmentValues, parseBodyPrBooleanAttrs, parseChart3DSurfaces, parseChartAxes, parseCondition, parseConditionList, parseCxChartSeries, parseDataTable, parseDataUrlToBytes, parseDrawingColor, parseDrawingColorChoice, parseDrawingColorOpacity, parseDrawingFraction, parseDrawingHueDegrees, parseDrawingPercent, parseEmbeddedXlsx, parseGuideDefinitions, parseHexColor, parseKinsoku, parseLayoutDefinition, parseLineStyle, parseMarker, parseOle2, parsePanoseBytes, parsePanoseString, parsePresentationDrawingGuides, parseSeriesDataLabels, parseSeriesDataPoints, parseSeriesErrBars, parseSeriesExplosion, parseSeriesTrendlines, parseShapeProps, parseSignatureXml, parseSlideDrawingGuides, parseSvgPath, parseVmlElement, parseVmlElements, pixelsToEmu, polygonsToSvgPath, pptxActionToElementAction, promoteSmartArtNode, pt, reResolveSlideColors, readFileAsDataUrl, rebuildTableStructureInRawXml, reflowSmartArtLayout, relativeLuminance, relayoutSmartArt, removeChartCategory, removeChartSeries, removeSection, removeSmartArtNode, reorderObjectKeys, reorderSections, reorderSmartArtNode, reorderSmartArtNodeToIndex, repairPptx, replaceShapeGeometry, replaceWithCustomGeometry, resetCloneIdCounter, resetDecomposeCounter, resetIdCounter, resetSectionIdCounter, resetSmartArtEditCounter, resolveCoordinate, resolveCustomShowSlideIndices, resolveLayoutDisplayName, resolveModel3DMimeType, resolveTableCellStyle, rgbToHsl, selectAlternateContentBranch, serializeColorChoice, serializeCondition, serializeConditionList, serializeSvgPath, setChartAxis, setChartAxisGridlineStyle, setChartAxisLogScale, setChartAxisTitleStyle, setChartCategories, setChartDataLabels, setChartDataPointExplosion, setChartDataPointFill, setChartDataPointLabel, setChartGrouping, setChartLegend, setChartSeriesChartType, setChartSeriesColor, setChartSeriesErrorBars, setChartSeriesMarker, setChartSeriesTrendline, setChartTitle, setChartType, shouldRenderFallbackLabel, shouldReturnToZoomSlide, subtractPolygons, subtractShapes, subtractSvgPaths, svgPathToPolygons, switchSmartArtLayout, toHex, toStrictNamespaceUri, unionPolygons, unionShapes, unionSvgPaths, unwrapAlternateContent, unwrapOleEmbedding, updateCellTextInRawXml, updateCellTextStyleInRawXml, updateChartDataPoint, updateChartSeriesValues, updateMergeAttrsInRawXml, updateSmartArtNodeText, validatePptx, verifyModifyPassword, verifyPassword, verifySignatureDigests, writeBodyPrBooleanAttrs, xmlAttr, xmlAttrBool, xmlAttrNumber, xmlChild, xmlChildren, xmlPath, xmlText };
|