office-open 0.12.2 → 0.13.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.
@@ -863,7 +863,7 @@ var docx_schema_default = {
863
863
  "description": "Raw image data: Uint8Array, ArrayBuffer, or a base64 data URL."
864
864
  },
865
865
  "fileName": {
866
- "description": "Placeholder key matching the `{fileName}` token in {@link rawXml } .",
866
+ "description": "Placeholder key matching the `{fileName}` token inside the raw background XML.",
867
867
  "type": "string"
868
868
  },
869
869
  "type": {
@@ -1064,6 +1064,17 @@ var docx_schema_default = {
1064
1064
  },
1065
1065
  "type": "object"
1066
1066
  },
1067
+ "BlipCompression": {
1068
+ "description": "Blip compression states (, the a:blip",
1069
+ "enum": [
1070
+ "email",
1071
+ "screen",
1072
+ "print",
1073
+ "hqprint",
1074
+ "none"
1075
+ ],
1076
+ "type": "string"
1077
+ },
1067
1078
  "BlipEffectsOptions": {
1068
1079
  "additionalProperties": false,
1069
1080
  "description": "All blip image adjustment effects.",
@@ -1139,6 +1150,10 @@ var docx_schema_default = {
1139
1150
  "$ref": "#/definitions/BlipEffectsOptions",
1140
1151
  "description": "Image adjustment effects (brightness, contrast, grayscale, etc.)"
1141
1152
  },
1153
+ "compression": {
1154
+ "$ref": "#/definitions/BlipCompression",
1155
+ "description": "Compression state, lifted from the a:blip child's"
1156
+ },
1142
1157
  "dpi": {
1143
1158
  "description": "DPI of the image",
1144
1159
  "type": "number"
@@ -1312,36 +1327,7 @@ var docx_schema_default = {
1312
1327
  "type": "number"
1313
1328
  },
1314
1329
  "style": {
1315
- "description": "Border pattern. Token jargon: \"wave\"/\"doubleWave\" wavy, \"inset\"/\"outset\" pseudo-3D, \"thickThin*\"/\"thinThickThin*\" compound lines, \"pctN\" dotted density, \"nil\" none.",
1316
- "enum": [
1317
- "single",
1318
- "dashDotStroked",
1319
- "dashed",
1320
- "dashSmallGap",
1321
- "dotDash",
1322
- "dotDotDash",
1323
- "dotted",
1324
- "double",
1325
- "doubleWave",
1326
- "inset",
1327
- "nil",
1328
- "none",
1329
- "outset",
1330
- "thick",
1331
- "thickThinLargeGap",
1332
- "thickThinMediumGap",
1333
- "thickThinSmallGap",
1334
- "thinThickLargeGap",
1335
- "thinThickMediumGap",
1336
- "thinThickSmallGap",
1337
- "thinThickThinLargeGap",
1338
- "thinThickThinMediumGap",
1339
- "thinThickThinSmallGap",
1340
- "threeDEmboss",
1341
- "threeDEngrave",
1342
- "triple",
1343
- "wave"
1344
- ],
1330
+ "description": "Border pattern. Token jargon: \"wave\"/\"doubleWave\" wavy, \"inset\"/\"outset\" pseudo-3D, \"thickThin*\"/\"thinThickThin*\" compound lines, \"nil\"/\"none\" no border. Accepts any token — the BorderStyle const lists the common line styles; Word also defines ~165 artistic and pattern tokens (apples, weavingBraid, …) that round-trip as-is.",
1345
1331
  "type": "string"
1346
1332
  },
1347
1333
  "themeColor": {
@@ -1453,7 +1439,7 @@ var docx_schema_default = {
1453
1439
  "nameLiteral": { "$ref": "#/definitions/ChartSeriesData/properties/nameLiteral" },
1454
1440
  "order": { "$ref": "#/definitions/ChartSeriesData/properties/order" },
1455
1441
  "pictureOptions": {
1456
- "$ref": "#/definitions/PictureOptionsOptions",
1442
+ "$ref": "#/definitions/ChartPictureOptions",
1457
1443
  "description": "Picture-fill options (c:pictureOptions, bar/area)."
1458
1444
  },
1459
1445
  "shape": {
@@ -2322,6 +2308,21 @@ var docx_schema_default = {
2322
2308
  },
2323
2309
  "type": "object"
2324
2310
  },
2311
+ "ChartPictureOptions": {
2312
+ "additionalProperties": false,
2313
+ "description": "Picture-fill options for bar/area series.",
2314
+ "properties": {
2315
+ "applyToEnd": { "type": "boolean" },
2316
+ "applyToFront": { "type": "boolean" },
2317
+ "applyToSides": { "type": "boolean" },
2318
+ "pictureFormat": { "$ref": "#/definitions/PictureFormat" },
2319
+ "pictureStackUnit": {
2320
+ "description": "Stack unit (c:pictureStackUnit val).",
2321
+ "type": "number"
2322
+ }
2323
+ },
2324
+ "type": "object"
2325
+ },
2325
2326
  "ChartPivotFormatOptions": {
2326
2327
  "additionalProperties": false,
2327
2328
  "description": "Per-series pivot format override.",
@@ -2387,7 +2388,7 @@ var docx_schema_default = {
2387
2388
  "type": "number"
2388
2389
  },
2389
2390
  "pictureOptions": {
2390
- "$ref": "#/definitions/PictureOptionsOptions",
2391
+ "$ref": "#/definitions/ChartPictureOptions",
2391
2392
  "description": "Picture-fill options (c:pictureOptions, bar/area)."
2392
2393
  },
2393
2394
  "shape": {
@@ -2715,26 +2716,6 @@ var docx_schema_default = {
2715
2716
  },
2716
2717
  "type": "object"
2717
2718
  },
2718
- "ChildExtent": {
2719
- "additionalProperties": false,
2720
- "description": "Child coordinate extent.",
2721
- "properties": {
2722
- "cx": { "type": "number" },
2723
- "cy": { "type": "number" }
2724
- },
2725
- "required": ["cx", "cy"],
2726
- "type": "object"
2727
- },
2728
- "ChildOffset": {
2729
- "additionalProperties": false,
2730
- "description": "Child coordinate offset.",
2731
- "properties": {
2732
- "x": { "type": "number" },
2733
- "y": { "type": "number" }
2734
- },
2735
- "required": ["x", "y"],
2736
- "type": "object"
2737
- },
2738
2719
  "ChildOrder": {
2739
2720
  "description": "(dgm:layoutNode `@chOrder`).",
2740
2721
  "enum": ["b", "t"],
@@ -3949,14 +3930,14 @@ var docx_schema_default = {
3949
3930
  "items": { "$ref": "#/definitions/BlockContentChild" },
3950
3931
  "type": "array"
3951
3932
  },
3952
- "customXmlPr": {
3953
- "$ref": "#/definitions/CustomXmlPropertiesOptions",
3954
- "description": "Properties (placeholder, data binding, attributes)"
3955
- },
3956
3933
  "element": {
3957
3934
  "description": "XML element name (required)",
3958
3935
  "type": "string"
3959
3936
  },
3937
+ "properties": {
3938
+ "$ref": "#/definitions/CustomXmlPropertiesOptions",
3939
+ "description": "Properties (placeholder, data binding, attributes)"
3940
+ },
3960
3941
  "uri": {
3961
3942
  "description": "Namespace URI",
3962
3943
  "type": "string"
@@ -3974,14 +3955,14 @@ var docx_schema_default = {
3974
3955
  "items": { "$ref": "#/definitions/TableCellOptions" },
3975
3956
  "type": "array"
3976
3957
  },
3977
- "customXmlPr": {
3978
- "$ref": "#/definitions/CustomXmlPropertiesOptions",
3979
- "description": "Properties (placeholder, data binding, attributes)"
3980
- },
3981
3958
  "element": {
3982
3959
  "description": "XML element name (required)",
3983
3960
  "type": "string"
3984
3961
  },
3962
+ "properties": {
3963
+ "$ref": "#/definitions/CustomXmlPropertiesOptions",
3964
+ "description": "Properties (placeholder, data binding, attributes)"
3965
+ },
3985
3966
  "uri": {
3986
3967
  "description": "Namespace URI",
3987
3968
  "type": "string"
@@ -4015,14 +3996,14 @@ var docx_schema_default = {
4015
3996
  "items": { "$ref": "#/definitions/TableRowOptions" },
4016
3997
  "type": "array"
4017
3998
  },
4018
- "customXmlPr": {
4019
- "$ref": "#/definitions/CustomXmlPropertiesOptions",
4020
- "description": "Properties (placeholder, data binding, attributes)"
4021
- },
4022
3999
  "element": {
4023
4000
  "description": "XML element name (required)",
4024
4001
  "type": "string"
4025
4002
  },
4003
+ "properties": {
4004
+ "$ref": "#/definitions/CustomXmlPropertiesOptions",
4005
+ "description": "Properties (placeholder, data binding, attributes)"
4006
+ },
4026
4007
  "uri": {
4027
4008
  "description": "Namespace URI",
4028
4009
  "type": "string"
@@ -4203,7 +4184,7 @@ var docx_schema_default = {
4203
4184
  },
4204
4185
  "invertIfNegative": { "type": "boolean" },
4205
4186
  "marker": { "$ref": "#/definitions/MarkerOptions" },
4206
- "pictureOptions": { "$ref": "#/definitions/PictureOptionsOptions" },
4187
+ "pictureOptions": { "$ref": "#/definitions/ChartPictureOptions" },
4207
4188
  "shapeProperties": {
4208
4189
  "$ref": "#/definitions/ShapePropertiesOptions",
4209
4190
  "description": "Per-point fill/outline (c:dPt > c:spPr) — round-trip."
@@ -4513,7 +4494,7 @@ var docx_schema_default = {
4513
4494
  "type": "number"
4514
4495
  },
4515
4496
  "type": {
4516
- "description": "Grid behavior — see {@link DocumentGridType } values.",
4497
+ "description": "Grid behavior.",
4517
4498
  "enum": [
4518
4499
  "default",
4519
4500
  "lines",
@@ -4539,6 +4520,7 @@ var docx_schema_default = {
4539
4520
  "description": "Gallery type for building blocks",
4540
4521
  "enum": [
4541
4522
  "placeholder",
4523
+ "any",
4542
4524
  "default",
4543
4525
  "docParts",
4544
4526
  "coverPg",
@@ -4697,7 +4679,7 @@ var docx_schema_default = {
4697
4679
  },
4698
4680
  "DocumentBackgroundOptions": {
4699
4681
  "additionalProperties": false,
4700
- "description": "Options for creating a document background.",
4682
+ "description": "Options for the document background (w:background).",
4701
4683
  "properties": {
4702
4684
  "color": {
4703
4685
  "$ref": "#/definitions/HexColorOrAuto",
@@ -4994,7 +4976,7 @@ var docx_schema_default = {
4994
4976
  "lastModifiedBy": { "type": "string" },
4995
4977
  "lastPrinted": { "type": "string" },
4996
4978
  "modified": {
4997
- "description": "Last modified timestamp (W3CDTF); same null/undefined semantics as {@link created } .",
4979
+ "description": "Last modified timestamp (W3CDTF); same null/undefined semantics as the created field.",
4998
4980
  "type": ["string", "null"]
4999
4981
  },
5000
4982
  "numbering": { "$ref": "#/definitions/NumberingOptions" },
@@ -5693,6 +5675,10 @@ var docx_schema_default = {
5693
5675
  "$ref": "#/definitions/BlipEffectsOptions",
5694
5676
  "description": "Image adjustment effects (brightness, contrast, grayscale, etc.)"
5695
5677
  },
5678
+ "compression": {
5679
+ "$ref": "#/definitions/BlipCompression",
5680
+ "description": "Compression state (a:blip"
5681
+ },
5696
5682
  "data": {
5697
5683
  "$ref": "#/definitions/DataType",
5698
5684
  "description": "Image data: raw bytes, ArrayBuffer, or a base64 data URL string."
@@ -6286,8 +6272,8 @@ var docx_schema_default = {
6286
6272
  "description": "Shade type (linear or path)"
6287
6273
  },
6288
6274
  "stops": {
6289
- "description": "Gradient color stops (minimum 2)",
6290
- "items": { "$ref": "#/definitions/GradientStop" },
6275
+ "description": "Gradient color stops (minimum 2); color accepts a hex string or SolidFillOptions",
6276
+ "items": { "$ref": "#/definitions/GradientStopOptions" },
6291
6277
  "type": "array"
6292
6278
  },
6293
6279
  "tileRectangle": {
@@ -6302,22 +6288,6 @@ var docx_schema_default = {
6302
6288
  "anyOf": [{ "$ref": "#/definitions/LinearShadeOptions" }, { "$ref": "#/definitions/PathShadeOptions" }],
6303
6289
  "description": "Gradient shade options (linear or path)."
6304
6290
  },
6305
- "GradientStop": {
6306
- "additionalProperties": false,
6307
- "description": "Gradient stop position as integer percent (0-100).",
6308
- "properties": {
6309
- "color": {
6310
- "$ref": "#/definitions/SolidFillOptions",
6311
- "description": "Color at this stop"
6312
- },
6313
- "position": {
6314
- "description": "Position of the color stop as integer percent (0-100).",
6315
- "type": "number"
6316
- }
6317
- },
6318
- "required": ["position", "color"],
6319
- "type": "object"
6320
- },
6321
6291
  "GradientStopOptions": {
6322
6292
  "additionalProperties": false,
6323
6293
  "description": "Gradient stop options (simplified API). Position is 0-100 (percentage), color is a hex string or SolidFillOptions.",
@@ -6380,6 +6350,10 @@ var docx_schema_default = {
6380
6350
  {
6381
6351
  "additionalProperties": false,
6382
6352
  "properties": {
6353
+ "compression": {
6354
+ "$ref": "#/definitions/BlipCompression",
6355
+ "description": "Compression state (a:blip `@cstate`); absent = attribute omitted (schema default \"none\")."
6356
+ },
6383
6357
  "data": { "$ref": "#/definitions/DataType" },
6384
6358
  "fileName": { "type": "string" },
6385
6359
  "fill": { "$ref": "#/definitions/FillOptions" },
@@ -6430,11 +6404,19 @@ var docx_schema_default = {
6430
6404
  {
6431
6405
  "additionalProperties": false,
6432
6406
  "properties": {
6407
+ "compression": {
6408
+ "$ref": "#/definitions/BlipCompression",
6409
+ "description": "Compression state (a:blip `@cstate`); absent = attribute omitted (schema default \"none\")."
6410
+ },
6433
6411
  "data": { "$ref": "#/definitions/DataType" },
6434
6412
  "fallback": {
6435
6413
  "additionalProperties": false,
6436
6414
  "description": "Fallback image for Word processors that do not support SVG. This ensures the document displays correctly in all viewers.",
6437
6415
  "properties": {
6416
+ "compression": {
6417
+ "$ref": "#/definitions/BlipCompression",
6418
+ "description": "Compression state (a:blip `@cstate`); absent = attribute omitted (schema default \"none\")."
6419
+ },
6438
6420
  "data": { "$ref": "#/definitions/DataType" },
6439
6421
  "fileName": { "type": "string" },
6440
6422
  "nonVisualProperties": {
@@ -6502,13 +6484,21 @@ var docx_schema_default = {
6502
6484
  {
6503
6485
  "additionalProperties": false,
6504
6486
  "properties": {
6505
- "childExtent": {
6506
- "$ref": "#/definitions/ChildExtent",
6507
- "description": "Child coordinate extent"
6487
+ "childExtentHeight": {
6488
+ "description": "Child coordinate system extent height (a:chExt",
6489
+ "type": "number"
6490
+ },
6491
+ "childExtentWidth": {
6492
+ "description": "Child coordinate system extent width (a:chExt",
6493
+ "type": "number"
6508
6494
  },
6509
- "childOffset": {
6510
- "$ref": "#/definitions/ChildOffset",
6511
- "description": "Child coordinate offset"
6495
+ "childOffsetX": {
6496
+ "description": "Child coordinate system offset X (a:chOff",
6497
+ "type": "number"
6498
+ },
6499
+ "childOffsetY": {
6500
+ "description": "Child coordinate system offset Y (a:chOff",
6501
+ "type": "number"
6512
6502
  },
6513
6503
  "children": {
6514
6504
  "items": { "$ref": "#/definitions/GroupChildMediaData" },
@@ -6628,13 +6618,21 @@ var docx_schema_default = {
6628
6618
  "description": "Group options for docx (wpg:wgp). The cNvPr fields bridge through altText (DocPropertiesOptions); the rest is the docx run-level group model.",
6629
6619
  "properties": {
6630
6620
  "altText": { "$ref": "#/definitions/DocPropertiesOptions" },
6631
- "childExtent": {
6632
- "$ref": "#/definitions/ChildExtent",
6633
- "description": "Child coordinate extent (chExt)"
6621
+ "childExtentHeight": {
6622
+ "description": "Child coordinate system extent height (a:chExt",
6623
+ "type": "number"
6624
+ },
6625
+ "childExtentWidth": {
6626
+ "description": "Child coordinate system extent width (a:chExt",
6627
+ "type": "number"
6634
6628
  },
6635
- "childOffset": {
6636
- "$ref": "#/definitions/ChildOffset",
6637
- "description": "Child coordinate offset (chOff)"
6629
+ "childOffsetX": {
6630
+ "description": "Child coordinate system offset X (a:chOff",
6631
+ "type": "number"
6632
+ },
6633
+ "childOffsetY": {
6634
+ "description": "Child coordinate system offset Y (a:chOff",
6635
+ "type": "number"
6638
6636
  },
6639
6637
  "children": {
6640
6638
  "items": { "$ref": "#/definitions/GroupChildMediaData" },
@@ -6686,12 +6684,24 @@ var docx_schema_default = {
6686
6684
  },
6687
6685
  "GroupShapePropertiesOptions": {
6688
6686
  "additionalProperties": false,
6689
- "description": "Group shape properties. Field order follows the XSD content model. The transform fields come from {@link GroupTransform2DOptions } (flat x/y/width/height/flip/rotation/childOffset/childExtent); the serializer emits them as a single a:xfrm group transform. The container-only `@bwMode` attribute and the wrapping tag are the caller's responsibility (mirrors shapePropertiesDesc).",
6687
+ "description": "Group shape properties. Transform fields serialize as one a:xfrm group transform; container-only `@bwMode` and the wrapping tag are the caller's responsibility.",
6690
6688
  "properties": {
6691
- "childExtentHeight": { "anyOf": [{ "type": "number" }, { "$ref": "#/definitions/UniversalMeasure" }] },
6692
- "childExtentWidth": { "anyOf": [{ "type": "number" }, { "$ref": "#/definitions/UniversalMeasure" }] },
6693
- "childOffsetX": { "anyOf": [{ "type": "number" }, { "$ref": "#/definitions/UniversalMeasure" }] },
6694
- "childOffsetY": { "anyOf": [{ "type": "number" }, { "$ref": "#/definitions/UniversalMeasure" }] },
6689
+ "childExtentHeight": {
6690
+ "anyOf": [{ "type": "number" }, { "$ref": "#/definitions/UniversalMeasure" }],
6691
+ "description": "Child coordinate system extent height (a:chExt"
6692
+ },
6693
+ "childExtentWidth": {
6694
+ "anyOf": [{ "type": "number" }, { "$ref": "#/definitions/UniversalMeasure" }],
6695
+ "description": "Child coordinate system extent width (a:chExt"
6696
+ },
6697
+ "childOffsetX": {
6698
+ "anyOf": [{ "type": "number" }, { "$ref": "#/definitions/UniversalMeasure" }],
6699
+ "description": "Child coordinate system offset X (a:chOff"
6700
+ },
6701
+ "childOffsetY": {
6702
+ "anyOf": [{ "type": "number" }, { "$ref": "#/definitions/UniversalMeasure" }],
6703
+ "description": "Child coordinate system offset Y (a:chOff"
6704
+ },
6695
6705
  "effectDag": { "$ref": "#/definitions/EffectDagOptions" },
6696
6706
  "effects": {
6697
6707
  "$ref": "#/definitions/EffectListOptions",
@@ -8947,7 +8957,14 @@ var docx_schema_default = {
8947
8957
  "required": ["x", "y"],
8948
8958
  "type": "object"
8949
8959
  },
8950
- "flip": { "$ref": "#/definitions/MediaTransformation/properties/flip" },
8960
+ "flipHorizontal": {
8961
+ "description": "Whether to flip the image horizontally (a:xfrm",
8962
+ "type": "boolean"
8963
+ },
8964
+ "flipVertical": {
8965
+ "description": "Whether to flip the image vertically (a:xfrm",
8966
+ "type": "boolean"
8967
+ },
8951
8968
  "offset": {
8952
8969
  "additionalProperties": false,
8953
8970
  "properties": {
@@ -9009,20 +9026,13 @@ var docx_schema_default = {
9009
9026
  ],
9010
9027
  "type": "object"
9011
9028
  },
9012
- "flip": {
9013
- "additionalProperties": false,
9014
- "description": "Optional flip transformations",
9015
- "properties": {
9016
- "horizontal": {
9017
- "description": "Whether to flip the image horizontally",
9018
- "type": "boolean"
9019
- },
9020
- "vertical": {
9021
- "description": "Whether to flip the image vertically",
9022
- "type": "boolean"
9023
- }
9024
- },
9025
- "type": "object"
9029
+ "flipHorizontal": {
9030
+ "description": "Whether to flip the image horizontally (a:xfrm",
9031
+ "type": "boolean"
9032
+ },
9033
+ "flipVertical": {
9034
+ "description": "Whether to flip the image vertically (a:xfrm",
9035
+ "type": "boolean"
9026
9036
  },
9027
9037
  "height": {
9028
9038
  "anyOf": [{ "type": "number" }, { "$ref": "#/definitions/UniversalMeasure" }],
@@ -10568,14 +10578,14 @@ var docx_schema_default = {
10568
10578
  "items": { "anyOf": [{ "$ref": "#/definitions/ParagraphChild" }, { "type": "string" }] },
10569
10579
  "type": "array"
10570
10580
  },
10571
- "customXmlPr": {
10572
- "$ref": "#/definitions/CustomXmlPropertiesOptions",
10573
- "description": "Properties (placeholder, data binding, attributes)"
10574
- },
10575
10581
  "element": {
10576
10582
  "description": "XML element name (required)",
10577
10583
  "type": "string"
10578
10584
  },
10585
+ "properties": {
10586
+ "$ref": "#/definitions/CustomXmlPropertiesOptions",
10587
+ "description": "Properties (placeholder, data binding, attributes)"
10588
+ },
10579
10589
  "uri": {
10580
10590
  "description": "Namespace URI",
10581
10591
  "type": "string"
@@ -11190,7 +11200,7 @@ var docx_schema_default = {
11190
11200
  },
11191
11201
  "endnoteReference": {
11192
11202
  "anyOf": [{ "type": "number" }, { "$ref": "#/definitions/FootnoteEndnoteReferenceOptions" }],
11193
- "description": "Endnote reference as a top-level field (see {@link footnoteReference } )."
11203
+ "description": "Endnote reference as a top-level field (sibling of footnoteReference)."
11194
11204
  },
11195
11205
  "fitText": { "type": "number" },
11196
11206
  "font": { "anyOf": [
@@ -11260,7 +11270,7 @@ var docx_schema_default = {
11260
11270
  "type": "number"
11261
11271
  },
11262
11272
  "sizeComplexScript": {
11263
- "description": "Complex-script font size in points (w:szCs). Independent from {@link size } .",
11273
+ "description": "Complex-script font size in points (w:szCs). Independent from the size field.",
11264
11274
  "type": "number"
11265
11275
  },
11266
11276
  "smallCaps": { "type": "boolean" },
@@ -11834,6 +11844,10 @@ var docx_schema_default = {
11834
11844
  "properties": {
11835
11845
  "altText": { "$ref": "#/definitions/DocPropertiesOptions" },
11836
11846
  "blipEffects": { "$ref": "#/definitions/BlipEffectsOptions" },
11847
+ "compression": {
11848
+ "$ref": "#/definitions/BlipCompression",
11849
+ "description": "Compression state (a:blip `@cstate`); absent = attribute omitted (schema default \"none\")."
11850
+ },
11837
11851
  "data": {
11838
11852
  "$ref": "#/definitions/DataType",
11839
11853
  "description": "Image binary. Absent on a linked-only picture (external sourceUrl, no bytes in the package) — the emitted a:blip carries r:link alone."
@@ -11902,6 +11916,10 @@ var docx_schema_default = {
11902
11916
  "properties": {
11903
11917
  "altText": { "$ref": "#/definitions/DocPropertiesOptions" },
11904
11918
  "blipEffects": { "$ref": "#/definitions/BlipEffectsOptions" },
11919
+ "compression": {
11920
+ "$ref": "#/definitions/BlipCompression",
11921
+ "description": "Compression state (a:blip `@cstate`); absent = attribute omitted (schema default \"none\")."
11922
+ },
11905
11923
  "data": { "$ref": "#/definitions/DataType" },
11906
11924
  "effects": { "$ref": "#/definitions/EffectListOptions" },
11907
11925
  "fallback": {
@@ -11981,21 +11999,6 @@ var docx_schema_default = {
11981
11999
  }],
11982
12000
  "description": "Options for an inline/anchored picture (pic:pic)."
11983
12001
  },
11984
- "PictureOptionsOptions": {
11985
- "additionalProperties": false,
11986
- "description": "Picture-fill options for bar/area series.",
11987
- "properties": {
11988
- "applyToEnd": { "type": "boolean" },
11989
- "applyToFront": { "type": "boolean" },
11990
- "applyToSides": { "type": "boolean" },
11991
- "pictureFormat": { "$ref": "#/definitions/PictureFormat" },
11992
- "pictureStackUnit": {
11993
- "description": "Stack unit (c:pictureStackUnit val).",
11994
- "type": "number"
11995
- }
11996
- },
11997
- "type": "object"
11998
- },
11999
12002
  "PivotSourceOptions": {
12000
12003
  "additionalProperties": false,
12001
12004
  "description": "Pivot chart source.",
@@ -12863,7 +12866,7 @@ var docx_schema_default = {
12863
12866
  },
12864
12867
  "RunOptions": {
12865
12868
  "additionalProperties": false,
12866
- "description": "Options for creating a Run element.\n\nThe run element specifies a region of text with a common set of properties. The children property can contain various inline content elements.",
12869
+ "description": "Options for creating a Run element (w:r).\n\nThe run element specifies a region of text with a common set of properties. The children property can contain various inline content elements.",
12867
12870
  "properties": {
12868
12871
  "additionRsid": {
12869
12872
  "$ref": "#/definitions/LongHexNumber",
@@ -13185,7 +13188,7 @@ var docx_schema_default = {
13185
13188
  "nameLiteral": { "$ref": "#/definitions/ChartSeriesData/properties/nameLiteral" },
13186
13189
  "order": { "$ref": "#/definitions/ChartSeriesData/properties/order" },
13187
13190
  "pictureOptions": {
13188
- "$ref": "#/definitions/PictureOptionsOptions",
13191
+ "$ref": "#/definitions/ChartPictureOptions",
13189
13192
  "description": "Picture-fill options (c:pictureOptions, bar/area)."
13190
13193
  },
13191
13194
  "shape": {
@@ -15327,11 +15330,11 @@ var docx_schema_default = {
15327
15330
  "effects": { "$ref": "#/definitions/EffectListOptions" },
15328
15331
  "extensions": { "$ref": "#/definitions/ShapeOptions/properties/extensions" },
15329
15332
  "fill": { "$ref": "#/definitions/FillOptions" },
15333
+ "geometry": { "$ref": "#/definitions/ShapeOptions/properties/geometry" },
15330
15334
  "linkedTextBox": { "$ref": "#/definitions/ShapeOptions/properties/linkedTextBox" },
15331
15335
  "nonVisualProperties": { "$ref": "#/definitions/NonVisualShapePropertiesOptions" },
15332
15336
  "normalEastAsianFlow": { "$ref": "#/definitions/ShapeOptions/properties/normalEastAsianFlow" },
15333
15337
  "outline": { "$ref": "#/definitions/OutlineOptions" },
15334
- "presetGeometry": { "$ref": "#/definitions/PresetGeometryOptions" },
15335
15338
  "scene3d": { "$ref": "#/definitions/Scene3DOptions" },
15336
15339
  "shape3d": { "$ref": "#/definitions/Shape3DOptions" },
15337
15340
  "style": {
@@ -15432,6 +15435,10 @@ var docx_schema_default = {
15432
15435
  },
15433
15436
  "fill": { "$ref": "#/definitions/FillOptions" },
15434
15437
  "floating": { "$ref": "#/definitions/Floating" },
15438
+ "geometry": {
15439
+ "anyOf": [{ "$ref": "#/definitions/ShapeType" }, { "$ref": "#/definitions/PresetGeometryOptions" }],
15440
+ "description": "Preset geometry (a:prstGeom) — a bare string is shorthand for `{ preset: \"<name>\" }`."
15441
+ },
15435
15442
  "graphicFrameLocks": { "$ref": "#/definitions/PictureOptions/anyOf/0/properties/graphicFrameLocks" },
15436
15443
  "lastRenderedPageBreak": { "$ref": "#/definitions/PictureOptions/anyOf/0/properties/lastRenderedPageBreak" },
15437
15444
  "linkedTextBox": {
@@ -15460,7 +15467,6 @@ var docx_schema_default = {
15460
15467
  "type": "boolean"
15461
15468
  },
15462
15469
  "outline": { "$ref": "#/definitions/OutlineOptions" },
15463
- "presetGeometry": { "$ref": "#/definitions/PresetGeometryOptions" },
15464
15470
  "runProperties": {
15465
15471
  "$ref": "#/definitions/RunPropertiesOptions",
15466
15472
  "description": "Structured run properties of the wrapping w:r (round-trip) — emitted before the drawing."
@@ -15516,7 +15522,7 @@ var docx_schema_default = {
15516
15522
  "items": { "$ref": "#/definitions/ShapePropertiesExtensionOptions" },
15517
15523
  "type": "array"
15518
15524
  },
15519
- "fill": { "$ref": "#/definitions/FillOptions" },
15525
+ "fill": { "anyOf": [{ "$ref": "#/definitions/FillOptions" }, { "type": "null" }] },
15520
15526
  "flipHorizontal": { "type": "boolean" },
15521
15527
  "flipVertical": { "type": "boolean" },
15522
15528
  "geometry": { "anyOf": [{ "$ref": "#/definitions/ShapeType" }, { "$ref": "#/definitions/PresetGeometryOptions" }] },
@@ -15540,25 +15546,41 @@ var docx_schema_default = {
15540
15546
  "properties": {
15541
15547
  "effectReference": { "$ref": "#/definitions/ShapeStyleReferenceOptions" },
15542
15548
  "fillReference": { "$ref": "#/definitions/ShapeStyleReferenceOptions" },
15543
- "fontReference": { "$ref": "#/definitions/ShapeStyleReferenceOptions" },
15549
+ "fontReference": {
15550
+ "additionalProperties": false,
15551
+ "description": "a:fontRef —",
15552
+ "properties": {
15553
+ "collection": {
15554
+ "enum": [
15555
+ "major",
15556
+ "minor",
15557
+ "none"
15558
+ ],
15559
+ "type": "string"
15560
+ },
15561
+ "color": { "$ref": "#/definitions/SolidFillOptions" }
15562
+ },
15563
+ "required": ["collection"],
15564
+ "type": "object"
15565
+ },
15544
15566
  "lineReference": { "$ref": "#/definitions/ShapeStyleReferenceOptions" }
15545
15567
  },
15546
15568
  "type": "object"
15547
15569
  },
15548
15570
  "ShapeStyleReferenceOptions": {
15549
15571
  "additionalProperties": false,
15550
- "description": "A style-matrix reference: an `idx` into the theme style matrix plus an optional color override.",
15572
+ "description": "A style-matrix reference: an index into the theme style matrix plus an optional color override.",
15551
15573
  "properties": {
15552
15574
  "color": {
15553
15575
  "$ref": "#/definitions/SolidFillOptions",
15554
15576
  "description": "Color (EG_ColorChoice) — schemeClr/srgbClr/hslClr/sysClr/prstClr/scRgbClr."
15555
15577
  },
15556
- "idx": {
15557
- "description": "Style index (\"0\",\"1\",\"2\",…; or \"minor\"/\"major\" for font references).",
15558
- "type": "string"
15578
+ "index": {
15579
+ "description": "Index into the theme style matrix list (idx attribute).",
15580
+ "type": "number"
15559
15581
  }
15560
15582
  },
15561
- "required": ["idx"],
15583
+ "required": ["index"],
15562
15584
  "type": "object"
15563
15585
  },
15564
15586
  "ShapeTextBoxChild": { "anyOf": [
@@ -17626,12 +17648,15 @@ var docx_schema_default = {
17626
17648
  "type": "object"
17627
17649
  },
17628
17650
  "TextAlignment": {
17629
- "description": "Paragraph alignment; \"justify\" stretches lines to full width.",
17651
+ "description": "Paragraph alignment; \"justify\" stretches lines to full width, \"distribute\" justifies including the last line, \"lowJustification\" aligns to a low baseline, \"thaiDistributed\" is Thai-style distribution.",
17630
17652
  "enum": [
17631
17653
  "left",
17632
17654
  "center",
17633
17655
  "right",
17634
- "justify"
17656
+ "justify",
17657
+ "lowJustification",
17658
+ "distribute",
17659
+ "thaiDistributed"
17635
17660
  ],
17636
17661
  "type": "string"
17637
17662
  },
@@ -23435,7 +23460,7 @@ var pptx_schema_default = {
23435
23460
  "description": "Audio bytes — required for file-based audio, omitted for CD audio"
23436
23461
  },
23437
23462
  "description": { "$ref": "#/definitions/ShapeOptions/properties/description" },
23438
- "ext": { "$ref": "#/definitions/PictureOptions/properties/ext" },
23463
+ "ext": { "$ref": "#/definitions/ShapeOptions/properties/ext" },
23439
23464
  "fileName": { "$ref": "#/definitions/VideoFrameOptions/properties/fileName" },
23440
23465
  "height": { "anyOf": [{ "type": "number" }, { "$ref": "#/definitions/UniversalMeasure" }] },
23441
23466
  "hidden": {
@@ -23983,6 +24008,10 @@ var pptx_schema_default = {
23983
24008
  "$ref": "#/definitions/BlipEffectsOptions",
23984
24009
  "description": "Image adjustment effects (brightness, contrast, grayscale, etc.)"
23985
24010
  },
24011
+ "compression": {
24012
+ "$ref": "#/definitions/BlipCompression",
24013
+ "description": "Compression state, lifted from the a:blip child's"
24014
+ },
23986
24015
  "dpi": {
23987
24016
  "description": "DPI of the image",
23988
24017
  "type": "number"
@@ -24107,7 +24136,7 @@ var pptx_schema_default = {
24107
24136
  "nameLiteral": { "$ref": "#/definitions/ChartSeriesData/properties/nameLiteral" },
24108
24137
  "order": { "$ref": "#/definitions/ChartSeriesData/properties/order" },
24109
24138
  "pictureOptions": {
24110
- "$ref": "#/definitions/PictureOptionsOptions",
24139
+ "$ref": "#/definitions/ChartPictureOptions",
24111
24140
  "description": "Picture-fill options (c:pictureOptions, bar/area)."
24112
24141
  },
24113
24142
  "shape": {
@@ -24431,16 +24460,8 @@ var pptx_schema_default = {
24431
24460
  "description": "Hex color string sugar, or a full fill (scheme colors, gradients)."
24432
24461
  },
24433
24462
  "dashStyle": {
24434
- "description": "Dash pattern: \"lgDash\" long dashes, \"sysDot\"/\"sysDash\" system-defined dot/dash.",
24435
- "enum": [
24436
- "solid",
24437
- "dash",
24438
- "dashDot",
24439
- "lgDash",
24440
- "sysDot",
24441
- "sysDash"
24442
- ],
24443
- "type": "string"
24463
+ "$ref": "#/definitions/PresetDash",
24464
+ "description": "Dash pattern sugar — same value set as `OutlineOptions.dash`; \"solid\" = a continuous line."
24444
24465
  },
24445
24466
  "outline": {
24446
24467
  "$ref": "#/definitions/OutlineOptions",
@@ -24898,6 +24919,21 @@ var pptx_schema_default = {
24898
24919
  },
24899
24920
  "type": "object"
24900
24921
  },
24922
+ "ChartPictureOptions": {
24923
+ "additionalProperties": false,
24924
+ "description": "Picture-fill options for bar/area series.",
24925
+ "properties": {
24926
+ "applyToEnd": { "type": "boolean" },
24927
+ "applyToFront": { "type": "boolean" },
24928
+ "applyToSides": { "type": "boolean" },
24929
+ "pictureFormat": { "$ref": "#/definitions/PictureFormat" },
24930
+ "pictureStackUnit": {
24931
+ "description": "Stack unit (c:pictureStackUnit val).",
24932
+ "type": "number"
24933
+ }
24934
+ },
24935
+ "type": "object"
24936
+ },
24901
24937
  "ChartPivotFormatOptions": {
24902
24938
  "additionalProperties": false,
24903
24939
  "description": "Per-series pivot format override.",
@@ -24963,7 +24999,7 @@ var pptx_schema_default = {
24963
24999
  "type": "number"
24964
25000
  },
24965
25001
  "pictureOptions": {
24966
- "$ref": "#/definitions/PictureOptionsOptions",
25002
+ "$ref": "#/definitions/ChartPictureOptions",
24967
25003
  "description": "Picture-fill options (c:pictureOptions, bar/area)."
24968
25004
  },
24969
25005
  "shape": {
@@ -25418,17 +25454,6 @@ var pptx_schema_default = {
25418
25454
  ],
25419
25455
  "type": "string"
25420
25456
  },
25421
- "CompoundLineType": {
25422
- "description": "Compound line type (,",
25423
- "enum": [
25424
- "single",
25425
- "double",
25426
- "thickThin",
25427
- "thinThick",
25428
- "triple"
25429
- ],
25430
- "type": "string"
25431
- },
25432
25457
  "ConditionFunction": {
25433
25458
  "description": "(dgm:if `@func`).",
25434
25459
  "enum": [
@@ -25471,27 +25496,18 @@ var pptx_schema_default = {
25471
25496
  "ConnectorLockingOptions": { "$ref": "#/definitions/BaseLockingOptions" },
25472
25497
  "ConnectorOptions": {
25473
25498
  "additionalProperties": false,
25474
- "description": "Connector options for pptx slides (p:cxnSp). The cNvPr + locking + endpoint connection fields come from `BaseConnectorOptions`; the rest is the pptx two-endpoint positioning model plus line fill/outline.",
25499
+ "description": "Connector options for pptx slides (p:cxnSp). The cNvPr + locking + endpoint connection fields come from `BaseConnectorOptions`; the rest is the pptx two-endpoint positioning model plus the connector paint.",
25475
25500
  "properties": {
25476
25501
  "creationId": {
25477
25502
  "$ref": "#/definitions/Guid",
25478
25503
  "description": "a16:creationId `@id` from the cNvPr/docPr extension list — Office's per-object creation stamp, the sole known cNvPr ext content."
25479
25504
  },
25480
25505
  "description": { "$ref": "#/definitions/ShapeOptions/properties/description" },
25481
- "effects": {
25482
- "$ref": "#/definitions/EffectListOptions",
25483
- "description": "Effect list (a:effectLst) inside spPr. An empty object emits the bare element."
25484
- },
25485
25506
  "endConnection": {
25486
25507
  "$ref": "#/definitions/EndpointConnectionOptions",
25487
25508
  "description": "a:endCxn — end endpoint glued to a shape connection site."
25488
25509
  },
25489
- "ext": { "$ref": "#/definitions/PictureOptions/properties/ext" },
25490
- "fill": { "$ref": "#/definitions/FillOptions" },
25491
- "geometry": {
25492
- "anyOf": [{ "$ref": "#/definitions/ShapeType" }, { "$ref": "#/definitions/PresetGeometryOptions" }],
25493
- "description": "Connector preset geometry (a:prstGeom"
25494
- },
25510
+ "ext": { "$ref": "#/definitions/ShapeOptions/properties/ext" },
25495
25511
  "hidden": {
25496
25512
  "description": "XSD `@hidden` (default false); emitted as \"1\" only when true.",
25497
25513
  "type": "boolean"
@@ -25502,14 +25518,9 @@ var pptx_schema_default = {
25502
25518
  "description": "a:cxnSpLocks — connector locking (inside cNvCxnSpPr)."
25503
25519
  },
25504
25520
  "name": { "$ref": "#/definitions/ShapeOptions/properties/name" },
25505
- "outline": { "$ref": "#/definitions/OutlineOptions" },
25506
- "scene3d": {
25507
- "$ref": "#/definitions/Scene3DOptions",
25508
- "description": "3D scene (a:scene3d) inside spPr."
25509
- },
25510
- "shape3d": {
25511
- "$ref": "#/definitions/Shape3DOptions",
25512
- "description": "3D shape properties (a:sp3d) inside spPr."
25521
+ "properties": {
25522
+ "$ref": "#/definitions/ConnectorShapeProperties",
25523
+ "description": "Connector paint (a:spPr children): geometry/fill/outline/effects/3D. The endpoint model defaults to \"line\"; source connectors often use bentConnector/elbowConnector forms with adjusted values. Endpoints stay top-level."
25513
25524
  },
25514
25525
  "startConnection": {
25515
25526
  "$ref": "#/definitions/EndpointConnectionOptions",
@@ -25530,6 +25541,22 @@ var pptx_schema_default = {
25530
25541
  },
25531
25542
  "type": "object"
25532
25543
  },
25544
+ "ConnectorShapeProperties": {
25545
+ "additionalProperties": false,
25546
+ "description": "Connector paint adds the preset geometry to the shared endpoint paint.",
25547
+ "properties": {
25548
+ "effects": { "$ref": "#/definitions/EffectListOptions" },
25549
+ "fill": { "anyOf": [{ "$ref": "#/definitions/FillOptions" }, { "type": "null" }] },
25550
+ "geometry": {
25551
+ "anyOf": [{ "$ref": "#/definitions/ShapeType" }, { "$ref": "#/definitions/PresetGeometryOptions" }],
25552
+ "description": "Connector preset geometry (a:prstGeom"
25553
+ },
25554
+ "outline": { "$ref": "#/definitions/OutlineOptions" },
25555
+ "scene3d": { "$ref": "#/definitions/Scene3DOptions" },
25556
+ "shape3d": { "$ref": "#/definitions/Shape3DOptions" }
25557
+ },
25558
+ "type": "object"
25559
+ },
25533
25560
  "ConstraintOperator": {
25534
25561
  "description": "(dgm:constr `@op`).",
25535
25562
  "enum": [
@@ -25987,7 +26014,7 @@ var pptx_schema_default = {
25987
26014
  },
25988
26015
  "invertIfNegative": { "type": "boolean" },
25989
26016
  "marker": { "$ref": "#/definitions/MarkerOptions" },
25990
- "pictureOptions": { "$ref": "#/definitions/PictureOptionsOptions" },
26017
+ "pictureOptions": { "$ref": "#/definitions/ChartPictureOptions" },
25991
26018
  "shapeProperties": {
25992
26019
  "$ref": "#/definitions/ShapePropertiesOptions",
25993
26020
  "description": "Per-point fill/outline (c:dPt > c:spPr) — round-trip."
@@ -26454,6 +26481,18 @@ var pptx_schema_default = {
26454
26481
  "required": ["id", "index"],
26455
26482
  "type": "object"
26456
26483
  },
26484
+ "EndpointShapeProperties": {
26485
+ "additionalProperties": false,
26486
+ "description": "spPr paint children carried by endpoint-model shapes (p:sp line, p:cxnSp).",
26487
+ "properties": {
26488
+ "effects": { "$ref": "#/definitions/EffectListOptions" },
26489
+ "fill": { "anyOf": [{ "$ref": "#/definitions/FillOptions" }, { "type": "null" }] },
26490
+ "outline": { "$ref": "#/definitions/OutlineOptions" },
26491
+ "scene3d": { "$ref": "#/definitions/Scene3DOptions" },
26492
+ "shape3d": { "$ref": "#/definitions/Shape3DOptions" }
26493
+ },
26494
+ "type": "object"
26495
+ },
26457
26496
  "ErrorBarDirection": {
26458
26497
  "description": "Which axes the error bars span: both, x only, or y only.",
26459
26498
  "enum": ["x", "y"],
@@ -26627,6 +26666,10 @@ var pptx_schema_default = {
26627
26666
  "$ref": "#/definitions/BlipEffectsOptions",
26628
26667
  "description": "Image adjustment effects (brightness, contrast, grayscale, etc.)"
26629
26668
  },
26669
+ "compression": {
26670
+ "$ref": "#/definitions/BlipCompression",
26671
+ "description": "Compression state (a:blip"
26672
+ },
26630
26673
  "data": {
26631
26674
  "$ref": "#/definitions/DataType",
26632
26675
  "description": "Image data: raw bytes, ArrayBuffer, or a base64 data URL string."
@@ -26935,8 +26978,8 @@ var pptx_schema_default = {
26935
26978
  "description": "Shade type (linear or path)"
26936
26979
  },
26937
26980
  "stops": {
26938
- "description": "Gradient color stops (minimum 2)",
26939
- "items": { "$ref": "#/definitions/GradientStop" },
26981
+ "description": "Gradient color stops (minimum 2); color accepts a hex string or SolidFillOptions",
26982
+ "items": { "$ref": "#/definitions/GradientStopOptions" },
26940
26983
  "type": "array"
26941
26984
  },
26942
26985
  "tileRectangle": {
@@ -26951,22 +26994,6 @@ var pptx_schema_default = {
26951
26994
  "anyOf": [{ "$ref": "#/definitions/LinearShadeOptions" }, { "$ref": "#/definitions/PathShadeOptions" }],
26952
26995
  "description": "Gradient shade options (linear or path)."
26953
26996
  },
26954
- "GradientStop": {
26955
- "additionalProperties": false,
26956
- "description": "Gradient stop position as integer percent (0-100).",
26957
- "properties": {
26958
- "color": {
26959
- "$ref": "#/definitions/SolidFillOptions",
26960
- "description": "Color at this stop"
26961
- },
26962
- "position": {
26963
- "description": "Position of the color stop as integer percent (0-100).",
26964
- "type": "number"
26965
- }
26966
- },
26967
- "required": ["position", "color"],
26968
- "type": "object"
26969
- },
26970
26997
  "GradientStopOptions": {
26971
26998
  "additionalProperties": false,
26972
26999
  "description": "Gradient stop options (simplified API). Position is 0-100 (percentage), color is a hex string or SolidFillOptions.",
@@ -27004,32 +27031,16 @@ var pptx_schema_default = {
27004
27031
  },
27005
27032
  "GroupOptions": {
27006
27033
  "additionalProperties": false,
27007
- "description": "Group shape (p:grpSp) for pptx slides. cNvPr fields from BaseGroupOptions; the rest is the pptx flat positioning model plus the group's children.",
27034
+ "description": "Group shape (p:grpSp) for pptx slides. cNvPr fields from BaseGroupOptions; transform fields (incl. the child coordinate system, a:chOff/a:chExt) from GroupTransform2DOptions — an unset chOff/chExt stringifies to the group offset/extent. The rest is the group-level paint plus the children.",
27008
27035
  "properties": {
27009
27036
  "blackWhiteMode": {
27010
27037
  "$ref": "#/definitions/BlackWhiteMode",
27011
27038
  "description": "`@bwMode` on `p:grpSpPr` — how the group renders in black-and-white mode."
27012
27039
  },
27013
- "childExtent": {
27014
- "additionalProperties": false,
27015
- "description": "Child coordinate system extent (a:chExt). Defaults to {width,height} when omitted.",
27016
- "properties": {
27017
- "cx": { "anyOf": [{ "type": "number" }, { "$ref": "#/definitions/UniversalMeasure" }] },
27018
- "cy": { "anyOf": [{ "type": "number" }, { "$ref": "#/definitions/UniversalMeasure" }] }
27019
- },
27020
- "required": ["cx", "cy"],
27021
- "type": "object"
27022
- },
27023
- "childOffset": {
27024
- "additionalProperties": false,
27025
- "description": "Child coordinate system offset (a:chOff). Defaults to {x,y} when omitted.",
27026
- "properties": {
27027
- "x": { "anyOf": [{ "type": "number" }, { "$ref": "#/definitions/UniversalMeasure" }] },
27028
- "y": { "anyOf": [{ "type": "number" }, { "$ref": "#/definitions/UniversalMeasure" }] }
27029
- },
27030
- "required": ["x", "y"],
27031
- "type": "object"
27032
- },
27040
+ "childExtentHeight": { "$ref": "#/definitions/GroupShapePropertiesOptions/properties/childExtentHeight" },
27041
+ "childExtentWidth": { "$ref": "#/definitions/GroupShapePropertiesOptions/properties/childExtentWidth" },
27042
+ "childOffsetX": { "$ref": "#/definitions/GroupShapePropertiesOptions/properties/childOffsetX" },
27043
+ "childOffsetY": { "$ref": "#/definitions/GroupShapePropertiesOptions/properties/childOffsetY" },
27033
27044
  "children": {
27034
27045
  "items": { "$ref": "#/definitions/SlideChild" },
27035
27046
  "type": "array"
@@ -27043,16 +27054,13 @@ var pptx_schema_default = {
27043
27054
  "$ref": "#/definitions/EffectListOptions",
27044
27055
  "description": "Group-level effects (EG_EffectProperties on grpSpPr)."
27045
27056
  },
27046
- "ext": { "$ref": "#/definitions/PictureOptions/properties/ext" },
27057
+ "ext": { "$ref": "#/definitions/ShapeOptions/properties/ext" },
27047
27058
  "fill": {
27048
27059
  "$ref": "#/definitions/FillOptions",
27049
27060
  "description": "Group-level fill (EG_FillProperties on grpSpPr)."
27050
27061
  },
27051
27062
  "flipHorizontal": { "type": "boolean" },
27052
- "flipVertical": {
27053
- "description": "Flip vertically (a:xfrm `@flipV`).",
27054
- "type": "boolean"
27055
- },
27063
+ "flipVertical": { "type": "boolean" },
27056
27064
  "height": { "anyOf": [{ "type": "number" }, { "$ref": "#/definitions/UniversalMeasure" }] },
27057
27065
  "hidden": {
27058
27066
  "description": "XSD `@hidden` (default false); emitted as \"1\" only when true.",
@@ -27084,12 +27092,24 @@ var pptx_schema_default = {
27084
27092
  },
27085
27093
  "GroupShapePropertiesOptions": {
27086
27094
  "additionalProperties": false,
27087
- "description": "Group shape properties. Field order follows the XSD content model. The transform fields come from {@link GroupTransform2DOptions } (flat x/y/width/height/flip/rotation/childOffset/childExtent); the serializer emits them as a single a:xfrm group transform. The container-only `@bwMode` attribute and the wrapping tag are the caller's responsibility (mirrors shapePropertiesDesc).",
27095
+ "description": "Group shape properties. Transform fields serialize as one a:xfrm group transform; container-only `@bwMode` and the wrapping tag are the caller's responsibility.",
27088
27096
  "properties": {
27089
- "childExtentHeight": { "anyOf": [{ "type": "number" }, { "$ref": "#/definitions/UniversalMeasure" }] },
27090
- "childExtentWidth": { "anyOf": [{ "type": "number" }, { "$ref": "#/definitions/UniversalMeasure" }] },
27091
- "childOffsetX": { "anyOf": [{ "type": "number" }, { "$ref": "#/definitions/UniversalMeasure" }] },
27092
- "childOffsetY": { "anyOf": [{ "type": "number" }, { "$ref": "#/definitions/UniversalMeasure" }] },
27097
+ "childExtentHeight": {
27098
+ "anyOf": [{ "type": "number" }, { "$ref": "#/definitions/UniversalMeasure" }],
27099
+ "description": "Child coordinate system extent height (a:chExt"
27100
+ },
27101
+ "childExtentWidth": {
27102
+ "anyOf": [{ "type": "number" }, { "$ref": "#/definitions/UniversalMeasure" }],
27103
+ "description": "Child coordinate system extent width (a:chExt"
27104
+ },
27105
+ "childOffsetX": {
27106
+ "anyOf": [{ "type": "number" }, { "$ref": "#/definitions/UniversalMeasure" }],
27107
+ "description": "Child coordinate system offset X (a:chOff"
27108
+ },
27109
+ "childOffsetY": {
27110
+ "anyOf": [{ "type": "number" }, { "$ref": "#/definitions/UniversalMeasure" }],
27111
+ "description": "Child coordinate system offset Y (a:chOff"
27112
+ },
27093
27113
  "effectDag": { "$ref": "#/definitions/EffectDagOptions" },
27094
27114
  "effects": {
27095
27115
  "$ref": "#/definitions/EffectListOptions",
@@ -27539,35 +27559,8 @@ var pptx_schema_default = {
27539
27559
  "type": "object"
27540
27560
  },
27541
27561
  "LayoutPlaceholderOptions": {
27542
- "additionalProperties": false,
27543
- "description": "Placeholder slot map — `false` hides the slot, a definition overrides its position and facets, omitted shows the default. Same value shape as `MasterPlaceholderOptions`.",
27544
- "properties": {
27545
- "body": { "anyOf": [{ "$ref": "#/definitions/PlaceholderDefinition" }, {
27546
- "const": false,
27547
- "type": "boolean"
27548
- }] },
27549
- "date": { "anyOf": [{ "$ref": "#/definitions/PlaceholderDefinition" }, {
27550
- "const": false,
27551
- "type": "boolean"
27552
- }] },
27553
- "footer": { "anyOf": [{ "$ref": "#/definitions/PlaceholderDefinition" }, {
27554
- "const": false,
27555
- "type": "boolean"
27556
- }] },
27557
- "slideNumber": { "anyOf": [{ "$ref": "#/definitions/PlaceholderDefinition" }, {
27558
- "const": false,
27559
- "type": "boolean"
27560
- }] },
27561
- "subtitle": { "anyOf": [{ "$ref": "#/definitions/PlaceholderDefinition" }, {
27562
- "const": false,
27563
- "type": "boolean"
27564
- }] },
27565
- "title": { "anyOf": [{ "$ref": "#/definitions/PlaceholderDefinition" }, {
27566
- "const": false,
27567
- "type": "boolean"
27568
- }] }
27569
- },
27570
- "type": "object"
27562
+ "$ref": "#/definitions/PlaceholderMapOptions",
27563
+ "description": "Placeholder slot map — `false` hides the slot, a definition overrides its position and facets, omitted shows the default. Same value shape as `MasterPlaceholderOptions`."
27571
27564
  },
27572
27565
  "LayoutRuleOptions": {
27573
27566
  "additionalProperties": false,
@@ -27821,12 +27814,7 @@ var pptx_schema_default = {
27821
27814
  "description": "a16:creationId `@id` from the cNvPr/docPr extension list — Office's per-object creation stamp, the sole known cNvPr ext content."
27822
27815
  },
27823
27816
  "description": { "$ref": "#/definitions/ShapeOptions/properties/description" },
27824
- "effects": {
27825
- "$ref": "#/definitions/EffectListOptions",
27826
- "description": "Effect list (a:effectLst) inside spPr. An empty object emits the bare element."
27827
- },
27828
- "ext": { "$ref": "#/definitions/PictureOptions/properties/ext" },
27829
- "fill": { "$ref": "#/definitions/FillOptions" },
27817
+ "ext": { "$ref": "#/definitions/ShapeOptions/properties/ext" },
27830
27818
  "hidden": {
27831
27819
  "description": "XSD `@hidden` (default false); emitted as \"1\" only when true.",
27832
27820
  "type": "boolean"
@@ -27837,14 +27825,9 @@ var pptx_schema_default = {
27837
27825
  "description": "Shape locks (a:spLocks inside p:cNvSpPr)."
27838
27826
  },
27839
27827
  "name": { "$ref": "#/definitions/ShapeOptions/properties/name" },
27840
- "outline": { "$ref": "#/definitions/OutlineOptions" },
27841
- "scene3d": {
27842
- "$ref": "#/definitions/Scene3DOptions",
27843
- "description": "3D scene (a:scene3d) inside spPr."
27844
- },
27845
- "shape3d": {
27846
- "$ref": "#/definitions/Shape3DOptions",
27847
- "description": "3D shape properties (a:sp3d) inside spPr."
27828
+ "properties": {
27829
+ "$ref": "#/definitions/EndpointShapeProperties",
27830
+ "description": "Line paint (a:spPr children): fill/outline/effects/3D. Endpoints stay top-level — direction is encoded as xfrm flip, not an owner transform."
27848
27831
  },
27849
27832
  "style": {
27850
27833
  "$ref": "#/definitions/ShapeStyleOptions",
@@ -27893,7 +27876,7 @@ var pptx_schema_default = {
27893
27876
  "description": "a16:creationId `@id` from the cNvPr/docPr extension list — Office's per-object creation stamp, the sole known cNvPr ext content."
27894
27877
  },
27895
27878
  "description": { "$ref": "#/definitions/ShapeOptions/properties/description" },
27896
- "ext": { "$ref": "#/definitions/PictureOptions/properties/ext" },
27879
+ "ext": { "$ref": "#/definitions/ShapeOptions/properties/ext" },
27897
27880
  "hasCustomPrompt": { "type": "boolean" },
27898
27881
  "height": { "anyOf": [{ "type": "number" }, { "$ref": "#/definitions/UniversalMeasure" }] },
27899
27882
  "hidden": {
@@ -27948,9 +27931,9 @@ var pptx_schema_default = {
27948
27931
  "customGeometry": { "$ref": "#/definitions/CustomGeometryOptions" },
27949
27932
  "effectDag": { "$ref": "#/definitions/EffectDagOptions" },
27950
27933
  "effects": { "$ref": "#/definitions/EffectListOptions" },
27951
- "ext": { "$ref": "#/definitions/ShapePropertiesOptions/properties/ext" },
27952
- "extensions": { "$ref": "#/definitions/ShapePropertiesOptions/properties/extensions" },
27953
- "fill": { "$ref": "#/definitions/FillOptions" },
27934
+ "ext": { "$ref": "#/definitions/ShapeOptions/properties/properties/properties/ext" },
27935
+ "extensions": { "$ref": "#/definitions/ShapeOptions/properties/properties/properties/extensions" },
27936
+ "fill": { "anyOf": [{ "$ref": "#/definitions/FillOptions" }, { "type": "null" }] },
27954
27937
  "flipHorizontal": { "type": "boolean" },
27955
27938
  "flipVertical": { "type": "boolean" },
27956
27939
  "geometry": { "anyOf": [{ "$ref": "#/definitions/ShapeType" }, { "$ref": "#/definitions/PresetGeometryOptions" }] },
@@ -28117,32 +28100,7 @@ var pptx_schema_default = {
28117
28100
  },
28118
28101
  "type": "object"
28119
28102
  },
28120
- "MasterPlaceholderOptions": {
28121
- "additionalProperties": false,
28122
- "properties": {
28123
- "body": { "anyOf": [{ "$ref": "#/definitions/PlaceholderDefinition" }, {
28124
- "const": false,
28125
- "type": "boolean"
28126
- }] },
28127
- "date": { "anyOf": [{ "$ref": "#/definitions/PlaceholderDefinition" }, {
28128
- "const": false,
28129
- "type": "boolean"
28130
- }] },
28131
- "footer": { "anyOf": [{ "$ref": "#/definitions/PlaceholderDefinition" }, {
28132
- "const": false,
28133
- "type": "boolean"
28134
- }] },
28135
- "slideNumber": { "anyOf": [{ "$ref": "#/definitions/PlaceholderDefinition" }, {
28136
- "const": false,
28137
- "type": "boolean"
28138
- }] },
28139
- "title": { "anyOf": [{ "$ref": "#/definitions/PlaceholderDefinition" }, {
28140
- "const": false,
28141
- "type": "boolean"
28142
- }] }
28143
- },
28144
- "type": "object"
28145
- },
28103
+ "MasterPlaceholderOptions": { "$ref": "#/definitions/PlaceholderMapOptions" },
28146
28104
  "MediaAnimationType": {
28147
28105
  "description": "Media playback action: playAudio, playVideo, or \"play\" (media-type-agnostic).",
28148
28106
  "enum": [
@@ -28282,7 +28240,7 @@ var pptx_schema_default = {
28282
28240
  "description": "a16:creationId `@id` from the cNvPr/docPr extension list — Office's per-object creation stamp, the sole known cNvPr ext content."
28283
28241
  },
28284
28242
  "description": { "$ref": "#/definitions/ShapeOptions/properties/description" },
28285
- "ext": { "$ref": "#/definitions/PictureOptions/properties/ext" },
28243
+ "ext": { "$ref": "#/definitions/ShapeOptions/properties/ext" },
28286
28244
  "hidden": {
28287
28245
  "description": "XSD `@hidden` (default false); emitted as \"1\" only when true.",
28288
28246
  "type": "boolean"
@@ -28545,7 +28503,7 @@ var pptx_schema_default = {
28545
28503
  "$ref": "#/definitions/OleEmbedOptions",
28546
28504
  "description": "Embedded OLE object (binary registered as ppt/embeddings/oleObjectN.bin). Mutually exclusive with `link` — p:oleObj's content model is a required choice between p:embed and p:link."
28547
28505
  },
28548
- "ext": { "$ref": "#/definitions/PictureOptions/properties/ext" },
28506
+ "ext": { "$ref": "#/definitions/ShapeOptions/properties/ext" },
28549
28507
  "hasCustomPrompt": { "type": "boolean" },
28550
28508
  "height": { "anyOf": [{ "type": "number" }, { "$ref": "#/definitions/UniversalMeasure" }] },
28551
28509
  "hidden": {
@@ -29125,10 +29083,7 @@ var pptx_schema_default = {
29125
29083
  "$ref": "#/definitions/EffectListOptions",
29126
29084
  "description": "Shape-level effects on p:spPr (e.g. shadow/reflection)."
29127
29085
  },
29128
- "ext": {
29129
- "description": "Verbatim `a:extLst` inner XML for extensions beyond creationId (a14 picture effects, useLocalDpi, …). Round-trip only: takes precedence over `creationId`, which it subsumes when the source list carries both.",
29130
- "type": "string"
29131
- },
29086
+ "ext": { "$ref": "#/definitions/ShapeOptions/properties/ext" },
29132
29087
  "fileName": {
29133
29088
  "description": "Media file name inside the package (ppt/media/<fileName>). Round-trip keeps the source name; fresh generation derives it from the shape name.",
29134
29089
  "type": "string"
@@ -29259,21 +29214,6 @@ var pptx_schema_default = {
29259
29214
  "required": ["type"],
29260
29215
  "type": "object"
29261
29216
  },
29262
- "PictureOptionsOptions": {
29263
- "additionalProperties": false,
29264
- "description": "Picture-fill options for bar/area series.",
29265
- "properties": {
29266
- "applyToEnd": { "type": "boolean" },
29267
- "applyToFront": { "type": "boolean" },
29268
- "applyToSides": { "type": "boolean" },
29269
- "pictureFormat": { "$ref": "#/definitions/PictureFormat" },
29270
- "pictureStackUnit": {
29271
- "description": "Stack unit (c:pictureStackUnit val).",
29272
- "type": "number"
29273
- }
29274
- },
29275
- "type": "object"
29276
- },
29277
29217
  "PivotSourceOptions": {
29278
29218
  "additionalProperties": false,
29279
29219
  "description": "Pivot chart source.",
@@ -29295,8 +29235,8 @@ var pptx_schema_default = {
29295
29235
  "customGeometry": { "$ref": "#/definitions/CustomGeometryOptions" },
29296
29236
  "description": { "$ref": "#/definitions/ShapeOptions/properties/description" },
29297
29237
  "effects": { "$ref": "#/definitions/EffectListOptions" },
29298
- "ext": { "$ref": "#/definitions/PictureOptions/properties/ext" },
29299
- "fill": { "$ref": "#/definitions/FillOptions" },
29238
+ "ext": { "$ref": "#/definitions/ShapeOptions/properties/ext" },
29239
+ "fill": { "anyOf": [{ "$ref": "#/definitions/FillOptions" }, { "type": "null" }] },
29300
29240
  "geometry": { "anyOf": [{ "$ref": "#/definitions/ShapeType" }, { "$ref": "#/definitions/PresetGeometryOptions" }] },
29301
29241
  "height": { "anyOf": [{ "type": "number" }, { "$ref": "#/definitions/UniversalMeasure" }] },
29302
29242
  "hidden": {
@@ -29325,6 +29265,73 @@ var pptx_schema_default = {
29325
29265
  ],
29326
29266
  "type": "object"
29327
29267
  },
29268
+ "PlaceholderMapOptions": {
29269
+ "additionalProperties": false,
29270
+ "description": "Placeholder slot map keyed by `p:ph/@type`: `false` hides the slot, a definition overrides its position and facets, omitted shows the default. Layouts and masters share the same key set — both public maps are aliases of this type.",
29271
+ "properties": {
29272
+ "body": { "anyOf": [{ "$ref": "#/definitions/PlaceholderDefinition" }, {
29273
+ "const": false,
29274
+ "type": "boolean"
29275
+ }] },
29276
+ "chart": { "anyOf": [{ "$ref": "#/definitions/PlaceholderDefinition" }, {
29277
+ "const": false,
29278
+ "type": "boolean"
29279
+ }] },
29280
+ "clipArt": { "anyOf": [{ "$ref": "#/definitions/PlaceholderDefinition" }, {
29281
+ "const": false,
29282
+ "type": "boolean"
29283
+ }] },
29284
+ "date": { "anyOf": [{ "$ref": "#/definitions/PlaceholderDefinition" }, {
29285
+ "const": false,
29286
+ "type": "boolean"
29287
+ }] },
29288
+ "diagram": { "anyOf": [{ "$ref": "#/definitions/PlaceholderDefinition" }, {
29289
+ "const": false,
29290
+ "type": "boolean"
29291
+ }] },
29292
+ "footer": { "anyOf": [{ "$ref": "#/definitions/PlaceholderDefinition" }, {
29293
+ "const": false,
29294
+ "type": "boolean"
29295
+ }] },
29296
+ "header": { "anyOf": [{ "$ref": "#/definitions/PlaceholderDefinition" }, {
29297
+ "const": false,
29298
+ "type": "boolean"
29299
+ }] },
29300
+ "media": { "anyOf": [{ "$ref": "#/definitions/PlaceholderDefinition" }, {
29301
+ "const": false,
29302
+ "type": "boolean"
29303
+ }] },
29304
+ "object": { "anyOf": [{ "$ref": "#/definitions/PlaceholderDefinition" }, {
29305
+ "const": false,
29306
+ "type": "boolean"
29307
+ }] },
29308
+ "picture": { "anyOf": [{ "$ref": "#/definitions/PlaceholderDefinition" }, {
29309
+ "const": false,
29310
+ "type": "boolean"
29311
+ }] },
29312
+ "slideImage": { "anyOf": [{ "$ref": "#/definitions/PlaceholderDefinition" }, {
29313
+ "const": false,
29314
+ "type": "boolean"
29315
+ }] },
29316
+ "slideNumber": { "anyOf": [{ "$ref": "#/definitions/PlaceholderDefinition" }, {
29317
+ "const": false,
29318
+ "type": "boolean"
29319
+ }] },
29320
+ "subtitle": { "anyOf": [{ "$ref": "#/definitions/PlaceholderDefinition" }, {
29321
+ "const": false,
29322
+ "type": "boolean"
29323
+ }] },
29324
+ "table": { "anyOf": [{ "$ref": "#/definitions/PlaceholderDefinition" }, {
29325
+ "const": false,
29326
+ "type": "boolean"
29327
+ }] },
29328
+ "title": { "anyOf": [{ "$ref": "#/definitions/PlaceholderDefinition" }, {
29329
+ "const": false,
29330
+ "type": "boolean"
29331
+ }] }
29332
+ },
29333
+ "type": "object"
29334
+ },
29328
29335
  "PlaceholderOrientation": {
29329
29336
  "description": "`@orient` — orientation hint.",
29330
29337
  "enum": ["horz", "vert"],
@@ -29558,7 +29565,7 @@ var pptx_schema_default = {
29558
29565
  "type": "array"
29559
29566
  },
29560
29567
  "modified": {
29561
- "description": "Last modified timestamp (W3CDTF); same null/undefined semantics as {@link created } .",
29568
+ "description": "Last modified timestamp (W3CDTF); same null/undefined semantics as the created field.",
29562
29569
  "type": ["string", "null"]
29563
29570
  },
29564
29571
  "modifyVerifier": { "$ref": "#/definitions/ModifyVerifierOptions" },
@@ -30303,7 +30310,7 @@ var pptx_schema_default = {
30303
30310
  "nameLiteral": { "$ref": "#/definitions/ChartSeriesData/properties/nameLiteral" },
30304
30311
  "order": { "$ref": "#/definitions/ChartSeriesData/properties/order" },
30305
30312
  "pictureOptions": {
30306
- "$ref": "#/definitions/PictureOptionsOptions",
30313
+ "$ref": "#/definitions/ChartPictureOptions",
30307
30314
  "description": "Picture-fill options (c:pictureOptions, bar/area)."
30308
30315
  },
30309
30316
  "shape": {
@@ -30569,34 +30576,16 @@ var pptx_schema_default = {
30569
30576
  "$ref": "#/definitions/Guid",
30570
30577
  "description": "a16:creationId `@id` from the cNvPr/docPr extension list — Office's per-object creation stamp, the sole known cNvPr ext content."
30571
30578
  },
30572
- "customGeometry": { "$ref": "#/definitions/CustomGeometryOptions" },
30573
30579
  "description": {
30574
30580
  "description": "XSD `@descr` — alt text for accessibility; emitted only when present.",
30575
30581
  "type": "string"
30576
30582
  },
30577
- "effects": { "$ref": "#/definitions/EffectListOptions" },
30578
30583
  "ext": {
30579
- "description": "Raw a:extLst inner XML verbatim round-trip for unmodeled extensions.",
30584
+ "description": "Verbatim `a:extLst` inner XML for extensions beyond creationId (a14 picture effects, useLocalDpi, …). Round-trip only: takes precedence over `creationId`, which it subsumes when the source list carries both.",
30580
30585
  "type": "string"
30581
30586
  },
30582
- "extensions": {
30583
- "description": "Shape-property extensions (p:spPr/a:extLst/a:ext).",
30584
- "items": { "$ref": "#/definitions/ShapePropertiesExtensionOptions" },
30585
- "type": "array"
30586
- },
30587
- "fill": {
30588
- "anyOf": [{ "$ref": "#/definitions/FillOptions" }, { "type": "null" }],
30589
- "description": "`null` marks a source spPr with no fill child — absence is the fidelity (the shape inherits its fill), so stringify emits nothing instead of the fresh-authoring noFill default."
30590
- },
30591
30587
  "flipHorizontal": { "type": "boolean" },
30592
- "flipVertical": {
30593
- "description": "Flip vertically (a:xfrm `@flipV`).",
30594
- "type": "boolean"
30595
- },
30596
- "geometry": {
30597
- "anyOf": [{ "$ref": "#/definitions/ShapeType" }, { "$ref": "#/definitions/PresetGeometryOptions" }],
30598
- "description": "Preset geometry token or full geometry (a:prstGeom `@prst`)"
30599
- },
30588
+ "flipVertical": { "type": "boolean" },
30600
30589
  "hasCustomPrompt": { "type": "boolean" },
30601
30590
  "height": { "anyOf": [{ "type": "number" }, { "$ref": "#/definitions/UniversalMeasure" }] },
30602
30591
  "hidden": {
@@ -30614,7 +30603,6 @@ var pptx_schema_default = {
30614
30603
  "description": "XSD `@name` (required in XML); API-optional, the descriptor synthesizes a fallback.",
30615
30604
  "type": "string"
30616
30605
  },
30617
- "outline": { "$ref": "#/definitions/OutlineOptions" },
30618
30606
  "placeholder": {
30619
30607
  "$ref": "#/definitions/PlaceholderType",
30620
30608
  "description": "`@type` —."
@@ -30634,12 +30622,34 @@ var pptx_schema_default = {
30634
30622
  ],
30635
30623
  "type": "string"
30636
30624
  },
30625
+ "properties": {
30626
+ "additionalProperties": false,
30627
+ "description": "Shape properties (a:spPr children): geometry/fill/outline/effects/3D and the spPr extension list. Transform fields stay top-level on the shape. `fill: null` marks a source spPr with no fill child — absence is the fidelity (the shape inherits its fill), so stringify emits nothing instead of the fresh-authoring noFill default.",
30628
+ "properties": {
30629
+ "customGeometry": { "$ref": "#/definitions/CustomGeometryOptions" },
30630
+ "effectDag": { "$ref": "#/definitions/EffectDagOptions" },
30631
+ "effects": { "$ref": "#/definitions/EffectListOptions" },
30632
+ "ext": {
30633
+ "description": "Raw a:extLst inner XML. Prefer `extensions` for structured shape-property extensions; retained for existing callers and unmodeled payloads.",
30634
+ "type": "string"
30635
+ },
30636
+ "extensions": {
30637
+ "description": "Shape-property extensions (a:extLst/a:ext).",
30638
+ "items": { "$ref": "#/definitions/ShapePropertiesExtensionOptions" },
30639
+ "type": "array"
30640
+ },
30641
+ "fill": { "anyOf": [{ "$ref": "#/definitions/FillOptions" }, { "type": "null" }] },
30642
+ "geometry": { "anyOf": [{ "$ref": "#/definitions/ShapeType" }, { "$ref": "#/definitions/PresetGeometryOptions" }] },
30643
+ "outline": { "$ref": "#/definitions/OutlineOptions" },
30644
+ "scene3d": { "$ref": "#/definitions/Scene3DOptions" },
30645
+ "shape3d": { "$ref": "#/definitions/Shape3DOptions" }
30646
+ },
30647
+ "type": "object"
30648
+ },
30637
30649
  "rotation": {
30638
30650
  "description": "Rotation angle in degrees (e.g., 45 = 45°).",
30639
30651
  "type": "number"
30640
30652
  },
30641
- "scene3d": { "$ref": "#/definitions/Scene3DOptions" },
30642
- "shape3d": { "$ref": "#/definitions/Shape3DOptions" },
30643
30653
  "style": { "$ref": "#/definitions/ShapeStyleOptions" },
30644
30654
  "textBody": { "$ref": "#/definitions/TextBodyOptions" },
30645
30655
  "title": {
@@ -30672,16 +30682,9 @@ var pptx_schema_default = {
30672
30682
  "customGeometry": { "$ref": "#/definitions/CustomGeometryOptions" },
30673
30683
  "effectDag": { "$ref": "#/definitions/EffectDagOptions" },
30674
30684
  "effects": { "$ref": "#/definitions/EffectListOptions" },
30675
- "ext": {
30676
- "description": "Raw a:extLst inner XML. Prefer `extensions` for structured shape-property extensions; retained for existing callers and unmodeled payloads.",
30677
- "type": "string"
30678
- },
30679
- "extensions": {
30680
- "description": "Shape-property extensions (a:extLst/a:ext).",
30681
- "items": { "$ref": "#/definitions/ShapePropertiesExtensionOptions" },
30682
- "type": "array"
30683
- },
30684
- "fill": { "$ref": "#/definitions/FillOptions" },
30685
+ "ext": { "$ref": "#/definitions/ShapeOptions/properties/properties/properties/ext" },
30686
+ "extensions": { "$ref": "#/definitions/ShapeOptions/properties/properties/properties/extensions" },
30687
+ "fill": { "anyOf": [{ "$ref": "#/definitions/FillOptions" }, { "type": "null" }] },
30685
30688
  "flipHorizontal": { "type": "boolean" },
30686
30689
  "flipVertical": { "type": "boolean" },
30687
30690
  "geometry": { "anyOf": [{ "$ref": "#/definitions/ShapeType" }, { "$ref": "#/definitions/PresetGeometryOptions" }] },
@@ -31255,7 +31258,7 @@ var pptx_schema_default = {
31255
31258
  "description": "a16:creationId `@id` from the cNvPr/docPr extension list — Office's per-object creation stamp, the sole known cNvPr ext content."
31256
31259
  },
31257
31260
  "description": { "$ref": "#/definitions/ShapeOptions/properties/description" },
31258
- "ext": { "$ref": "#/definitions/PictureOptions/properties/ext" },
31261
+ "ext": { "$ref": "#/definitions/ShapeOptions/properties/ext" },
31259
31262
  "hasCustomPrompt": { "type": "boolean" },
31260
31263
  "height": { "anyOf": [{ "type": "number" }, { "$ref": "#/definitions/UniversalMeasure" }] },
31261
31264
  "hidden": {
@@ -31655,10 +31658,10 @@ var pptx_schema_default = {
31655
31658
  },
31656
31659
  "text": { "type": "string" },
31657
31660
  "vertical": {
31658
- "$ref": "#/definitions/TextVerticalType",
31661
+ "$ref": "#/definitions/TextVertical",
31659
31662
  "description": "`@vert` — text direction."
31660
31663
  },
31661
- "verticalAlign": { "$ref": "#/definitions/VerticalAlignment" },
31664
+ "verticalAlign": { "$ref": "#/definitions/VerticalAnchor" },
31662
31665
  "verticalMerge": {
31663
31666
  "description": "Vertical merge: \"restart\" first cell of the merge, \"continue\" cell absorbed into it.",
31664
31667
  "enum": ["continue", "restart"],
@@ -31738,7 +31741,7 @@ var pptx_schema_default = {
31738
31741
  "description": "a16:creationId `@id` from the cNvPr/docPr extension list — Office's per-object creation stamp, the sole known cNvPr ext content."
31739
31742
  },
31740
31743
  "description": { "$ref": "#/definitions/ShapeOptions/properties/description" },
31741
- "ext": { "$ref": "#/definitions/PictureOptions/properties/ext" },
31744
+ "ext": { "$ref": "#/definitions/ShapeOptions/properties/ext" },
31742
31745
  "firstCol": { "type": "boolean" },
31743
31746
  "firstRow": {
31744
31747
  "description": "Apply first-row conditional formatting (docx w:tblLook@firstRow, pptx a:tblPr@firstRow).",
@@ -31920,12 +31923,15 @@ var pptx_schema_default = {
31920
31923
  "type": "object"
31921
31924
  },
31922
31925
  "TextAlignment": {
31923
- "description": "Paragraph alignment; \"justify\" stretches lines to full width.",
31926
+ "description": "Paragraph alignment; \"justify\" stretches lines to full width, \"distribute\" justifies including the last line, \"lowJustification\" aligns to a low baseline, \"thaiDistributed\" is Thai-style distribution.",
31924
31927
  "enum": [
31925
31928
  "left",
31926
31929
  "center",
31927
31930
  "right",
31928
- "justify"
31931
+ "justify",
31932
+ "lowJustification",
31933
+ "distribute",
31934
+ "thaiDistributed"
31929
31935
  ],
31930
31936
  "type": "string"
31931
31937
  },
@@ -32445,17 +32451,6 @@ var pptx_schema_default = {
32445
32451
  ],
32446
32452
  "type": "string"
32447
32453
  },
32448
- "TextVerticalType": {
32449
- "description": "Text direction within a cell.",
32450
- "enum": [
32451
- "horizontal",
32452
- "vertical",
32453
- "vertical270",
32454
- "wordArtVertical",
32455
- "wordArtVerticalRightToLeft"
32456
- ],
32457
- "type": "string"
32458
- },
32459
32454
  "ThemeOptions": {
32460
32455
  "additionalProperties": false,
32461
32456
  "description": "Theme customization options (a:theme).",
@@ -32494,7 +32489,7 @@ var pptx_schema_default = {
32494
32489
  "type": "string"
32495
32490
  },
32496
32491
  "compound": {
32497
- "$ref": "#/definitions/CompoundLineType",
32492
+ "$ref": "#/definitions/CompoundLine",
32498
32493
  "description": "Compound line type (@cmpd)"
32499
32494
  },
32500
32495
  "lineReference": {
@@ -33089,17 +33084,6 @@ var pptx_schema_default = {
33089
33084
  ],
33090
33085
  "type": "object"
33091
33086
  },
33092
- "VerticalAlignment": {
33093
- "description": "Vertical alignment of cell content; \"distribute\" spreads lines evenly across the cell height.",
33094
- "enum": [
33095
- "top",
33096
- "center",
33097
- "bottom",
33098
- "justify",
33099
- "distribute"
33100
- ],
33101
- "type": "string"
33102
- },
33103
33087
  "VerticalAnchor": {
33104
33088
  "description": "Text anchoring type.",
33105
33089
  "enum": [
@@ -33124,7 +33108,7 @@ var pptx_schema_default = {
33124
33108
  },
33125
33109
  "data": { "$ref": "#/definitions/DataType" },
33126
33110
  "description": { "$ref": "#/definitions/ShapeOptions/properties/description" },
33127
- "ext": { "$ref": "#/definitions/PictureOptions/properties/ext" },
33111
+ "ext": { "$ref": "#/definitions/ShapeOptions/properties/ext" },
33128
33112
  "fileName": {
33129
33113
  "description": "Media file name inside the package (ppt/media/<fileName>). Round-trip keeps the source name; fresh generation derives it from the frame name.",
33130
33114
  "type": "string"
@@ -34115,6 +34099,17 @@ var xlsx_schema_default = {
34115
34099
  },
34116
34100
  "type": "object"
34117
34101
  },
34102
+ "BlipCompression": {
34103
+ "description": "Blip compression states (, the a:blip",
34104
+ "enum": [
34105
+ "email",
34106
+ "screen",
34107
+ "print",
34108
+ "hqprint",
34109
+ "none"
34110
+ ],
34111
+ "type": "string"
34112
+ },
34118
34113
  "BlipEffectsOptions": {
34119
34114
  "additionalProperties": false,
34120
34115
  "description": "All blip image adjustment effects.",
@@ -34190,6 +34185,10 @@ var xlsx_schema_default = {
34190
34185
  "$ref": "#/definitions/BlipEffectsOptions",
34191
34186
  "description": "Image adjustment effects (brightness, contrast, grayscale, etc.)"
34192
34187
  },
34188
+ "compression": {
34189
+ "$ref": "#/definitions/BlipCompression",
34190
+ "description": "Compression state, lifted from the a:blip child's"
34191
+ },
34193
34192
  "dpi": {
34194
34193
  "description": "DPI of the image",
34195
34194
  "type": "number"
@@ -34393,7 +34392,7 @@ var xlsx_schema_default = {
34393
34392
  "nameLiteral": { "$ref": "#/definitions/ChartSeriesData/properties/nameLiteral" },
34394
34393
  "order": { "$ref": "#/definitions/ChartSeriesData/properties/order" },
34395
34394
  "pictureOptions": {
34396
- "$ref": "#/definitions/PictureOptionsOptions",
34395
+ "$ref": "#/definitions/ChartPictureOptions",
34397
34396
  "description": "Picture-fill options (c:pictureOptions, bar/area)."
34398
34397
  },
34399
34398
  "shape": {
@@ -35228,6 +35227,21 @@ var xlsx_schema_default = {
35228
35227
  },
35229
35228
  "type": "object"
35230
35229
  },
35230
+ "ChartPictureOptions": {
35231
+ "additionalProperties": false,
35232
+ "description": "Picture-fill options for bar/area series.",
35233
+ "properties": {
35234
+ "applyToEnd": { "type": "boolean" },
35235
+ "applyToFront": { "type": "boolean" },
35236
+ "applyToSides": { "type": "boolean" },
35237
+ "pictureFormat": { "$ref": "#/definitions/PictureFormat" },
35238
+ "pictureStackUnit": {
35239
+ "description": "Stack unit (c:pictureStackUnit val).",
35240
+ "type": "number"
35241
+ }
35242
+ },
35243
+ "type": "object"
35244
+ },
35231
35245
  "ChartPivotFormatOptions": {
35232
35246
  "additionalProperties": false,
35233
35247
  "description": "Per-series pivot format override.",
@@ -35293,7 +35307,7 @@ var xlsx_schema_default = {
35293
35307
  "type": "number"
35294
35308
  },
35295
35309
  "pictureOptions": {
35296
- "$ref": "#/definitions/PictureOptionsOptions",
35310
+ "$ref": "#/definitions/ChartPictureOptions",
35297
35311
  "description": "Picture-fill options (c:pictureOptions, bar/area)."
35298
35312
  },
35299
35313
  "shape": {
@@ -36037,7 +36051,7 @@ var xlsx_schema_default = {
36037
36051
  "description": "Cell reference, e.g. \"A1\"",
36038
36052
  "type": "string"
36039
36053
  },
36040
- "commentPr": {
36054
+ "properties": {
36041
36055
  "$ref": "#/definitions/CommentPropertiesOptions",
36042
36056
  "description": "Comment properties — parsed but never re-emitted (see CommentPropertiesOptions)"
36043
36057
  },
@@ -36266,7 +36280,7 @@ var xlsx_schema_default = {
36266
36280
  "description": "Credentials method: \"integrated\" | \"none\" | \"stored\" | \"prompt\" (default \"integrated\")",
36267
36281
  "type": "string"
36268
36282
  },
36269
- "dbPr": {
36283
+ "database": {
36270
36284
  "$ref": "#/definitions/DatabasePropertiesOptions",
36271
36285
  "description": "Database properties"
36272
36286
  },
@@ -36306,7 +36320,7 @@ var xlsx_schema_default = {
36306
36320
  "description": "ODC file path",
36307
36321
  "type": "string"
36308
36322
  },
36309
- "olapPr": {
36323
+ "olap": {
36310
36324
  "$ref": "#/definitions/OLAPPropertiesOptions",
36311
36325
  "description": "OLAP properties"
36312
36326
  },
@@ -36347,7 +36361,7 @@ var xlsx_schema_default = {
36347
36361
  "description": "Source file path",
36348
36362
  "type": "string"
36349
36363
  },
36350
- "textPr": {
36364
+ "text": {
36351
36365
  "$ref": "#/definitions/TextPropertiesOptions",
36352
36366
  "description": "Text import properties"
36353
36367
  },
@@ -36355,7 +36369,7 @@ var xlsx_schema_default = {
36355
36369
  "description": "Source type code (ECMA 18.13.1; Excel-verified: 6 = text file source — Office writes it for textPr connections. Excel rejects a type-2 dbPr connection whose provider string it cannot resolve.)",
36356
36370
  "type": "number"
36357
36371
  },
36358
- "webPr": {
36372
+ "web": {
36359
36373
  "$ref": "#/definitions/WebPropertiesOptions",
36360
36374
  "description": "Web query properties"
36361
36375
  }
@@ -36460,6 +36474,10 @@ var xlsx_schema_default = {
36460
36474
  "description": "Print with sheet (default true)",
36461
36475
  "type": "boolean"
36462
36476
  },
36477
+ "properties": {
36478
+ "$ref": "#/definitions/ShapePropertiesOptions",
36479
+ "description": "Shape properties (a:, typically prstGeom=\"line\")."
36480
+ },
36463
36481
  "row": {
36464
36482
  "description": "1-based row (from marker)",
36465
36483
  "type": "number"
@@ -36469,10 +36487,6 @@ var xlsx_schema_default = {
36469
36487
  "description": "Original cNvPr id (round-trip only; fresh output allocates ids).",
36470
36488
  "type": "number"
36471
36489
  },
36472
- "spPr": {
36473
- "$ref": "#/definitions/ShapePropertiesOptions",
36474
- "description": "Shape properties (a:, typically prstGeom=\"line\")."
36475
- },
36476
36490
  "startConnection": {
36477
36491
  "$ref": "#/definitions/EndpointConnectionOptions",
36478
36492
  "description": "a:stCxn — start endpoint glued to a shape connection site."
@@ -36499,8 +36513,8 @@ var xlsx_schema_default = {
36499
36513
  },
36500
36514
  "required": [
36501
36515
  "col",
36502
- "row",
36503
- "spPr"
36516
+ "properties",
36517
+ "row"
36504
36518
  ],
36505
36519
  "type": "object"
36506
36520
  },
@@ -37270,7 +37284,7 @@ var xlsx_schema_default = {
37270
37284
  },
37271
37285
  "invertIfNegative": { "type": "boolean" },
37272
37286
  "marker": { "$ref": "#/definitions/MarkerOptions" },
37273
- "pictureOptions": { "$ref": "#/definitions/PictureOptionsOptions" },
37287
+ "pictureOptions": { "$ref": "#/definitions/ChartPictureOptions" },
37274
37288
  "shapeProperties": {
37275
37289
  "$ref": "#/definitions/ShapePropertiesOptions",
37276
37290
  "description": "Per-point fill/outline (c:dPt > c:spPr) — round-trip."
@@ -38497,6 +38511,10 @@ var xlsx_schema_default = {
38497
38511
  "$ref": "#/definitions/BlipEffectsOptions",
38498
38512
  "description": "Image adjustment effects (brightness, contrast, grayscale, etc.)"
38499
38513
  },
38514
+ "compression": {
38515
+ "$ref": "#/definitions/BlipCompression",
38516
+ "description": "Compression state (a:blip"
38517
+ },
38500
38518
  "data": {
38501
38519
  "$ref": "#/definitions/DataType",
38502
38520
  "description": "Image data: raw bytes, ArrayBuffer, or a base64 data URL string."
@@ -39049,8 +39067,8 @@ var xlsx_schema_default = {
39049
39067
  "description": "Shade type (linear or path)"
39050
39068
  },
39051
39069
  "stops": {
39052
- "description": "Gradient color stops (minimum 2)",
39053
- "items": { "$ref": "#/definitions/GradientStop" },
39070
+ "description": "Gradient color stops (minimum 2); color accepts a hex string or SolidFillOptions",
39071
+ "items": { "$ref": "#/definitions/GradientStopOptions" },
39054
39072
  "type": "array"
39055
39073
  },
39056
39074
  "tileRectangle": {
@@ -39065,22 +39083,6 @@ var xlsx_schema_default = {
39065
39083
  "anyOf": [{ "$ref": "#/definitions/LinearShadeOptions" }, { "$ref": "#/definitions/PathShadeOptions" }],
39066
39084
  "description": "Gradient shade options (linear or path)."
39067
39085
  },
39068
- "GradientStop": {
39069
- "additionalProperties": false,
39070
- "description": "Gradient stop position as integer percent (0-100).",
39071
- "properties": {
39072
- "color": {
39073
- "$ref": "#/definitions/SolidFillOptions",
39074
- "description": "Color at this stop"
39075
- },
39076
- "position": {
39077
- "description": "Position of the color stop as integer percent (0-100).",
39078
- "type": "number"
39079
- }
39080
- },
39081
- "required": ["position", "color"],
39082
- "type": "object"
39083
- },
39084
39086
  "GradientStopOptions": {
39085
39087
  "additionalProperties": false,
39086
39088
  "description": "Gradient stop options (simplified API). Position is 0-100 (percentage), color is a hex string or SolidFillOptions.",
@@ -39131,7 +39133,7 @@ var xlsx_schema_default = {
39131
39133
  },
39132
39134
  "macro": { "type": "string" },
39133
39135
  "name": { "$ref": "#/definitions/PictureOptions/properties/name" },
39134
- "spPr": { "$ref": "#/definitions/ShapePropertiesOptions" },
39136
+ "properties": { "$ref": "#/definitions/ShapePropertiesOptions" },
39135
39137
  "startConnection": {
39136
39138
  "$ref": "#/definitions/EndpointConnectionOptions",
39137
39139
  "description": "a:stCxn — start endpoint glued to a shape connection site."
@@ -39145,7 +39147,7 @@ var xlsx_schema_default = {
39145
39147
  "type": "string"
39146
39148
  }
39147
39149
  },
39148
- "required": ["spPr"],
39150
+ "required": ["properties"],
39149
39151
  "type": "object"
39150
39152
  },
39151
39153
  "GroupLockingOptions": {
@@ -39193,10 +39195,6 @@ var xlsx_schema_default = {
39193
39195
  "ext": { "$ref": "#/definitions/PictureOptions/properties/ext" },
39194
39196
  "extentCx": { "$ref": "#/definitions/PictureOptions/properties/extentCx" },
39195
39197
  "extentCy": { "$ref": "#/definitions/PictureOptions/properties/extentCy" },
39196
- "grpSpPr": {
39197
- "$ref": "#/definitions/GroupTransform2DOptions",
39198
- "description": "Group shape properties (a:: group xfrm + fill/ln)."
39199
- },
39200
39198
  "hidden": {
39201
39199
  "description": "XSD `@hidden` (default false); emitted as \"1\" only when true.",
39202
39200
  "type": "boolean"
@@ -39218,6 +39216,10 @@ var xlsx_schema_default = {
39218
39216
  "description": "Print with sheet (default true)",
39219
39217
  "type": "boolean"
39220
39218
  },
39219
+ "properties": {
39220
+ "$ref": "#/definitions/GroupTransform2DOptions",
39221
+ "description": "Group shape properties (a:: group xfrm + fill/ln)."
39222
+ },
39221
39223
  "row": {
39222
39224
  "description": "1-based row (from marker)",
39223
39225
  "type": "number"
@@ -39250,7 +39252,7 @@ var xlsx_schema_default = {
39250
39252
  },
39251
39253
  "required": [
39252
39254
  "col",
39253
- "grpSpPr",
39255
+ "properties",
39254
39256
  "row"
39255
39257
  ],
39256
39258
  "type": "object"
@@ -39279,7 +39281,7 @@ var xlsx_schema_default = {
39279
39281
  },
39280
39282
  "macro": { "type": "string" },
39281
39283
  "name": { "$ref": "#/definitions/PictureOptions/properties/name" },
39282
- "spPr": { "$ref": "#/definitions/ShapePropertiesOptions" },
39284
+ "properties": { "$ref": "#/definitions/ShapePropertiesOptions" },
39283
39285
  "style": {
39284
39286
  "$ref": "#/definitions/DefaultShapeStyleOptions",
39285
39287
  "description": "Theme style-matrix references (xdr:style)."
@@ -39292,17 +39294,29 @@ var xlsx_schema_default = {
39292
39294
  "type": "string"
39293
39295
  }
39294
39296
  },
39295
- "required": ["spPr"],
39297
+ "required": ["properties"],
39296
39298
  "type": "object"
39297
39299
  },
39298
39300
  "GroupShapePropertiesOptions": {
39299
39301
  "additionalProperties": false,
39300
- "description": "Group shape properties. Field order follows the XSD content model. The transform fields come from {@link GroupTransform2DOptions } (flat x/y/width/height/flip/rotation/childOffset/childExtent); the serializer emits them as a single a:xfrm group transform. The container-only `@bwMode` attribute and the wrapping tag are the caller's responsibility (mirrors shapePropertiesDesc).",
39302
+ "description": "Group shape properties. Transform fields serialize as one a:xfrm group transform; container-only `@bwMode` and the wrapping tag are the caller's responsibility.",
39301
39303
  "properties": {
39302
- "childExtentHeight": { "anyOf": [{ "type": "number" }, { "$ref": "#/definitions/UniversalMeasure" }] },
39303
- "childExtentWidth": { "anyOf": [{ "type": "number" }, { "$ref": "#/definitions/UniversalMeasure" }] },
39304
- "childOffsetX": { "anyOf": [{ "type": "number" }, { "$ref": "#/definitions/UniversalMeasure" }] },
39305
- "childOffsetY": { "anyOf": [{ "type": "number" }, { "$ref": "#/definitions/UniversalMeasure" }] },
39304
+ "childExtentHeight": {
39305
+ "anyOf": [{ "type": "number" }, { "$ref": "#/definitions/UniversalMeasure" }],
39306
+ "description": "Child coordinate system extent height (a:chExt"
39307
+ },
39308
+ "childExtentWidth": {
39309
+ "anyOf": [{ "type": "number" }, { "$ref": "#/definitions/UniversalMeasure" }],
39310
+ "description": "Child coordinate system extent width (a:chExt"
39311
+ },
39312
+ "childOffsetX": {
39313
+ "anyOf": [{ "type": "number" }, { "$ref": "#/definitions/UniversalMeasure" }],
39314
+ "description": "Child coordinate system offset X (a:chOff"
39315
+ },
39316
+ "childOffsetY": {
39317
+ "anyOf": [{ "type": "number" }, { "$ref": "#/definitions/UniversalMeasure" }],
39318
+ "description": "Child coordinate system offset Y (a:chOff"
39319
+ },
39306
39320
  "effectDag": { "$ref": "#/definitions/EffectDagOptions" },
39307
39321
  "effects": {
39308
39322
  "$ref": "#/definitions/EffectListOptions",
@@ -39332,10 +39346,10 @@ var xlsx_schema_default = {
39332
39346
  "GroupTransform2DOptions": {
39333
39347
  "additionalProperties": false,
39334
39348
  "properties": {
39335
- "childExtentHeight": { "anyOf": [{ "type": "number" }, { "$ref": "#/definitions/UniversalMeasure" }] },
39336
- "childExtentWidth": { "anyOf": [{ "type": "number" }, { "$ref": "#/definitions/UniversalMeasure" }] },
39337
- "childOffsetX": { "anyOf": [{ "type": "number" }, { "$ref": "#/definitions/UniversalMeasure" }] },
39338
- "childOffsetY": { "anyOf": [{ "type": "number" }, { "$ref": "#/definitions/UniversalMeasure" }] },
39349
+ "childExtentHeight": { "$ref": "#/definitions/GroupShapePropertiesOptions/properties/childExtentHeight" },
39350
+ "childExtentWidth": { "$ref": "#/definitions/GroupShapePropertiesOptions/properties/childExtentWidth" },
39351
+ "childOffsetX": { "$ref": "#/definitions/GroupShapePropertiesOptions/properties/childOffsetX" },
39352
+ "childOffsetY": { "$ref": "#/definitions/GroupShapePropertiesOptions/properties/childOffsetY" },
39339
39353
  "flipHorizontal": { "type": "boolean" },
39340
39354
  "flipVertical": { "type": "boolean" },
39341
39355
  "height": { "anyOf": [{ "type": "number" }, { "$ref": "#/definitions/UniversalMeasure" }] },
@@ -40560,10 +40574,6 @@ var xlsx_schema_default = {
40560
40574
  "description": "Linked source",
40561
40575
  "type": "string"
40562
40576
  },
40563
- "objectPr": {
40564
- "$ref": "#/definitions/OleObjectPropertiesOptions",
40565
- "description": "Object properties"
40566
- },
40567
40577
  "oleUpdate": {
40568
40578
  "description": "OLE update mode",
40569
40579
  "enum": ["OLEUPDATE_ALWAYS", "OLEUPDATE_ONCALL"],
@@ -40573,6 +40583,10 @@ var xlsx_schema_default = {
40573
40583
  "description": "Program ID",
40574
40584
  "type": "string"
40575
40585
  },
40586
+ "properties": {
40587
+ "$ref": "#/definitions/OleObjectPropertiesOptions",
40588
+ "description": "Object properties"
40589
+ },
40576
40590
  "rId": {
40577
40591
  "description": "Relationship ID. Round-trip only: the embedded object part is not re-emitted, so the id is not resolvable in a freshly generated workbook.",
40578
40592
  "type": "string"
@@ -41290,7 +41304,7 @@ var xlsx_schema_default = {
41290
41304
  "description": "Image adjustment effects carried inside a:blip (a:lum, a:duotone, …)."
41291
41305
  },
41292
41306
  "blipExt": {
41293
- "description": "Verbatim a:blip `a:extLst` inner XML for extensions beyond useLocalDpi (a14 imgProps artistic effects, …). Round-trip only; subsumes {@link useLocalDpi } when the source list carries both.",
41307
+ "description": "Verbatim a:blip `a:extLst` inner XML for extensions beyond the useLocalDpi hint (a14 imgProps artistic effects, …). Round-trip only; when the source list carries both, this element subsumes the hint.",
41294
41308
  "type": "string"
41295
41309
  },
41296
41310
  "col": {
@@ -41357,6 +41371,10 @@ var xlsx_schema_default = {
41357
41371
  "description": "Print with sheet (default true)",
41358
41372
  "type": "boolean"
41359
41373
  },
41374
+ "properties": {
41375
+ "$ref": "#/definitions/ShapePropertiesOptions",
41376
+ "description": "Round-tripped pic/spPr (rotation/flip/bwMode/fill beyond position)."
41377
+ },
41360
41378
  "row": {
41361
41379
  "description": "1-based row (from marker)",
41362
41380
  "type": "number"
@@ -41377,10 +41395,6 @@ var xlsx_schema_default = {
41377
41395
  "description": "External image source URL (a:blip",
41378
41396
  "type": "string"
41379
41397
  },
41380
- "spPr": {
41381
- "$ref": "#/definitions/ShapePropertiesOptions",
41382
- "description": "Round-tripped pic/spPr (rotation/flip/bwMode/fill beyond position)."
41383
- },
41384
41398
  "title": {
41385
41399
  "description": "XSD `@title`.",
41386
41400
  "type": "string"
@@ -41427,21 +41441,6 @@ var xlsx_schema_default = {
41427
41441
  ],
41428
41442
  "type": "object"
41429
41443
  },
41430
- "PictureOptionsOptions": {
41431
- "additionalProperties": false,
41432
- "description": "Picture-fill options for bar/area series.",
41433
- "properties": {
41434
- "applyToEnd": { "type": "boolean" },
41435
- "applyToFront": { "type": "boolean" },
41436
- "applyToSides": { "type": "boolean" },
41437
- "pictureFormat": { "$ref": "#/definitions/PictureFormat" },
41438
- "pictureStackUnit": {
41439
- "description": "Stack unit (c:pictureStackUnit val).",
41440
- "type": "number"
41441
- }
41442
- },
41443
- "type": "object"
41444
- },
41445
41444
  "PivotAreaOptions": {
41446
41445
  "additionalProperties": false,
41447
41446
  "description": "Pivot area for conditional formats, chart formats, etc.",
@@ -41590,7 +41589,7 @@ var xlsx_schema_default = {
41590
41589
  },
41591
41590
  "PivotCacheDefParseResult": {
41592
41591
  "additionalProperties": false,
41593
- "description": "Structured output of {@link pivotCacheDefDesc } .parse — flat attributes + source + fields.",
41592
+ "description": "Structured pivotCacheDefinition.xml parse output — flat attributes + source + fields.",
41594
41593
  "properties": {
41595
41594
  "backgroundQuery": { "type": "boolean" },
41596
41595
  "cacheFields": {
@@ -41690,7 +41689,7 @@ var xlsx_schema_default = {
41690
41689
  },
41691
41690
  "PivotCacheRecordsParseResult": {
41692
41691
  "additionalProperties": false,
41693
- "description": "Structured output of {@link pivotCacheRecordsDesc } .parse.",
41692
+ "description": "Structured pivotCacheRecords.xml parse output.",
41694
41693
  "properties": { "records": {
41695
41694
  "items": {
41696
41695
  "items": { "$ref": "#/definitions/PivotCacheRecordEntry" },
@@ -44538,7 +44537,7 @@ var xlsx_schema_default = {
44538
44537
  "nameLiteral": { "$ref": "#/definitions/ChartSeriesData/properties/nameLiteral" },
44539
44538
  "order": { "$ref": "#/definitions/ChartSeriesData/properties/order" },
44540
44539
  "pictureOptions": {
44541
- "$ref": "#/definitions/PictureOptionsOptions",
44540
+ "$ref": "#/definitions/ChartPictureOptions",
44542
44541
  "description": "Picture-fill options (c:pictureOptions, bar/area)."
44543
44542
  },
44544
44543
  "shape": {
@@ -44981,6 +44980,10 @@ var xlsx_schema_default = {
44981
44980
  "description": "Print with sheet (default true)",
44982
44981
  "type": "boolean"
44983
44982
  },
44983
+ "properties": {
44984
+ "$ref": "#/definitions/ShapePropertiesOptions",
44985
+ "description": "Shape properties (a:)."
44986
+ },
44984
44987
  "row": {
44985
44988
  "description": "1-based row (from marker)",
44986
44989
  "type": "number"
@@ -44990,10 +44993,6 @@ var xlsx_schema_default = {
44990
44993
  "description": "Original cNvPr id (round-trip only; fresh output allocates ids).",
44991
44994
  "type": "number"
44992
44995
  },
44993
- "spPr": {
44994
- "$ref": "#/definitions/ShapePropertiesOptions",
44995
- "description": "Shape properties (a:)."
44996
- },
44997
44996
  "style": {
44998
44997
  "$ref": "#/definitions/DefaultShapeStyleOptions",
44999
44998
  "description": "Theme style-matrix references (xdr:style)."
@@ -45031,8 +45030,8 @@ var xlsx_schema_default = {
45031
45030
  },
45032
45031
  "required": [
45033
45032
  "col",
45034
- "row",
45035
- "spPr"
45033
+ "properties",
45034
+ "row"
45036
45035
  ],
45037
45036
  "type": "object"
45038
45037
  },
@@ -45063,7 +45062,7 @@ var xlsx_schema_default = {
45063
45062
  "items": { "$ref": "#/definitions/ShapePropertiesExtensionOptions" },
45064
45063
  "type": "array"
45065
45064
  },
45066
- "fill": { "$ref": "#/definitions/FillOptions" },
45065
+ "fill": { "anyOf": [{ "$ref": "#/definitions/FillOptions" }, { "type": "null" }] },
45067
45066
  "flipHorizontal": { "type": "boolean" },
45068
45067
  "flipVertical": { "type": "boolean" },
45069
45068
  "geometry": { "anyOf": [{ "$ref": "#/definitions/ShapeType" }, { "$ref": "#/definitions/PresetGeometryOptions" }] },
@@ -45565,20 +45564,20 @@ var xlsx_schema_default = {
45565
45564
  "description": "Table ID (required)",
45566
45565
  "type": "number"
45567
45566
  },
45567
+ "properties": {
45568
+ "$ref": "#/definitions/XmlCellPropertiesOptions",
45569
+ "description": "Cell properties (required)"
45570
+ },
45568
45571
  "reference": {
45569
45572
  "description": "Cell reference, e.g. \"A1\"",
45570
45573
  "type": "string"
45571
- },
45572
- "xmlCellPr": {
45573
- "$ref": "#/definitions/XmlCellPropertiesOptions",
45574
- "description": "Cell properties (required)"
45575
45574
  }
45576
45575
  },
45577
45576
  "required": [
45578
45577
  "id",
45579
45578
  "reference",
45580
45579
  "connectionId",
45581
- "xmlCellPr"
45580
+ "properties"
45582
45581
  ],
45583
45582
  "type": "object"
45584
45583
  },
@@ -45938,6 +45937,10 @@ var xlsx_schema_default = {
45938
45937
  "description": "Header row differential format index",
45939
45938
  "type": "number"
45940
45939
  },
45940
+ "mapping": {
45941
+ "$ref": "#/definitions/XmlColumnPropertiesOptions",
45942
+ "description": "XML mapping — binds the column to an XML map"
45943
+ },
45941
45944
  "name": {
45942
45945
  "description": "Column name (used in header row)",
45943
45946
  "type": "string"
@@ -45970,10 +45973,6 @@ var xlsx_schema_default = {
45970
45973
  "uniqueName": {
45971
45974
  "description": "Unique column name for structured references",
45972
45975
  "type": "string"
45973
- },
45974
- "xmlColumnPr": {
45975
- "$ref": "#/definitions/XmlColumnPrOptions",
45976
- "description": "XML mapping — binds the column to an XML map"
45977
45976
  }
45978
45977
  },
45979
45978
  "required": ["name"],
@@ -46177,12 +46176,15 @@ var xlsx_schema_default = {
46177
46176
  "type": "string"
46178
46177
  },
46179
46178
  "TextAlignment": {
46180
- "description": "Paragraph alignment; \"justify\" stretches lines to full width.",
46179
+ "description": "Paragraph alignment; \"justify\" stretches lines to full width, \"distribute\" justifies including the last line, \"lowJustification\" aligns to a low baseline, \"thaiDistributed\" is Thai-style distribution.",
46181
46180
  "enum": [
46182
46181
  "left",
46183
46182
  "center",
46184
46183
  "right",
46185
- "justify"
46184
+ "justify",
46185
+ "lowJustification",
46186
+ "distribute",
46187
+ "thaiDistributed"
46186
46188
  ],
46187
46189
  "type": "string"
46188
46190
  },
@@ -47613,7 +47615,7 @@ var xlsx_schema_default = {
47613
47615
  "items": { "$ref": "#/definitions/CalcCell" },
47614
47616
  "type": "array"
47615
47617
  },
47616
- "calcPr": {
47618
+ "calculation": {
47617
47619
  "$ref": "#/definitions/CalculationPropertiesOptions",
47618
47620
  "description": "Calculation properties"
47619
47621
  },
@@ -47712,7 +47714,7 @@ var xlsx_schema_default = {
47712
47714
  "items": { "$ref": "#/definitions/ExternalLinkOptions" },
47713
47715
  "type": "array"
47714
47716
  },
47715
- "fileRecoveryPr": {
47717
+ "fileRecovery": {
47716
47718
  "$ref": "#/definitions/FileRecoveryPropertiesOptions",
47717
47719
  "description": "File recovery properties"
47718
47720
  },
@@ -47751,7 +47753,7 @@ var xlsx_schema_default = {
47751
47753
  "description": "Rich metadata block (xl/metadata.xml)"
47752
47754
  },
47753
47755
  "modified": {
47754
- "description": "Last modified timestamp (W3CDTF); same null/undefined semantics as {@link created } .",
47756
+ "description": "Last modified timestamp (W3CDTF); same null/undefined semantics as the created field.",
47755
47757
  "type": ["string", "null"]
47756
47758
  },
47757
47759
  "numFmts": {
@@ -47802,6 +47804,10 @@ var xlsx_schema_default = {
47802
47804
  "items": { "$ref": "#/definitions/PivotCacheDefParseResult" },
47803
47805
  "type": "array"
47804
47806
  },
47807
+ "properties": {
47808
+ "$ref": "#/definitions/WorkbookPropertiesOptions",
47809
+ "description": "Workbook properties — includes defaultThemeVersion, which Excel requires when the package carries a theme (dropping it makes the file unopenable)"
47810
+ },
47805
47811
  "rawParts": {
47806
47812
  "description": "Parts carried verbatim from the source that generate() does not rebuild (drawings, VML, external links, unknown parts) — bytes and content type intact; compiler-rebuilt parts under the same path win. Round-trip channel: captured from a parsed source document — do not hand-author.",
47807
47813
  "items": {
@@ -47864,10 +47870,6 @@ var xlsx_schema_default = {
47864
47870
  "$ref": "#/definitions/WebPublishingOptions",
47865
47871
  "description": "Web publishing properties"
47866
47872
  },
47867
- "workbookPr": {
47868
- "$ref": "#/definitions/WorkbookPropertiesOptions",
47869
- "description": "Workbook properties — includes defaultThemeVersion, which Excel requires when the package carries a theme (dropping it makes the file unopenable)"
47870
- },
47871
47873
  "workbookProtection": {
47872
47874
  "$ref": "#/definitions/WorkbookProtectionOptions",
47873
47875
  "description": "Workbook-level protection"
@@ -48507,6 +48509,10 @@ var xlsx_schema_default = {
48507
48509
  "$ref": "#/definitions/SheetBackgroundImageOptions",
48508
48510
  "description": "Background image for the worksheet"
48509
48511
  },
48512
+ "calculation": {
48513
+ "$ref": "#/definitions/SheetCalculationPropertiesOptions",
48514
+ "description": "Sheet calc properties"
48515
+ },
48510
48516
  "cellWatches": {
48511
48517
  "description": "Cell watches",
48512
48518
  "items": { "$ref": "#/definitions/CellWatchOptions" },
@@ -48606,7 +48612,7 @@ var xlsx_schema_default = {
48606
48612
  "type": "string"
48607
48613
  },
48608
48614
  "legacyDrawingRid": {
48609
- "description": "Legacy drawing reference r:id. Round-trip only, same passthrough semantics as {@link drawingRid }.",
48615
+ "description": "Legacy drawing reference r:id. Round-trip only, same passthrough semantics as drawingRid.",
48610
48616
  "type": "string"
48611
48617
  },
48612
48618
  "mergeCells": {
@@ -48624,7 +48630,7 @@ var xlsx_schema_default = {
48624
48630
  "description": "Page margins in inches"
48625
48631
  },
48626
48632
  "pageSetup": { "$ref": "#/definitions/PageSetupOptions" },
48627
- "phoneticPr": {
48633
+ "phonetic": {
48628
48634
  "$ref": "#/definitions/PhoneticPropertiesOptions",
48629
48635
  "description": "Phonetic properties for CJK text"
48630
48636
  },
@@ -48640,6 +48646,10 @@ var xlsx_schema_default = {
48640
48646
  "$ref": "#/definitions/PrintOptions",
48641
48647
  "description": "Print options"
48642
48648
  },
48649
+ "properties": {
48650
+ "$ref": "#/definitions/SheetPropertiesOptions",
48651
+ "description": "Sheet extended properties"
48652
+ },
48643
48653
  "protectedRanges": {
48644
48654
  "description": "Named protected ranges within this sheet",
48645
48655
  "items": { "$ref": "#/definitions/ProtectedRangeOptions" },
@@ -48674,11 +48684,7 @@ var xlsx_schema_default = {
48674
48684
  "items": { "$ref": "#/definitions/ShapeOptions" },
48675
48685
  "type": "array"
48676
48686
  },
48677
- "sheetCalcPr": {
48678
- "$ref": "#/definitions/SheetCalculationPropertiesOptions",
48679
- "description": "Sheet calc properties"
48680
- },
48681
- "sheetFormatPr": {
48687
+ "sheetFormat": {
48682
48688
  "$ref": "#/definitions/SheetFormatPropertiesOptions",
48683
48689
  "description": "Sheet format properties"
48684
48690
  },
@@ -48686,10 +48692,6 @@ var xlsx_schema_default = {
48686
48692
  "description": "Workbook sheet id — unique but not necessarily sequential.",
48687
48693
  "type": "number"
48688
48694
  },
48689
- "sheetPr": {
48690
- "$ref": "#/definitions/SheetPropertiesOptions",
48691
- "description": "Sheet extended properties"
48692
- },
48693
48695
  "sheetView": { "$ref": "#/definitions/SheetViewOptions" },
48694
48696
  "singleXmlCells": {
48695
48697
  "description": "Single-cell XML tables on this sheet (xl/tables/tableSingleCellsN.xml)",
@@ -48859,32 +48861,32 @@ var xlsx_schema_default = {
48859
48861
  "description": "Table ID (required)",
48860
48862
  "type": "number"
48861
48863
  },
48864
+ "mapping": {
48865
+ "$ref": "#/definitions/XmlPropertiesOptions",
48866
+ "description": "XML properties (required)"
48867
+ },
48862
48868
  "uniqueName": {
48863
48869
  "description": "Unique name",
48864
48870
  "type": "string"
48865
- },
48866
- "xmlPr": {
48867
- "$ref": "#/definitions/XmlPropertiesOptions",
48868
- "description": "XML properties (required)"
48869
48871
  }
48870
48872
  },
48871
- "required": ["id", "xmlPr"],
48873
+ "required": ["id", "mapping"],
48872
48874
  "type": "object"
48873
48875
  },
48874
- "XmlColumnPrOptions": {
48876
+ "XmlColumnPropertiesOptions": {
48875
48877
  "additionalProperties": false,
48876
- "description": "XML column properties.",
48878
+ "description": "Table column XML mapping — lives on table columns, not this part.",
48877
48879
  "properties": {
48878
48880
  "denormalized": {
48879
- "description": "Denormalized (default false)",
48881
+ "description": "Denormalized",
48880
48882
  "type": "boolean"
48881
48883
  },
48882
48884
  "mapId": {
48883
- "description": "XML map id (required, indexes xl/xmlMaps.xml Map entries)",
48885
+ "description": "Owning map ID (required)",
48884
48886
  "type": "number"
48885
48887
  },
48886
48888
  "xmlDataType": {
48887
- "description": "XML schema data type (required)",
48889
+ "description": "XML data type (required)",
48888
48890
  "type": "string"
48889
48891
  },
48890
48892
  "xpath": {
@@ -48893,9 +48895,9 @@ var xlsx_schema_default = {
48893
48895
  }
48894
48896
  },
48895
48897
  "required": [
48896
- "mapId",
48897
48898
  "xpath",
48898
- "xmlDataType"
48899
+ "xmlDataType",
48900
+ "mapId"
48899
48901
  ],
48900
48902
  "type": "object"
48901
48903
  },
@@ -50108,4 +50110,4 @@ function renderSliceTypeText(format, requested, slice) {
50108
50110
  //#endregion
50109
50111
  export { xlsxSchema as _, sliceDocumentSchema as a, pointerHost as c, SCHEMA_ROOTS as d, entryNames as f, validateDocumentInput as g, pptxSchema as h, assertKnownDefinitions as i, resolvePointer as l, docxSchema as m, getSkeletonSchema as n, sliceSchema as o, SCHEMAS as p, UnknownDefinitionError as r, isPropertyPointer as s, renderSliceTypeText as t, SCHEMA_ENTRIES as u };
50110
50112
 
50111
- //# sourceMappingURL=schemas-B400scMm.mjs.map
50113
+ //# sourceMappingURL=schemas-LxuRToZl.mjs.map