@superdoc-dev/sdk 1.0.0-alpha.26 → 1.0.0-alpha.28

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.
@@ -15202,21 +15202,122 @@ const CONTRACT = {
15202
15202
  "bold": {
15203
15203
  "type": "boolean"
15204
15204
  },
15205
+ "boldCs": {
15206
+ "type": "boolean"
15207
+ },
15208
+ "borders": {
15209
+ "additionalProperties": false,
15210
+ "minProperties": 1,
15211
+ "properties": {
15212
+ "color": {
15213
+ "minLength": 1,
15214
+ "type": "string"
15215
+ },
15216
+ "frame": {
15217
+ "type": "boolean"
15218
+ },
15219
+ "shadow": {
15220
+ "type": "boolean"
15221
+ },
15222
+ "size": {
15223
+ "type": "integer"
15224
+ },
15225
+ "space": {
15226
+ "type": "integer"
15227
+ },
15228
+ "themeColor": {
15229
+ "minLength": 1,
15230
+ "type": "string"
15231
+ },
15232
+ "themeShade": {
15233
+ "minLength": 1,
15234
+ "type": "string"
15235
+ },
15236
+ "themeTint": {
15237
+ "minLength": 1,
15238
+ "type": "string"
15239
+ },
15240
+ "val": {
15241
+ "minLength": 1,
15242
+ "type": "string"
15243
+ }
15244
+ },
15245
+ "type": "object"
15246
+ },
15205
15247
  "color": {
15206
15248
  "additionalProperties": false,
15207
15249
  "minProperties": 1,
15208
15250
  "properties": {
15209
15251
  "themeColor": {
15252
+ "minLength": 1,
15210
15253
  "type": "string"
15211
15254
  },
15212
15255
  "themeShade": {
15256
+ "minLength": 1,
15213
15257
  "type": "string"
15214
15258
  },
15215
15259
  "themeTint": {
15260
+ "minLength": 1,
15216
15261
  "type": "string"
15217
15262
  },
15218
15263
  "val": {
15264
+ "minLength": 1,
15265
+ "type": "string"
15266
+ }
15267
+ },
15268
+ "type": "object"
15269
+ },
15270
+ "dstrike": {
15271
+ "type": "boolean"
15272
+ },
15273
+ "eastAsianLayout": {
15274
+ "additionalProperties": false,
15275
+ "minProperties": 1,
15276
+ "properties": {
15277
+ "combine": {
15278
+ "type": "boolean"
15279
+ },
15280
+ "combineBrackets": {
15281
+ "minLength": 1,
15219
15282
  "type": "string"
15283
+ },
15284
+ "id": {
15285
+ "type": "integer"
15286
+ },
15287
+ "vert": {
15288
+ "type": "boolean"
15289
+ },
15290
+ "vertCompress": {
15291
+ "type": "boolean"
15292
+ }
15293
+ },
15294
+ "type": "object"
15295
+ },
15296
+ "effect": {
15297
+ "minLength": 1,
15298
+ "type": "string"
15299
+ },
15300
+ "em": {
15301
+ "enum": [
15302
+ "none",
15303
+ "dot",
15304
+ "comma",
15305
+ "circle",
15306
+ "sesame"
15307
+ ]
15308
+ },
15309
+ "emboss": {
15310
+ "type": "boolean"
15311
+ },
15312
+ "fitText": {
15313
+ "additionalProperties": false,
15314
+ "minProperties": 1,
15315
+ "properties": {
15316
+ "id": {
15317
+ "type": "integer"
15318
+ },
15319
+ "val": {
15320
+ "type": "integer"
15220
15321
  }
15221
15322
  },
15222
15323
  "type": "object"
@@ -15226,33 +15327,43 @@ const CONTRACT = {
15226
15327
  "minProperties": 1,
15227
15328
  "properties": {
15228
15329
  "ascii": {
15330
+ "minLength": 1,
15229
15331
  "type": "string"
15230
15332
  },
15231
15333
  "asciiTheme": {
15334
+ "minLength": 1,
15232
15335
  "type": "string"
15233
15336
  },
15234
15337
  "cs": {
15338
+ "minLength": 1,
15235
15339
  "type": "string"
15236
15340
  },
15237
15341
  "cstheme": {
15342
+ "minLength": 1,
15238
15343
  "type": "string"
15239
15344
  },
15240
15345
  "eastAsia": {
15346
+ "minLength": 1,
15241
15347
  "type": "string"
15242
15348
  },
15243
15349
  "eastAsiaTheme": {
15350
+ "minLength": 1,
15244
15351
  "type": "string"
15245
15352
  },
15246
15353
  "hAnsi": {
15354
+ "minLength": 1,
15247
15355
  "type": "string"
15248
15356
  },
15249
15357
  "hAnsiTheme": {
15358
+ "minLength": 1,
15250
15359
  "type": "string"
15251
15360
  },
15252
15361
  "hint": {
15362
+ "minLength": 1,
15253
15363
  "type": "string"
15254
15364
  },
15255
15365
  "val": {
15366
+ "minLength": 1,
15256
15367
  "type": "string"
15257
15368
  }
15258
15369
  },
@@ -15264,11 +15375,175 @@ const CONTRACT = {
15264
15375
  "fontSizeCs": {
15265
15376
  "type": "integer"
15266
15377
  },
15378
+ "iCs": {
15379
+ "type": "boolean"
15380
+ },
15381
+ "imprint": {
15382
+ "type": "boolean"
15383
+ },
15267
15384
  "italic": {
15268
15385
  "type": "boolean"
15269
15386
  },
15387
+ "kern": {
15388
+ "type": "integer"
15389
+ },
15390
+ "lang": {
15391
+ "additionalProperties": false,
15392
+ "minProperties": 1,
15393
+ "properties": {
15394
+ "bidi": {
15395
+ "minLength": 1,
15396
+ "type": "string"
15397
+ },
15398
+ "eastAsia": {
15399
+ "minLength": 1,
15400
+ "type": "string"
15401
+ },
15402
+ "val": {
15403
+ "minLength": 1,
15404
+ "type": "string"
15405
+ }
15406
+ },
15407
+ "type": "object"
15408
+ },
15270
15409
  "letterSpacing": {
15271
15410
  "type": "integer"
15411
+ },
15412
+ "noProof": {
15413
+ "type": "boolean"
15414
+ },
15415
+ "outline": {
15416
+ "type": "boolean"
15417
+ },
15418
+ "position": {
15419
+ "type": "integer"
15420
+ },
15421
+ "shading": {
15422
+ "additionalProperties": false,
15423
+ "minProperties": 1,
15424
+ "properties": {
15425
+ "color": {
15426
+ "minLength": 1,
15427
+ "type": "string"
15428
+ },
15429
+ "fill": {
15430
+ "minLength": 1,
15431
+ "type": "string"
15432
+ },
15433
+ "themeColor": {
15434
+ "minLength": 1,
15435
+ "type": "string"
15436
+ },
15437
+ "themeFill": {
15438
+ "minLength": 1,
15439
+ "type": "string"
15440
+ },
15441
+ "themeFillShade": {
15442
+ "minLength": 1,
15443
+ "type": "string"
15444
+ },
15445
+ "themeFillTint": {
15446
+ "minLength": 1,
15447
+ "type": "string"
15448
+ },
15449
+ "themeShade": {
15450
+ "minLength": 1,
15451
+ "type": "string"
15452
+ },
15453
+ "themeTint": {
15454
+ "minLength": 1,
15455
+ "type": "string"
15456
+ },
15457
+ "val": {
15458
+ "minLength": 1,
15459
+ "type": "string"
15460
+ }
15461
+ },
15462
+ "type": "object"
15463
+ },
15464
+ "shadow": {
15465
+ "type": "boolean"
15466
+ },
15467
+ "smallCaps": {
15468
+ "type": "boolean"
15469
+ },
15470
+ "snapToGrid": {
15471
+ "type": "boolean"
15472
+ },
15473
+ "specVanish": {
15474
+ "type": "boolean"
15475
+ },
15476
+ "strike": {
15477
+ "type": "boolean"
15478
+ },
15479
+ "textTransform": {
15480
+ "enum": [
15481
+ "uppercase",
15482
+ "none"
15483
+ ]
15484
+ },
15485
+ "underline": {
15486
+ "additionalProperties": false,
15487
+ "minProperties": 1,
15488
+ "properties": {
15489
+ "color": {
15490
+ "minLength": 1,
15491
+ "type": "string"
15492
+ },
15493
+ "themeColor": {
15494
+ "minLength": 1,
15495
+ "type": "string"
15496
+ },
15497
+ "themeShade": {
15498
+ "minLength": 1,
15499
+ "type": "string"
15500
+ },
15501
+ "themeTint": {
15502
+ "minLength": 1,
15503
+ "type": "string"
15504
+ },
15505
+ "val": {
15506
+ "enum": [
15507
+ "single",
15508
+ "double",
15509
+ "thick",
15510
+ "dotted",
15511
+ "dottedHeavy",
15512
+ "dash",
15513
+ "dashedHeavy",
15514
+ "dashLong",
15515
+ "dashLongHeavy",
15516
+ "dotDash",
15517
+ "dashDotHeavy",
15518
+ "dotDotDash",
15519
+ "dashDotDotHeavy",
15520
+ "wave",
15521
+ "wavyHeavy",
15522
+ "wavyDouble",
15523
+ "words",
15524
+ "none"
15525
+ ]
15526
+ }
15527
+ },
15528
+ "type": "object"
15529
+ },
15530
+ "vanish": {
15531
+ "type": "boolean"
15532
+ },
15533
+ "vertAlign": {
15534
+ "enum": [
15535
+ "superscript",
15536
+ "subscript",
15537
+ "baseline"
15538
+ ]
15539
+ },
15540
+ "w": {
15541
+ "maximum": 600,
15542
+ "minimum": 1,
15543
+ "type": "integer"
15544
+ },
15545
+ "webHidden": {
15546
+ "type": "boolean"
15272
15547
  }
15273
15548
  },
15274
15549
  "type": "object"
@@ -15303,24 +15578,336 @@ const CONTRACT = {
15303
15578
  "additionalProperties": false,
15304
15579
  "minProperties": 1,
15305
15580
  "properties": {
15306
- "indent": {
15581
+ "adjustRightInd": {
15582
+ "type": "boolean"
15583
+ },
15584
+ "autoSpaceDE": {
15585
+ "type": "boolean"
15586
+ },
15587
+ "autoSpaceDN": {
15588
+ "type": "boolean"
15589
+ },
15590
+ "borders": {
15307
15591
  "additionalProperties": false,
15308
15592
  "minProperties": 1,
15309
15593
  "properties": {
15310
- "end": {
15311
- "type": "integer"
15312
- },
15313
- "endChars": {
15314
- "type": "integer"
15315
- },
15316
- "firstLine": {
15317
- "type": "integer"
15318
- },
15319
- "firstLineChars": {
15320
- "type": "integer"
15321
- },
15322
- "hanging": {
15323
- "type": "integer"
15594
+ "bar": {
15595
+ "additionalProperties": false,
15596
+ "minProperties": 1,
15597
+ "properties": {
15598
+ "color": {
15599
+ "minLength": 1,
15600
+ "type": "string"
15601
+ },
15602
+ "frame": {
15603
+ "type": "boolean"
15604
+ },
15605
+ "shadow": {
15606
+ "type": "boolean"
15607
+ },
15608
+ "size": {
15609
+ "type": "integer"
15610
+ },
15611
+ "space": {
15612
+ "type": "integer"
15613
+ },
15614
+ "themeColor": {
15615
+ "minLength": 1,
15616
+ "type": "string"
15617
+ },
15618
+ "themeShade": {
15619
+ "minLength": 1,
15620
+ "type": "string"
15621
+ },
15622
+ "themeTint": {
15623
+ "minLength": 1,
15624
+ "type": "string"
15625
+ },
15626
+ "val": {
15627
+ "minLength": 1,
15628
+ "type": "string"
15629
+ }
15630
+ },
15631
+ "type": "object"
15632
+ },
15633
+ "between": {
15634
+ "additionalProperties": false,
15635
+ "minProperties": 1,
15636
+ "properties": {
15637
+ "color": {
15638
+ "minLength": 1,
15639
+ "type": "string"
15640
+ },
15641
+ "frame": {
15642
+ "type": "boolean"
15643
+ },
15644
+ "shadow": {
15645
+ "type": "boolean"
15646
+ },
15647
+ "size": {
15648
+ "type": "integer"
15649
+ },
15650
+ "space": {
15651
+ "type": "integer"
15652
+ },
15653
+ "themeColor": {
15654
+ "minLength": 1,
15655
+ "type": "string"
15656
+ },
15657
+ "themeShade": {
15658
+ "minLength": 1,
15659
+ "type": "string"
15660
+ },
15661
+ "themeTint": {
15662
+ "minLength": 1,
15663
+ "type": "string"
15664
+ },
15665
+ "val": {
15666
+ "minLength": 1,
15667
+ "type": "string"
15668
+ }
15669
+ },
15670
+ "type": "object"
15671
+ },
15672
+ "bottom": {
15673
+ "additionalProperties": false,
15674
+ "minProperties": 1,
15675
+ "properties": {
15676
+ "color": {
15677
+ "minLength": 1,
15678
+ "type": "string"
15679
+ },
15680
+ "frame": {
15681
+ "type": "boolean"
15682
+ },
15683
+ "shadow": {
15684
+ "type": "boolean"
15685
+ },
15686
+ "size": {
15687
+ "type": "integer"
15688
+ },
15689
+ "space": {
15690
+ "type": "integer"
15691
+ },
15692
+ "themeColor": {
15693
+ "minLength": 1,
15694
+ "type": "string"
15695
+ },
15696
+ "themeShade": {
15697
+ "minLength": 1,
15698
+ "type": "string"
15699
+ },
15700
+ "themeTint": {
15701
+ "minLength": 1,
15702
+ "type": "string"
15703
+ },
15704
+ "val": {
15705
+ "minLength": 1,
15706
+ "type": "string"
15707
+ }
15708
+ },
15709
+ "type": "object"
15710
+ },
15711
+ "left": {
15712
+ "additionalProperties": false,
15713
+ "minProperties": 1,
15714
+ "properties": {
15715
+ "color": {
15716
+ "minLength": 1,
15717
+ "type": "string"
15718
+ },
15719
+ "frame": {
15720
+ "type": "boolean"
15721
+ },
15722
+ "shadow": {
15723
+ "type": "boolean"
15724
+ },
15725
+ "size": {
15726
+ "type": "integer"
15727
+ },
15728
+ "space": {
15729
+ "type": "integer"
15730
+ },
15731
+ "themeColor": {
15732
+ "minLength": 1,
15733
+ "type": "string"
15734
+ },
15735
+ "themeShade": {
15736
+ "minLength": 1,
15737
+ "type": "string"
15738
+ },
15739
+ "themeTint": {
15740
+ "minLength": 1,
15741
+ "type": "string"
15742
+ },
15743
+ "val": {
15744
+ "minLength": 1,
15745
+ "type": "string"
15746
+ }
15747
+ },
15748
+ "type": "object"
15749
+ },
15750
+ "right": {
15751
+ "additionalProperties": false,
15752
+ "minProperties": 1,
15753
+ "properties": {
15754
+ "color": {
15755
+ "minLength": 1,
15756
+ "type": "string"
15757
+ },
15758
+ "frame": {
15759
+ "type": "boolean"
15760
+ },
15761
+ "shadow": {
15762
+ "type": "boolean"
15763
+ },
15764
+ "size": {
15765
+ "type": "integer"
15766
+ },
15767
+ "space": {
15768
+ "type": "integer"
15769
+ },
15770
+ "themeColor": {
15771
+ "minLength": 1,
15772
+ "type": "string"
15773
+ },
15774
+ "themeShade": {
15775
+ "minLength": 1,
15776
+ "type": "string"
15777
+ },
15778
+ "themeTint": {
15779
+ "minLength": 1,
15780
+ "type": "string"
15781
+ },
15782
+ "val": {
15783
+ "minLength": 1,
15784
+ "type": "string"
15785
+ }
15786
+ },
15787
+ "type": "object"
15788
+ },
15789
+ "top": {
15790
+ "additionalProperties": false,
15791
+ "minProperties": 1,
15792
+ "properties": {
15793
+ "color": {
15794
+ "minLength": 1,
15795
+ "type": "string"
15796
+ },
15797
+ "frame": {
15798
+ "type": "boolean"
15799
+ },
15800
+ "shadow": {
15801
+ "type": "boolean"
15802
+ },
15803
+ "size": {
15804
+ "type": "integer"
15805
+ },
15806
+ "space": {
15807
+ "type": "integer"
15808
+ },
15809
+ "themeColor": {
15810
+ "minLength": 1,
15811
+ "type": "string"
15812
+ },
15813
+ "themeShade": {
15814
+ "minLength": 1,
15815
+ "type": "string"
15816
+ },
15817
+ "themeTint": {
15818
+ "minLength": 1,
15819
+ "type": "string"
15820
+ },
15821
+ "val": {
15822
+ "minLength": 1,
15823
+ "type": "string"
15824
+ }
15825
+ },
15826
+ "type": "object"
15827
+ }
15828
+ },
15829
+ "type": "object"
15830
+ },
15831
+ "contextualSpacing": {
15832
+ "type": "boolean"
15833
+ },
15834
+ "framePr": {
15835
+ "additionalProperties": false,
15836
+ "minProperties": 1,
15837
+ "properties": {
15838
+ "anchorLock": {
15839
+ "type": "boolean"
15840
+ },
15841
+ "dropCap": {
15842
+ "minLength": 1,
15843
+ "type": "string"
15844
+ },
15845
+ "h": {
15846
+ "type": "integer"
15847
+ },
15848
+ "hAnchor": {
15849
+ "minLength": 1,
15850
+ "type": "string"
15851
+ },
15852
+ "hRule": {
15853
+ "minLength": 1,
15854
+ "type": "string"
15855
+ },
15856
+ "hSpace": {
15857
+ "type": "integer"
15858
+ },
15859
+ "lines": {
15860
+ "type": "integer"
15861
+ },
15862
+ "vAnchor": {
15863
+ "minLength": 1,
15864
+ "type": "string"
15865
+ },
15866
+ "vSpace": {
15867
+ "type": "integer"
15868
+ },
15869
+ "w": {
15870
+ "type": "integer"
15871
+ },
15872
+ "wrap": {
15873
+ "minLength": 1,
15874
+ "type": "string"
15875
+ },
15876
+ "x": {
15877
+ "type": "integer"
15878
+ },
15879
+ "xAlign": {
15880
+ "minLength": 1,
15881
+ "type": "string"
15882
+ },
15883
+ "y": {
15884
+ "type": "integer"
15885
+ },
15886
+ "yAlign": {
15887
+ "minLength": 1,
15888
+ "type": "string"
15889
+ }
15890
+ },
15891
+ "type": "object"
15892
+ },
15893
+ "indent": {
15894
+ "additionalProperties": false,
15895
+ "minProperties": 1,
15896
+ "properties": {
15897
+ "end": {
15898
+ "type": "integer"
15899
+ },
15900
+ "endChars": {
15901
+ "type": "integer"
15902
+ },
15903
+ "firstLine": {
15904
+ "type": "integer"
15905
+ },
15906
+ "firstLineChars": {
15907
+ "type": "integer"
15908
+ },
15909
+ "hanging": {
15910
+ "type": "integer"
15324
15911
  },
15325
15912
  "hangingChars": {
15326
15913
  "type": "integer"
@@ -15355,45 +15942,204 @@ const CONTRACT = {
15355
15942
  "distribute"
15356
15943
  ]
15357
15944
  },
15358
- "spacing": {
15945
+ "keepLines": {
15946
+ "type": "boolean"
15947
+ },
15948
+ "keepNext": {
15949
+ "type": "boolean"
15950
+ },
15951
+ "kinsoku": {
15952
+ "type": "boolean"
15953
+ },
15954
+ "mirrorIndents": {
15955
+ "type": "boolean"
15956
+ },
15957
+ "numberingProperties": {
15359
15958
  "additionalProperties": false,
15360
15959
  "minProperties": 1,
15361
15960
  "properties": {
15362
- "after": {
15363
- "type": "integer"
15364
- },
15365
- "afterAutospacing": {
15366
- "type": "boolean"
15367
- },
15368
- "afterLines": {
15369
- "type": "integer"
15370
- },
15371
- "before": {
15372
- "type": "integer"
15373
- },
15374
- "beforeAutospacing": {
15375
- "type": "boolean"
15376
- },
15377
- "beforeLines": {
15961
+ "ilvl": {
15378
15962
  "type": "integer"
15379
15963
  },
15380
- "line": {
15964
+ "numId": {
15381
15965
  "type": "integer"
15382
- },
15383
- "lineRule": {
15384
- "enum": [
15385
- "auto",
15386
- "exact",
15387
- "atLeast"
15388
- ]
15389
15966
  }
15390
15967
  },
15391
15968
  "type": "object"
15392
- }
15393
- },
15394
- "type": "object"
15395
- },
15396
- "target": {
15969
+ },
15970
+ "outlineLvl": {
15971
+ "maximum": 9,
15972
+ "minimum": 0,
15973
+ "type": "integer"
15974
+ },
15975
+ "overflowPunct": {
15976
+ "type": "boolean"
15977
+ },
15978
+ "pageBreakBefore": {
15979
+ "type": "boolean"
15980
+ },
15981
+ "rightToLeft": {
15982
+ "type": "boolean"
15983
+ },
15984
+ "shading": {
15985
+ "additionalProperties": false,
15986
+ "minProperties": 1,
15987
+ "properties": {
15988
+ "color": {
15989
+ "minLength": 1,
15990
+ "type": "string"
15991
+ },
15992
+ "fill": {
15993
+ "minLength": 1,
15994
+ "type": "string"
15995
+ },
15996
+ "themeColor": {
15997
+ "minLength": 1,
15998
+ "type": "string"
15999
+ },
16000
+ "themeFill": {
16001
+ "minLength": 1,
16002
+ "type": "string"
16003
+ },
16004
+ "themeFillShade": {
16005
+ "minLength": 1,
16006
+ "type": "string"
16007
+ },
16008
+ "themeFillTint": {
16009
+ "minLength": 1,
16010
+ "type": "string"
16011
+ },
16012
+ "themeShade": {
16013
+ "minLength": 1,
16014
+ "type": "string"
16015
+ },
16016
+ "themeTint": {
16017
+ "minLength": 1,
16018
+ "type": "string"
16019
+ },
16020
+ "val": {
16021
+ "minLength": 1,
16022
+ "type": "string"
16023
+ }
16024
+ },
16025
+ "type": "object"
16026
+ },
16027
+ "snapToGrid": {
16028
+ "type": "boolean"
16029
+ },
16030
+ "spacing": {
16031
+ "additionalProperties": false,
16032
+ "minProperties": 1,
16033
+ "properties": {
16034
+ "after": {
16035
+ "type": "integer"
16036
+ },
16037
+ "afterAutospacing": {
16038
+ "type": "boolean"
16039
+ },
16040
+ "afterLines": {
16041
+ "type": "integer"
16042
+ },
16043
+ "before": {
16044
+ "type": "integer"
16045
+ },
16046
+ "beforeAutospacing": {
16047
+ "type": "boolean"
16048
+ },
16049
+ "beforeLines": {
16050
+ "type": "integer"
16051
+ },
16052
+ "line": {
16053
+ "type": "integer"
16054
+ },
16055
+ "lineRule": {
16056
+ "enum": [
16057
+ "auto",
16058
+ "exact",
16059
+ "atLeast"
16060
+ ]
16061
+ }
16062
+ },
16063
+ "type": "object"
16064
+ },
16065
+ "suppressAutoHyphens": {
16066
+ "type": "boolean"
16067
+ },
16068
+ "suppressLineNumbers": {
16069
+ "type": "boolean"
16070
+ },
16071
+ "suppressOverlap": {
16072
+ "type": "boolean"
16073
+ },
16074
+ "tabStops": {
16075
+ "items": {
16076
+ "additionalProperties": false,
16077
+ "minProperties": 1,
16078
+ "properties": {
16079
+ "tab": {
16080
+ "additionalProperties": false,
16081
+ "minProperties": 1,
16082
+ "properties": {
16083
+ "leader": {
16084
+ "minLength": 1,
16085
+ "type": "string"
16086
+ },
16087
+ "pos": {
16088
+ "type": "integer"
16089
+ },
16090
+ "tabType": {
16091
+ "minLength": 1,
16092
+ "type": "string"
16093
+ }
16094
+ },
16095
+ "type": "object"
16096
+ }
16097
+ },
16098
+ "type": "object"
16099
+ },
16100
+ "type": "array"
16101
+ },
16102
+ "textAlignment": {
16103
+ "enum": [
16104
+ "top",
16105
+ "center",
16106
+ "baseline",
16107
+ "bottom",
16108
+ "auto"
16109
+ ]
16110
+ },
16111
+ "textboxTightWrap": {
16112
+ "enum": [
16113
+ "none",
16114
+ "allLines",
16115
+ "firstAndLastLine",
16116
+ "firstLineOnly",
16117
+ "lastLineOnly"
16118
+ ]
16119
+ },
16120
+ "textDirection": {
16121
+ "enum": [
16122
+ "lrTb",
16123
+ "tbRl",
16124
+ "btLr",
16125
+ "lrTbV",
16126
+ "tbRlV",
16127
+ "tbLrV"
16128
+ ]
16129
+ },
16130
+ "topLinePunct": {
16131
+ "type": "boolean"
16132
+ },
16133
+ "widowControl": {
16134
+ "type": "boolean"
16135
+ },
16136
+ "wordWrap": {
16137
+ "type": "boolean"
16138
+ }
16139
+ },
16140
+ "type": "object"
16141
+ },
16142
+ "target": {
15397
16143
  "additionalProperties": false,
15398
16144
  "properties": {
15399
16145
  "channel": {
@@ -15426,54 +16172,52 @@ const CONTRACT = {
15426
16172
  "after": {
15427
16173
  "additionalProperties": false,
15428
16174
  "properties": {
15429
- "bold": {
16175
+ "adjustRightInd": {
15430
16176
  "enum": [
15431
16177
  "on",
15432
16178
  "off",
15433
16179
  "inherit"
15434
16180
  ]
15435
16181
  },
15436
- "color": {
15437
- "oneOf": [
15438
- {
15439
- "type": "object"
15440
- },
15441
- {
15442
- "const": "inherit"
15443
- }
16182
+ "autoSpaceDE": {
16183
+ "enum": [
16184
+ "on",
16185
+ "off",
16186
+ "inherit"
15444
16187
  ]
15445
16188
  },
15446
- "fontFamily": {
15447
- "oneOf": [
15448
- {
15449
- "type": "object"
15450
- },
15451
- {
15452
- "const": "inherit"
15453
- }
16189
+ "autoSpaceDN": {
16190
+ "enum": [
16191
+ "on",
16192
+ "off",
16193
+ "inherit"
15454
16194
  ]
15455
16195
  },
15456
- "fontSize": {
15457
- "oneOf": [
15458
- {
15459
- "type": "number"
15460
- },
15461
- {
15462
- "const": "inherit"
15463
- }
16196
+ "bold": {
16197
+ "enum": [
16198
+ "on",
16199
+ "off",
16200
+ "inherit"
15464
16201
  ]
15465
16202
  },
15466
- "fontSizeCs": {
16203
+ "boldCs": {
16204
+ "enum": [
16205
+ "on",
16206
+ "off",
16207
+ "inherit"
16208
+ ]
16209
+ },
16210
+ "borders": {
15467
16211
  "oneOf": [
15468
16212
  {
15469
- "type": "number"
16213
+ "type": "object"
15470
16214
  },
15471
16215
  {
15472
16216
  "const": "inherit"
15473
16217
  }
15474
16218
  ]
15475
16219
  },
15476
- "indent": {
16220
+ "color": {
15477
16221
  "oneOf": [
15478
16222
  {
15479
16223
  "type": "object"
@@ -15483,57 +16227,58 @@ const CONTRACT = {
15483
16227
  }
15484
16228
  ]
15485
16229
  },
15486
- "italic": {
16230
+ "contextualSpacing": {
15487
16231
  "enum": [
15488
16232
  "on",
15489
16233
  "off",
15490
16234
  "inherit"
15491
16235
  ]
15492
16236
  },
15493
- "justification": {
16237
+ "dstrike": {
16238
+ "enum": [
16239
+ "on",
16240
+ "off",
16241
+ "inherit"
16242
+ ]
16243
+ },
16244
+ "eastAsianLayout": {
15494
16245
  "oneOf": [
15495
16246
  {
15496
- "type": "string"
16247
+ "type": "object"
15497
16248
  },
15498
16249
  {
15499
16250
  "const": "inherit"
15500
16251
  }
15501
16252
  ]
15502
16253
  },
15503
- "letterSpacing": {
16254
+ "effect": {
15504
16255
  "oneOf": [
15505
16256
  {
15506
- "type": "number"
16257
+ "type": "string"
15507
16258
  },
15508
16259
  {
15509
16260
  "const": "inherit"
15510
16261
  }
15511
16262
  ]
15512
16263
  },
15513
- "spacing": {
16264
+ "em": {
15514
16265
  "oneOf": [
15515
16266
  {
15516
- "type": "object"
16267
+ "type": "string"
15517
16268
  },
15518
16269
  {
15519
16270
  "const": "inherit"
15520
16271
  }
15521
16272
  ]
15522
- }
15523
- },
15524
- "type": "object"
15525
- },
15526
- "before": {
15527
- "additionalProperties": false,
15528
- "properties": {
15529
- "bold": {
16273
+ },
16274
+ "emboss": {
15530
16275
  "enum": [
15531
16276
  "on",
15532
16277
  "off",
15533
16278
  "inherit"
15534
16279
  ]
15535
16280
  },
15536
- "color": {
16281
+ "fitText": {
15537
16282
  "oneOf": [
15538
16283
  {
15539
16284
  "type": "object"
@@ -15573,6 +16318,30 @@ const CONTRACT = {
15573
16318
  }
15574
16319
  ]
15575
16320
  },
16321
+ "framePr": {
16322
+ "oneOf": [
16323
+ {
16324
+ "type": "object"
16325
+ },
16326
+ {
16327
+ "const": "inherit"
16328
+ }
16329
+ ]
16330
+ },
16331
+ "iCs": {
16332
+ "enum": [
16333
+ "on",
16334
+ "off",
16335
+ "inherit"
16336
+ ]
16337
+ },
16338
+ "imprint": {
16339
+ "enum": [
16340
+ "on",
16341
+ "off",
16342
+ "inherit"
16343
+ ]
16344
+ },
15576
16345
  "indent": {
15577
16346
  "oneOf": [
15578
16347
  {
@@ -15600,7 +16369,21 @@ const CONTRACT = {
15600
16369
  }
15601
16370
  ]
15602
16371
  },
15603
- "letterSpacing": {
16372
+ "keepLines": {
16373
+ "enum": [
16374
+ "on",
16375
+ "off",
16376
+ "inherit"
16377
+ ]
16378
+ },
16379
+ "keepNext": {
16380
+ "enum": [
16381
+ "on",
16382
+ "off",
16383
+ "inherit"
16384
+ ]
16385
+ },
16386
+ "kern": {
15604
16387
  "oneOf": [
15605
16388
  {
15606
16389
  "type": "number"
@@ -15610,7 +16393,14 @@ const CONTRACT = {
15610
16393
  }
15611
16394
  ]
15612
16395
  },
15613
- "spacing": {
16396
+ "kinsoku": {
16397
+ "enum": [
16398
+ "on",
16399
+ "off",
16400
+ "inherit"
16401
+ ]
16402
+ },
16403
+ "lang": {
15614
16404
  "oneOf": [
15615
16405
  {
15616
16406
  "type": "object"
@@ -15619,129 +16409,1457 @@ const CONTRACT = {
15619
16409
  "const": "inherit"
15620
16410
  }
15621
16411
  ]
15622
- }
15623
- },
15624
- "type": "object"
15625
- },
15626
- "changed": {
15627
- "type": "boolean"
15628
- },
15629
- "dryRun": {
15630
- "type": "boolean"
15631
- },
15632
- "resolution": {
15633
- "additionalProperties": false,
15634
- "properties": {
15635
- "channel": {
16412
+ },
16413
+ "letterSpacing": {
16414
+ "oneOf": [
16415
+ {
16416
+ "type": "number"
16417
+ },
16418
+ {
16419
+ "const": "inherit"
16420
+ }
16421
+ ]
16422
+ },
16423
+ "mirrorIndents": {
15636
16424
  "enum": [
15637
- "run",
15638
- "paragraph"
16425
+ "on",
16426
+ "off",
16427
+ "inherit"
16428
+ ]
16429
+ },
16430
+ "noProof": {
16431
+ "enum": [
16432
+ "on",
16433
+ "off",
16434
+ "inherit"
16435
+ ]
16436
+ },
16437
+ "numberingProperties": {
16438
+ "oneOf": [
16439
+ {
16440
+ "type": "object"
16441
+ },
16442
+ {
16443
+ "const": "inherit"
16444
+ }
16445
+ ]
16446
+ },
16447
+ "outline": {
16448
+ "enum": [
16449
+ "on",
16450
+ "off",
16451
+ "inherit"
16452
+ ]
16453
+ },
16454
+ "outlineLvl": {
16455
+ "oneOf": [
16456
+ {
16457
+ "type": "number"
16458
+ },
16459
+ {
16460
+ "const": "inherit"
16461
+ }
16462
+ ]
16463
+ },
16464
+ "overflowPunct": {
16465
+ "enum": [
16466
+ "on",
16467
+ "off",
16468
+ "inherit"
16469
+ ]
16470
+ },
16471
+ "pageBreakBefore": {
16472
+ "enum": [
16473
+ "on",
16474
+ "off",
16475
+ "inherit"
16476
+ ]
16477
+ },
16478
+ "position": {
16479
+ "oneOf": [
16480
+ {
16481
+ "type": "number"
16482
+ },
16483
+ {
16484
+ "const": "inherit"
16485
+ }
16486
+ ]
16487
+ },
16488
+ "rightToLeft": {
16489
+ "enum": [
16490
+ "on",
16491
+ "off",
16492
+ "inherit"
16493
+ ]
16494
+ },
16495
+ "shading": {
16496
+ "oneOf": [
16497
+ {
16498
+ "type": "object"
16499
+ },
16500
+ {
16501
+ "const": "inherit"
16502
+ }
16503
+ ]
16504
+ },
16505
+ "shadow": {
16506
+ "enum": [
16507
+ "on",
16508
+ "off",
16509
+ "inherit"
16510
+ ]
16511
+ },
16512
+ "smallCaps": {
16513
+ "enum": [
16514
+ "on",
16515
+ "off",
16516
+ "inherit"
16517
+ ]
16518
+ },
16519
+ "snapToGrid": {
16520
+ "enum": [
16521
+ "on",
16522
+ "off",
16523
+ "inherit"
16524
+ ]
16525
+ },
16526
+ "spacing": {
16527
+ "oneOf": [
16528
+ {
16529
+ "type": "object"
16530
+ },
16531
+ {
16532
+ "const": "inherit"
16533
+ }
16534
+ ]
16535
+ },
16536
+ "specVanish": {
16537
+ "enum": [
16538
+ "on",
16539
+ "off",
16540
+ "inherit"
16541
+ ]
16542
+ },
16543
+ "strike": {
16544
+ "enum": [
16545
+ "on",
16546
+ "off",
16547
+ "inherit"
16548
+ ]
16549
+ },
16550
+ "suppressAutoHyphens": {
16551
+ "enum": [
16552
+ "on",
16553
+ "off",
16554
+ "inherit"
16555
+ ]
16556
+ },
16557
+ "suppressLineNumbers": {
16558
+ "enum": [
16559
+ "on",
16560
+ "off",
16561
+ "inherit"
16562
+ ]
16563
+ },
16564
+ "suppressOverlap": {
16565
+ "enum": [
16566
+ "on",
16567
+ "off",
16568
+ "inherit"
16569
+ ]
16570
+ },
16571
+ "tabStops": {
16572
+ "oneOf": [
16573
+ {
16574
+ "type": "array"
16575
+ },
16576
+ {
16577
+ "const": "inherit"
16578
+ }
16579
+ ]
16580
+ },
16581
+ "textAlignment": {
16582
+ "oneOf": [
16583
+ {
16584
+ "type": "string"
16585
+ },
16586
+ {
16587
+ "const": "inherit"
16588
+ }
16589
+ ]
16590
+ },
16591
+ "textboxTightWrap": {
16592
+ "oneOf": [
16593
+ {
16594
+ "type": "string"
16595
+ },
16596
+ {
16597
+ "const": "inherit"
16598
+ }
16599
+ ]
16600
+ },
16601
+ "textDirection": {
16602
+ "oneOf": [
16603
+ {
16604
+ "type": "string"
16605
+ },
16606
+ {
16607
+ "const": "inherit"
16608
+ }
16609
+ ]
16610
+ },
16611
+ "textTransform": {
16612
+ "oneOf": [
16613
+ {
16614
+ "type": "string"
16615
+ },
16616
+ {
16617
+ "const": "inherit"
16618
+ }
16619
+ ]
16620
+ },
16621
+ "topLinePunct": {
16622
+ "enum": [
16623
+ "on",
16624
+ "off",
16625
+ "inherit"
16626
+ ]
16627
+ },
16628
+ "underline": {
16629
+ "oneOf": [
16630
+ {
16631
+ "type": "object"
16632
+ },
16633
+ {
16634
+ "const": "inherit"
16635
+ }
16636
+ ]
16637
+ },
16638
+ "vanish": {
16639
+ "enum": [
16640
+ "on",
16641
+ "off",
16642
+ "inherit"
16643
+ ]
16644
+ },
16645
+ "vertAlign": {
16646
+ "oneOf": [
16647
+ {
16648
+ "type": "string"
16649
+ },
16650
+ {
16651
+ "const": "inherit"
16652
+ }
16653
+ ]
16654
+ },
16655
+ "w": {
16656
+ "oneOf": [
16657
+ {
16658
+ "type": "number"
16659
+ },
16660
+ {
16661
+ "const": "inherit"
16662
+ }
15639
16663
  ]
15640
16664
  },
15641
- "scope": {
15642
- "const": "docDefaults"
16665
+ "webHidden": {
16666
+ "enum": [
16667
+ "on",
16668
+ "off",
16669
+ "inherit"
16670
+ ]
16671
+ },
16672
+ "widowControl": {
16673
+ "enum": [
16674
+ "on",
16675
+ "off",
16676
+ "inherit"
16677
+ ]
16678
+ },
16679
+ "wordWrap": {
16680
+ "enum": [
16681
+ "on",
16682
+ "off",
16683
+ "inherit"
16684
+ ]
16685
+ }
16686
+ },
16687
+ "type": "object"
16688
+ },
16689
+ "before": {
16690
+ "additionalProperties": false,
16691
+ "properties": {
16692
+ "adjustRightInd": {
16693
+ "enum": [
16694
+ "on",
16695
+ "off",
16696
+ "inherit"
16697
+ ]
16698
+ },
16699
+ "autoSpaceDE": {
16700
+ "enum": [
16701
+ "on",
16702
+ "off",
16703
+ "inherit"
16704
+ ]
16705
+ },
16706
+ "autoSpaceDN": {
16707
+ "enum": [
16708
+ "on",
16709
+ "off",
16710
+ "inherit"
16711
+ ]
16712
+ },
16713
+ "bold": {
16714
+ "enum": [
16715
+ "on",
16716
+ "off",
16717
+ "inherit"
16718
+ ]
16719
+ },
16720
+ "boldCs": {
16721
+ "enum": [
16722
+ "on",
16723
+ "off",
16724
+ "inherit"
16725
+ ]
16726
+ },
16727
+ "borders": {
16728
+ "oneOf": [
16729
+ {
16730
+ "type": "object"
16731
+ },
16732
+ {
16733
+ "const": "inherit"
16734
+ }
16735
+ ]
16736
+ },
16737
+ "color": {
16738
+ "oneOf": [
16739
+ {
16740
+ "type": "object"
16741
+ },
16742
+ {
16743
+ "const": "inherit"
16744
+ }
16745
+ ]
16746
+ },
16747
+ "contextualSpacing": {
16748
+ "enum": [
16749
+ "on",
16750
+ "off",
16751
+ "inherit"
16752
+ ]
16753
+ },
16754
+ "dstrike": {
16755
+ "enum": [
16756
+ "on",
16757
+ "off",
16758
+ "inherit"
16759
+ ]
16760
+ },
16761
+ "eastAsianLayout": {
16762
+ "oneOf": [
16763
+ {
16764
+ "type": "object"
16765
+ },
16766
+ {
16767
+ "const": "inherit"
16768
+ }
16769
+ ]
16770
+ },
16771
+ "effect": {
16772
+ "oneOf": [
16773
+ {
16774
+ "type": "string"
16775
+ },
16776
+ {
16777
+ "const": "inherit"
16778
+ }
16779
+ ]
16780
+ },
16781
+ "em": {
16782
+ "oneOf": [
16783
+ {
16784
+ "type": "string"
16785
+ },
16786
+ {
16787
+ "const": "inherit"
16788
+ }
16789
+ ]
16790
+ },
16791
+ "emboss": {
16792
+ "enum": [
16793
+ "on",
16794
+ "off",
16795
+ "inherit"
16796
+ ]
16797
+ },
16798
+ "fitText": {
16799
+ "oneOf": [
16800
+ {
16801
+ "type": "object"
16802
+ },
16803
+ {
16804
+ "const": "inherit"
16805
+ }
16806
+ ]
16807
+ },
16808
+ "fontFamily": {
16809
+ "oneOf": [
16810
+ {
16811
+ "type": "object"
16812
+ },
16813
+ {
16814
+ "const": "inherit"
16815
+ }
16816
+ ]
16817
+ },
16818
+ "fontSize": {
16819
+ "oneOf": [
16820
+ {
16821
+ "type": "number"
16822
+ },
16823
+ {
16824
+ "const": "inherit"
16825
+ }
16826
+ ]
16827
+ },
16828
+ "fontSizeCs": {
16829
+ "oneOf": [
16830
+ {
16831
+ "type": "number"
16832
+ },
16833
+ {
16834
+ "const": "inherit"
16835
+ }
16836
+ ]
16837
+ },
16838
+ "framePr": {
16839
+ "oneOf": [
16840
+ {
16841
+ "type": "object"
16842
+ },
16843
+ {
16844
+ "const": "inherit"
16845
+ }
16846
+ ]
16847
+ },
16848
+ "iCs": {
16849
+ "enum": [
16850
+ "on",
16851
+ "off",
16852
+ "inherit"
16853
+ ]
16854
+ },
16855
+ "imprint": {
16856
+ "enum": [
16857
+ "on",
16858
+ "off",
16859
+ "inherit"
16860
+ ]
16861
+ },
16862
+ "indent": {
16863
+ "oneOf": [
16864
+ {
16865
+ "type": "object"
16866
+ },
16867
+ {
16868
+ "const": "inherit"
16869
+ }
16870
+ ]
16871
+ },
16872
+ "italic": {
16873
+ "enum": [
16874
+ "on",
16875
+ "off",
16876
+ "inherit"
16877
+ ]
16878
+ },
16879
+ "justification": {
16880
+ "oneOf": [
16881
+ {
16882
+ "type": "string"
16883
+ },
16884
+ {
16885
+ "const": "inherit"
16886
+ }
16887
+ ]
16888
+ },
16889
+ "keepLines": {
16890
+ "enum": [
16891
+ "on",
16892
+ "off",
16893
+ "inherit"
16894
+ ]
16895
+ },
16896
+ "keepNext": {
16897
+ "enum": [
16898
+ "on",
16899
+ "off",
16900
+ "inherit"
16901
+ ]
16902
+ },
16903
+ "kern": {
16904
+ "oneOf": [
16905
+ {
16906
+ "type": "number"
16907
+ },
16908
+ {
16909
+ "const": "inherit"
16910
+ }
16911
+ ]
16912
+ },
16913
+ "kinsoku": {
16914
+ "enum": [
16915
+ "on",
16916
+ "off",
16917
+ "inherit"
16918
+ ]
16919
+ },
16920
+ "lang": {
16921
+ "oneOf": [
16922
+ {
16923
+ "type": "object"
16924
+ },
16925
+ {
16926
+ "const": "inherit"
16927
+ }
16928
+ ]
16929
+ },
16930
+ "letterSpacing": {
16931
+ "oneOf": [
16932
+ {
16933
+ "type": "number"
16934
+ },
16935
+ {
16936
+ "const": "inherit"
16937
+ }
16938
+ ]
16939
+ },
16940
+ "mirrorIndents": {
16941
+ "enum": [
16942
+ "on",
16943
+ "off",
16944
+ "inherit"
16945
+ ]
16946
+ },
16947
+ "noProof": {
16948
+ "enum": [
16949
+ "on",
16950
+ "off",
16951
+ "inherit"
16952
+ ]
16953
+ },
16954
+ "numberingProperties": {
16955
+ "oneOf": [
16956
+ {
16957
+ "type": "object"
16958
+ },
16959
+ {
16960
+ "const": "inherit"
16961
+ }
16962
+ ]
16963
+ },
16964
+ "outline": {
16965
+ "enum": [
16966
+ "on",
16967
+ "off",
16968
+ "inherit"
16969
+ ]
16970
+ },
16971
+ "outlineLvl": {
16972
+ "oneOf": [
16973
+ {
16974
+ "type": "number"
16975
+ },
16976
+ {
16977
+ "const": "inherit"
16978
+ }
16979
+ ]
16980
+ },
16981
+ "overflowPunct": {
16982
+ "enum": [
16983
+ "on",
16984
+ "off",
16985
+ "inherit"
16986
+ ]
16987
+ },
16988
+ "pageBreakBefore": {
16989
+ "enum": [
16990
+ "on",
16991
+ "off",
16992
+ "inherit"
16993
+ ]
16994
+ },
16995
+ "position": {
16996
+ "oneOf": [
16997
+ {
16998
+ "type": "number"
16999
+ },
17000
+ {
17001
+ "const": "inherit"
17002
+ }
17003
+ ]
17004
+ },
17005
+ "rightToLeft": {
17006
+ "enum": [
17007
+ "on",
17008
+ "off",
17009
+ "inherit"
17010
+ ]
17011
+ },
17012
+ "shading": {
17013
+ "oneOf": [
17014
+ {
17015
+ "type": "object"
17016
+ },
17017
+ {
17018
+ "const": "inherit"
17019
+ }
17020
+ ]
17021
+ },
17022
+ "shadow": {
17023
+ "enum": [
17024
+ "on",
17025
+ "off",
17026
+ "inherit"
17027
+ ]
17028
+ },
17029
+ "smallCaps": {
17030
+ "enum": [
17031
+ "on",
17032
+ "off",
17033
+ "inherit"
17034
+ ]
17035
+ },
17036
+ "snapToGrid": {
17037
+ "enum": [
17038
+ "on",
17039
+ "off",
17040
+ "inherit"
17041
+ ]
17042
+ },
17043
+ "spacing": {
17044
+ "oneOf": [
17045
+ {
17046
+ "type": "object"
17047
+ },
17048
+ {
17049
+ "const": "inherit"
17050
+ }
17051
+ ]
17052
+ },
17053
+ "specVanish": {
17054
+ "enum": [
17055
+ "on",
17056
+ "off",
17057
+ "inherit"
17058
+ ]
17059
+ },
17060
+ "strike": {
17061
+ "enum": [
17062
+ "on",
17063
+ "off",
17064
+ "inherit"
17065
+ ]
17066
+ },
17067
+ "suppressAutoHyphens": {
17068
+ "enum": [
17069
+ "on",
17070
+ "off",
17071
+ "inherit"
17072
+ ]
17073
+ },
17074
+ "suppressLineNumbers": {
17075
+ "enum": [
17076
+ "on",
17077
+ "off",
17078
+ "inherit"
17079
+ ]
17080
+ },
17081
+ "suppressOverlap": {
17082
+ "enum": [
17083
+ "on",
17084
+ "off",
17085
+ "inherit"
17086
+ ]
17087
+ },
17088
+ "tabStops": {
17089
+ "oneOf": [
17090
+ {
17091
+ "type": "array"
17092
+ },
17093
+ {
17094
+ "const": "inherit"
17095
+ }
17096
+ ]
17097
+ },
17098
+ "textAlignment": {
17099
+ "oneOf": [
17100
+ {
17101
+ "type": "string"
17102
+ },
17103
+ {
17104
+ "const": "inherit"
17105
+ }
17106
+ ]
17107
+ },
17108
+ "textboxTightWrap": {
17109
+ "oneOf": [
17110
+ {
17111
+ "type": "string"
17112
+ },
17113
+ {
17114
+ "const": "inherit"
17115
+ }
17116
+ ]
17117
+ },
17118
+ "textDirection": {
17119
+ "oneOf": [
17120
+ {
17121
+ "type": "string"
17122
+ },
17123
+ {
17124
+ "const": "inherit"
17125
+ }
17126
+ ]
17127
+ },
17128
+ "textTransform": {
17129
+ "oneOf": [
17130
+ {
17131
+ "type": "string"
17132
+ },
17133
+ {
17134
+ "const": "inherit"
17135
+ }
17136
+ ]
17137
+ },
17138
+ "topLinePunct": {
17139
+ "enum": [
17140
+ "on",
17141
+ "off",
17142
+ "inherit"
17143
+ ]
17144
+ },
17145
+ "underline": {
17146
+ "oneOf": [
17147
+ {
17148
+ "type": "object"
17149
+ },
17150
+ {
17151
+ "const": "inherit"
17152
+ }
17153
+ ]
17154
+ },
17155
+ "vanish": {
17156
+ "enum": [
17157
+ "on",
17158
+ "off",
17159
+ "inherit"
17160
+ ]
17161
+ },
17162
+ "vertAlign": {
17163
+ "oneOf": [
17164
+ {
17165
+ "type": "string"
17166
+ },
17167
+ {
17168
+ "const": "inherit"
17169
+ }
17170
+ ]
17171
+ },
17172
+ "w": {
17173
+ "oneOf": [
17174
+ {
17175
+ "type": "number"
17176
+ },
17177
+ {
17178
+ "const": "inherit"
17179
+ }
17180
+ ]
17181
+ },
17182
+ "webHidden": {
17183
+ "enum": [
17184
+ "on",
17185
+ "off",
17186
+ "inherit"
17187
+ ]
17188
+ },
17189
+ "widowControl": {
17190
+ "enum": [
17191
+ "on",
17192
+ "off",
17193
+ "inherit"
17194
+ ]
17195
+ },
17196
+ "wordWrap": {
17197
+ "enum": [
17198
+ "on",
17199
+ "off",
17200
+ "inherit"
17201
+ ]
17202
+ }
17203
+ },
17204
+ "type": "object"
17205
+ },
17206
+ "changed": {
17207
+ "type": "boolean"
17208
+ },
17209
+ "dryRun": {
17210
+ "type": "boolean"
17211
+ },
17212
+ "resolution": {
17213
+ "additionalProperties": false,
17214
+ "properties": {
17215
+ "channel": {
17216
+ "enum": [
17217
+ "run",
17218
+ "paragraph"
17219
+ ]
17220
+ },
17221
+ "scope": {
17222
+ "const": "docDefaults"
17223
+ },
17224
+ "xmlPart": {
17225
+ "const": "word/styles.xml"
17226
+ },
17227
+ "xmlPath": {
17228
+ "enum": [
17229
+ "w:styles/w:docDefaults/w:rPrDefault/w:rPr",
17230
+ "w:styles/w:docDefaults/w:pPrDefault/w:pPr"
17231
+ ]
17232
+ }
17233
+ },
17234
+ "required": [
17235
+ "scope",
17236
+ "channel",
17237
+ "xmlPart",
17238
+ "xmlPath"
17239
+ ],
17240
+ "type": "object"
17241
+ },
17242
+ "success": {
17243
+ "const": true
17244
+ }
17245
+ },
17246
+ "required": [
17247
+ "success",
17248
+ "changed",
17249
+ "resolution",
17250
+ "dryRun",
17251
+ "before",
17252
+ "after"
17253
+ ],
17254
+ "type": "object"
17255
+ },
17256
+ {
17257
+ "additionalProperties": false,
17258
+ "properties": {
17259
+ "failure": {
17260
+ "additionalProperties": false,
17261
+ "properties": {
17262
+ "code": {
17263
+ "type": "string"
17264
+ },
17265
+ "details": {},
17266
+ "message": {
17267
+ "type": "string"
17268
+ }
17269
+ },
17270
+ "required": [
17271
+ "code",
17272
+ "message"
17273
+ ],
17274
+ "type": "object"
17275
+ },
17276
+ "resolution": {
17277
+ "additionalProperties": false,
17278
+ "properties": {
17279
+ "channel": {
17280
+ "enum": [
17281
+ "run",
17282
+ "paragraph"
17283
+ ]
17284
+ },
17285
+ "scope": {
17286
+ "const": "docDefaults"
17287
+ },
17288
+ "xmlPart": {
17289
+ "const": "word/styles.xml"
17290
+ },
17291
+ "xmlPath": {
17292
+ "enum": [
17293
+ "w:styles/w:docDefaults/w:rPrDefault/w:rPr",
17294
+ "w:styles/w:docDefaults/w:pPrDefault/w:pPr"
17295
+ ]
17296
+ }
17297
+ },
17298
+ "required": [
17299
+ "scope",
17300
+ "channel",
17301
+ "xmlPart",
17302
+ "xmlPath"
17303
+ ],
17304
+ "type": "object"
17305
+ },
17306
+ "success": {
17307
+ "const": false
17308
+ }
17309
+ },
17310
+ "required": [
17311
+ "success",
17312
+ "resolution",
17313
+ "failure"
17314
+ ],
17315
+ "type": "object"
17316
+ }
17317
+ ]
17318
+ },
17319
+ "successSchema": {
17320
+ "additionalProperties": false,
17321
+ "properties": {
17322
+ "after": {
17323
+ "additionalProperties": false,
17324
+ "properties": {
17325
+ "adjustRightInd": {
17326
+ "enum": [
17327
+ "on",
17328
+ "off",
17329
+ "inherit"
17330
+ ]
17331
+ },
17332
+ "autoSpaceDE": {
17333
+ "enum": [
17334
+ "on",
17335
+ "off",
17336
+ "inherit"
17337
+ ]
17338
+ },
17339
+ "autoSpaceDN": {
17340
+ "enum": [
17341
+ "on",
17342
+ "off",
17343
+ "inherit"
17344
+ ]
17345
+ },
17346
+ "bold": {
17347
+ "enum": [
17348
+ "on",
17349
+ "off",
17350
+ "inherit"
17351
+ ]
17352
+ },
17353
+ "boldCs": {
17354
+ "enum": [
17355
+ "on",
17356
+ "off",
17357
+ "inherit"
17358
+ ]
17359
+ },
17360
+ "borders": {
17361
+ "oneOf": [
17362
+ {
17363
+ "type": "object"
17364
+ },
17365
+ {
17366
+ "const": "inherit"
17367
+ }
17368
+ ]
17369
+ },
17370
+ "color": {
17371
+ "oneOf": [
17372
+ {
17373
+ "type": "object"
17374
+ },
17375
+ {
17376
+ "const": "inherit"
17377
+ }
17378
+ ]
17379
+ },
17380
+ "contextualSpacing": {
17381
+ "enum": [
17382
+ "on",
17383
+ "off",
17384
+ "inherit"
17385
+ ]
17386
+ },
17387
+ "dstrike": {
17388
+ "enum": [
17389
+ "on",
17390
+ "off",
17391
+ "inherit"
17392
+ ]
17393
+ },
17394
+ "eastAsianLayout": {
17395
+ "oneOf": [
17396
+ {
17397
+ "type": "object"
17398
+ },
17399
+ {
17400
+ "const": "inherit"
17401
+ }
17402
+ ]
17403
+ },
17404
+ "effect": {
17405
+ "oneOf": [
17406
+ {
17407
+ "type": "string"
17408
+ },
17409
+ {
17410
+ "const": "inherit"
17411
+ }
17412
+ ]
17413
+ },
17414
+ "em": {
17415
+ "oneOf": [
17416
+ {
17417
+ "type": "string"
17418
+ },
17419
+ {
17420
+ "const": "inherit"
17421
+ }
17422
+ ]
17423
+ },
17424
+ "emboss": {
17425
+ "enum": [
17426
+ "on",
17427
+ "off",
17428
+ "inherit"
17429
+ ]
17430
+ },
17431
+ "fitText": {
17432
+ "oneOf": [
17433
+ {
17434
+ "type": "object"
17435
+ },
17436
+ {
17437
+ "const": "inherit"
17438
+ }
17439
+ ]
17440
+ },
17441
+ "fontFamily": {
17442
+ "oneOf": [
17443
+ {
17444
+ "type": "object"
17445
+ },
17446
+ {
17447
+ "const": "inherit"
17448
+ }
17449
+ ]
17450
+ },
17451
+ "fontSize": {
17452
+ "oneOf": [
17453
+ {
17454
+ "type": "number"
17455
+ },
17456
+ {
17457
+ "const": "inherit"
17458
+ }
17459
+ ]
17460
+ },
17461
+ "fontSizeCs": {
17462
+ "oneOf": [
17463
+ {
17464
+ "type": "number"
17465
+ },
17466
+ {
17467
+ "const": "inherit"
17468
+ }
17469
+ ]
17470
+ },
17471
+ "framePr": {
17472
+ "oneOf": [
17473
+ {
17474
+ "type": "object"
17475
+ },
17476
+ {
17477
+ "const": "inherit"
17478
+ }
17479
+ ]
17480
+ },
17481
+ "iCs": {
17482
+ "enum": [
17483
+ "on",
17484
+ "off",
17485
+ "inherit"
17486
+ ]
17487
+ },
17488
+ "imprint": {
17489
+ "enum": [
17490
+ "on",
17491
+ "off",
17492
+ "inherit"
17493
+ ]
17494
+ },
17495
+ "indent": {
17496
+ "oneOf": [
17497
+ {
17498
+ "type": "object"
17499
+ },
17500
+ {
17501
+ "const": "inherit"
17502
+ }
17503
+ ]
17504
+ },
17505
+ "italic": {
17506
+ "enum": [
17507
+ "on",
17508
+ "off",
17509
+ "inherit"
17510
+ ]
17511
+ },
17512
+ "justification": {
17513
+ "oneOf": [
17514
+ {
17515
+ "type": "string"
17516
+ },
17517
+ {
17518
+ "const": "inherit"
17519
+ }
17520
+ ]
17521
+ },
17522
+ "keepLines": {
17523
+ "enum": [
17524
+ "on",
17525
+ "off",
17526
+ "inherit"
17527
+ ]
17528
+ },
17529
+ "keepNext": {
17530
+ "enum": [
17531
+ "on",
17532
+ "off",
17533
+ "inherit"
17534
+ ]
17535
+ },
17536
+ "kern": {
17537
+ "oneOf": [
17538
+ {
17539
+ "type": "number"
17540
+ },
17541
+ {
17542
+ "const": "inherit"
17543
+ }
17544
+ ]
17545
+ },
17546
+ "kinsoku": {
17547
+ "enum": [
17548
+ "on",
17549
+ "off",
17550
+ "inherit"
17551
+ ]
17552
+ },
17553
+ "lang": {
17554
+ "oneOf": [
17555
+ {
17556
+ "type": "object"
17557
+ },
17558
+ {
17559
+ "const": "inherit"
17560
+ }
17561
+ ]
17562
+ },
17563
+ "letterSpacing": {
17564
+ "oneOf": [
17565
+ {
17566
+ "type": "number"
17567
+ },
17568
+ {
17569
+ "const": "inherit"
17570
+ }
17571
+ ]
17572
+ },
17573
+ "mirrorIndents": {
17574
+ "enum": [
17575
+ "on",
17576
+ "off",
17577
+ "inherit"
17578
+ ]
17579
+ },
17580
+ "noProof": {
17581
+ "enum": [
17582
+ "on",
17583
+ "off",
17584
+ "inherit"
17585
+ ]
17586
+ },
17587
+ "numberingProperties": {
17588
+ "oneOf": [
17589
+ {
17590
+ "type": "object"
17591
+ },
17592
+ {
17593
+ "const": "inherit"
17594
+ }
17595
+ ]
17596
+ },
17597
+ "outline": {
17598
+ "enum": [
17599
+ "on",
17600
+ "off",
17601
+ "inherit"
17602
+ ]
17603
+ },
17604
+ "outlineLvl": {
17605
+ "oneOf": [
17606
+ {
17607
+ "type": "number"
17608
+ },
17609
+ {
17610
+ "const": "inherit"
17611
+ }
17612
+ ]
17613
+ },
17614
+ "overflowPunct": {
17615
+ "enum": [
17616
+ "on",
17617
+ "off",
17618
+ "inherit"
17619
+ ]
17620
+ },
17621
+ "pageBreakBefore": {
17622
+ "enum": [
17623
+ "on",
17624
+ "off",
17625
+ "inherit"
17626
+ ]
17627
+ },
17628
+ "position": {
17629
+ "oneOf": [
17630
+ {
17631
+ "type": "number"
17632
+ },
17633
+ {
17634
+ "const": "inherit"
17635
+ }
17636
+ ]
17637
+ },
17638
+ "rightToLeft": {
17639
+ "enum": [
17640
+ "on",
17641
+ "off",
17642
+ "inherit"
17643
+ ]
17644
+ },
17645
+ "shading": {
17646
+ "oneOf": [
17647
+ {
17648
+ "type": "object"
17649
+ },
17650
+ {
17651
+ "const": "inherit"
17652
+ }
17653
+ ]
17654
+ },
17655
+ "shadow": {
17656
+ "enum": [
17657
+ "on",
17658
+ "off",
17659
+ "inherit"
17660
+ ]
17661
+ },
17662
+ "smallCaps": {
17663
+ "enum": [
17664
+ "on",
17665
+ "off",
17666
+ "inherit"
17667
+ ]
17668
+ },
17669
+ "snapToGrid": {
17670
+ "enum": [
17671
+ "on",
17672
+ "off",
17673
+ "inherit"
17674
+ ]
17675
+ },
17676
+ "spacing": {
17677
+ "oneOf": [
17678
+ {
17679
+ "type": "object"
17680
+ },
17681
+ {
17682
+ "const": "inherit"
17683
+ }
17684
+ ]
17685
+ },
17686
+ "specVanish": {
17687
+ "enum": [
17688
+ "on",
17689
+ "off",
17690
+ "inherit"
17691
+ ]
17692
+ },
17693
+ "strike": {
17694
+ "enum": [
17695
+ "on",
17696
+ "off",
17697
+ "inherit"
17698
+ ]
17699
+ },
17700
+ "suppressAutoHyphens": {
17701
+ "enum": [
17702
+ "on",
17703
+ "off",
17704
+ "inherit"
17705
+ ]
17706
+ },
17707
+ "suppressLineNumbers": {
17708
+ "enum": [
17709
+ "on",
17710
+ "off",
17711
+ "inherit"
17712
+ ]
17713
+ },
17714
+ "suppressOverlap": {
17715
+ "enum": [
17716
+ "on",
17717
+ "off",
17718
+ "inherit"
17719
+ ]
17720
+ },
17721
+ "tabStops": {
17722
+ "oneOf": [
17723
+ {
17724
+ "type": "array"
17725
+ },
17726
+ {
17727
+ "const": "inherit"
17728
+ }
17729
+ ]
17730
+ },
17731
+ "textAlignment": {
17732
+ "oneOf": [
17733
+ {
17734
+ "type": "string"
15643
17735
  },
15644
- "xmlPart": {
15645
- "const": "word/styles.xml"
17736
+ {
17737
+ "const": "inherit"
17738
+ }
17739
+ ]
17740
+ },
17741
+ "textboxTightWrap": {
17742
+ "oneOf": [
17743
+ {
17744
+ "type": "string"
15646
17745
  },
15647
- "xmlPath": {
15648
- "enum": [
15649
- "w:styles/w:docDefaults/w:rPrDefault/w:rPr",
15650
- "w:styles/w:docDefaults/w:pPrDefault/w:pPr"
15651
- ]
17746
+ {
17747
+ "const": "inherit"
15652
17748
  }
15653
- },
15654
- "required": [
15655
- "scope",
15656
- "channel",
15657
- "xmlPart",
15658
- "xmlPath"
15659
- ],
15660
- "type": "object"
17749
+ ]
15661
17750
  },
15662
- "success": {
15663
- "const": true
15664
- }
15665
- },
15666
- "required": [
15667
- "success",
15668
- "changed",
15669
- "resolution",
15670
- "dryRun",
15671
- "before",
15672
- "after"
15673
- ],
15674
- "type": "object"
15675
- },
15676
- {
15677
- "additionalProperties": false,
15678
- "properties": {
15679
- "failure": {
15680
- "additionalProperties": false,
15681
- "properties": {
15682
- "code": {
17751
+ "textDirection": {
17752
+ "oneOf": [
17753
+ {
15683
17754
  "type": "string"
15684
17755
  },
15685
- "details": {},
15686
- "message": {
17756
+ {
17757
+ "const": "inherit"
17758
+ }
17759
+ ]
17760
+ },
17761
+ "textTransform": {
17762
+ "oneOf": [
17763
+ {
15687
17764
  "type": "string"
17765
+ },
17766
+ {
17767
+ "const": "inherit"
15688
17768
  }
15689
- },
15690
- "required": [
15691
- "code",
15692
- "message"
15693
- ],
15694
- "type": "object"
17769
+ ]
15695
17770
  },
15696
- "resolution": {
15697
- "additionalProperties": false,
15698
- "properties": {
15699
- "channel": {
15700
- "enum": [
15701
- "run",
15702
- "paragraph"
15703
- ]
17771
+ "topLinePunct": {
17772
+ "enum": [
17773
+ "on",
17774
+ "off",
17775
+ "inherit"
17776
+ ]
17777
+ },
17778
+ "underline": {
17779
+ "oneOf": [
17780
+ {
17781
+ "type": "object"
15704
17782
  },
15705
- "scope": {
15706
- "const": "docDefaults"
17783
+ {
17784
+ "const": "inherit"
17785
+ }
17786
+ ]
17787
+ },
17788
+ "vanish": {
17789
+ "enum": [
17790
+ "on",
17791
+ "off",
17792
+ "inherit"
17793
+ ]
17794
+ },
17795
+ "vertAlign": {
17796
+ "oneOf": [
17797
+ {
17798
+ "type": "string"
15707
17799
  },
15708
- "xmlPart": {
15709
- "const": "word/styles.xml"
17800
+ {
17801
+ "const": "inherit"
17802
+ }
17803
+ ]
17804
+ },
17805
+ "w": {
17806
+ "oneOf": [
17807
+ {
17808
+ "type": "number"
15710
17809
  },
15711
- "xmlPath": {
15712
- "enum": [
15713
- "w:styles/w:docDefaults/w:rPrDefault/w:rPr",
15714
- "w:styles/w:docDefaults/w:pPrDefault/w:pPr"
15715
- ]
17810
+ {
17811
+ "const": "inherit"
15716
17812
  }
15717
- },
15718
- "required": [
15719
- "scope",
15720
- "channel",
15721
- "xmlPart",
15722
- "xmlPath"
15723
- ],
15724
- "type": "object"
17813
+ ]
15725
17814
  },
15726
- "success": {
15727
- "const": false
17815
+ "webHidden": {
17816
+ "enum": [
17817
+ "on",
17818
+ "off",
17819
+ "inherit"
17820
+ ]
17821
+ },
17822
+ "widowControl": {
17823
+ "enum": [
17824
+ "on",
17825
+ "off",
17826
+ "inherit"
17827
+ ]
17828
+ },
17829
+ "wordWrap": {
17830
+ "enum": [
17831
+ "on",
17832
+ "off",
17833
+ "inherit"
17834
+ ]
15728
17835
  }
15729
17836
  },
15730
- "required": [
15731
- "success",
15732
- "resolution",
15733
- "failure"
15734
- ],
15735
17837
  "type": "object"
15736
- }
15737
- ]
15738
- },
15739
- "successSchema": {
15740
- "additionalProperties": false,
15741
- "properties": {
15742
- "after": {
17838
+ },
17839
+ "before": {
15743
17840
  "additionalProperties": false,
15744
17841
  "properties": {
17842
+ "adjustRightInd": {
17843
+ "enum": [
17844
+ "on",
17845
+ "off",
17846
+ "inherit"
17847
+ ]
17848
+ },
17849
+ "autoSpaceDE": {
17850
+ "enum": [
17851
+ "on",
17852
+ "off",
17853
+ "inherit"
17854
+ ]
17855
+ },
17856
+ "autoSpaceDN": {
17857
+ "enum": [
17858
+ "on",
17859
+ "off",
17860
+ "inherit"
17861
+ ]
17862
+ },
15745
17863
  "bold": {
15746
17864
  "enum": [
15747
17865
  "on",
@@ -15749,7 +17867,85 @@ const CONTRACT = {
15749
17867
  "inherit"
15750
17868
  ]
15751
17869
  },
15752
- "color": {
17870
+ "boldCs": {
17871
+ "enum": [
17872
+ "on",
17873
+ "off",
17874
+ "inherit"
17875
+ ]
17876
+ },
17877
+ "borders": {
17878
+ "oneOf": [
17879
+ {
17880
+ "type": "object"
17881
+ },
17882
+ {
17883
+ "const": "inherit"
17884
+ }
17885
+ ]
17886
+ },
17887
+ "color": {
17888
+ "oneOf": [
17889
+ {
17890
+ "type": "object"
17891
+ },
17892
+ {
17893
+ "const": "inherit"
17894
+ }
17895
+ ]
17896
+ },
17897
+ "contextualSpacing": {
17898
+ "enum": [
17899
+ "on",
17900
+ "off",
17901
+ "inherit"
17902
+ ]
17903
+ },
17904
+ "dstrike": {
17905
+ "enum": [
17906
+ "on",
17907
+ "off",
17908
+ "inherit"
17909
+ ]
17910
+ },
17911
+ "eastAsianLayout": {
17912
+ "oneOf": [
17913
+ {
17914
+ "type": "object"
17915
+ },
17916
+ {
17917
+ "const": "inherit"
17918
+ }
17919
+ ]
17920
+ },
17921
+ "effect": {
17922
+ "oneOf": [
17923
+ {
17924
+ "type": "string"
17925
+ },
17926
+ {
17927
+ "const": "inherit"
17928
+ }
17929
+ ]
17930
+ },
17931
+ "em": {
17932
+ "oneOf": [
17933
+ {
17934
+ "type": "string"
17935
+ },
17936
+ {
17937
+ "const": "inherit"
17938
+ }
17939
+ ]
17940
+ },
17941
+ "emboss": {
17942
+ "enum": [
17943
+ "on",
17944
+ "off",
17945
+ "inherit"
17946
+ ]
17947
+ },
17948
+ "fitText": {
15753
17949
  "oneOf": [
15754
17950
  {
15755
17951
  "type": "object"
@@ -15789,6 +17985,30 @@ const CONTRACT = {
15789
17985
  }
15790
17986
  ]
15791
17987
  },
17988
+ "framePr": {
17989
+ "oneOf": [
17990
+ {
17991
+ "type": "object"
17992
+ },
17993
+ {
17994
+ "const": "inherit"
17995
+ }
17996
+ ]
17997
+ },
17998
+ "iCs": {
17999
+ "enum": [
18000
+ "on",
18001
+ "off",
18002
+ "inherit"
18003
+ ]
18004
+ },
18005
+ "imprint": {
18006
+ "enum": [
18007
+ "on",
18008
+ "off",
18009
+ "inherit"
18010
+ ]
18011
+ },
15792
18012
  "indent": {
15793
18013
  "oneOf": [
15794
18014
  {
@@ -15816,7 +18036,21 @@ const CONTRACT = {
15816
18036
  }
15817
18037
  ]
15818
18038
  },
15819
- "letterSpacing": {
18039
+ "keepLines": {
18040
+ "enum": [
18041
+ "on",
18042
+ "off",
18043
+ "inherit"
18044
+ ]
18045
+ },
18046
+ "keepNext": {
18047
+ "enum": [
18048
+ "on",
18049
+ "off",
18050
+ "inherit"
18051
+ ]
18052
+ },
18053
+ "kern": {
15820
18054
  "oneOf": [
15821
18055
  {
15822
18056
  "type": "number"
@@ -15826,7 +18060,14 @@ const CONTRACT = {
15826
18060
  }
15827
18061
  ]
15828
18062
  },
15829
- "spacing": {
18063
+ "kinsoku": {
18064
+ "enum": [
18065
+ "on",
18066
+ "off",
18067
+ "inherit"
18068
+ ]
18069
+ },
18070
+ "lang": {
15830
18071
  "oneOf": [
15831
18072
  {
15832
18073
  "type": "object"
@@ -15835,21 +18076,32 @@ const CONTRACT = {
15835
18076
  "const": "inherit"
15836
18077
  }
15837
18078
  ]
15838
- }
15839
- },
15840
- "type": "object"
15841
- },
15842
- "before": {
15843
- "additionalProperties": false,
15844
- "properties": {
15845
- "bold": {
18079
+ },
18080
+ "letterSpacing": {
18081
+ "oneOf": [
18082
+ {
18083
+ "type": "number"
18084
+ },
18085
+ {
18086
+ "const": "inherit"
18087
+ }
18088
+ ]
18089
+ },
18090
+ "mirrorIndents": {
15846
18091
  "enum": [
15847
18092
  "on",
15848
18093
  "off",
15849
18094
  "inherit"
15850
18095
  ]
15851
18096
  },
15852
- "color": {
18097
+ "noProof": {
18098
+ "enum": [
18099
+ "on",
18100
+ "off",
18101
+ "inherit"
18102
+ ]
18103
+ },
18104
+ "numberingProperties": {
15853
18105
  "oneOf": [
15854
18106
  {
15855
18107
  "type": "object"
@@ -15859,17 +18111,38 @@ const CONTRACT = {
15859
18111
  }
15860
18112
  ]
15861
18113
  },
15862
- "fontFamily": {
18114
+ "outline": {
18115
+ "enum": [
18116
+ "on",
18117
+ "off",
18118
+ "inherit"
18119
+ ]
18120
+ },
18121
+ "outlineLvl": {
15863
18122
  "oneOf": [
15864
18123
  {
15865
- "type": "object"
18124
+ "type": "number"
15866
18125
  },
15867
18126
  {
15868
18127
  "const": "inherit"
15869
18128
  }
15870
18129
  ]
15871
18130
  },
15872
- "fontSize": {
18131
+ "overflowPunct": {
18132
+ "enum": [
18133
+ "on",
18134
+ "off",
18135
+ "inherit"
18136
+ ]
18137
+ },
18138
+ "pageBreakBefore": {
18139
+ "enum": [
18140
+ "on",
18141
+ "off",
18142
+ "inherit"
18143
+ ]
18144
+ },
18145
+ "position": {
15873
18146
  "oneOf": [
15874
18147
  {
15875
18148
  "type": "number"
@@ -15879,17 +18152,45 @@ const CONTRACT = {
15879
18152
  }
15880
18153
  ]
15881
18154
  },
15882
- "fontSizeCs": {
18155
+ "rightToLeft": {
18156
+ "enum": [
18157
+ "on",
18158
+ "off",
18159
+ "inherit"
18160
+ ]
18161
+ },
18162
+ "shading": {
15883
18163
  "oneOf": [
15884
18164
  {
15885
- "type": "number"
18165
+ "type": "object"
15886
18166
  },
15887
18167
  {
15888
18168
  "const": "inherit"
15889
18169
  }
15890
18170
  ]
15891
18171
  },
15892
- "indent": {
18172
+ "shadow": {
18173
+ "enum": [
18174
+ "on",
18175
+ "off",
18176
+ "inherit"
18177
+ ]
18178
+ },
18179
+ "smallCaps": {
18180
+ "enum": [
18181
+ "on",
18182
+ "off",
18183
+ "inherit"
18184
+ ]
18185
+ },
18186
+ "snapToGrid": {
18187
+ "enum": [
18188
+ "on",
18189
+ "off",
18190
+ "inherit"
18191
+ ]
18192
+ },
18193
+ "spacing": {
15893
18194
  "oneOf": [
15894
18195
  {
15895
18196
  "type": "object"
@@ -15899,14 +18200,52 @@ const CONTRACT = {
15899
18200
  }
15900
18201
  ]
15901
18202
  },
15902
- "italic": {
18203
+ "specVanish": {
15903
18204
  "enum": [
15904
18205
  "on",
15905
18206
  "off",
15906
18207
  "inherit"
15907
18208
  ]
15908
18209
  },
15909
- "justification": {
18210
+ "strike": {
18211
+ "enum": [
18212
+ "on",
18213
+ "off",
18214
+ "inherit"
18215
+ ]
18216
+ },
18217
+ "suppressAutoHyphens": {
18218
+ "enum": [
18219
+ "on",
18220
+ "off",
18221
+ "inherit"
18222
+ ]
18223
+ },
18224
+ "suppressLineNumbers": {
18225
+ "enum": [
18226
+ "on",
18227
+ "off",
18228
+ "inherit"
18229
+ ]
18230
+ },
18231
+ "suppressOverlap": {
18232
+ "enum": [
18233
+ "on",
18234
+ "off",
18235
+ "inherit"
18236
+ ]
18237
+ },
18238
+ "tabStops": {
18239
+ "oneOf": [
18240
+ {
18241
+ "type": "array"
18242
+ },
18243
+ {
18244
+ "const": "inherit"
18245
+ }
18246
+ ]
18247
+ },
18248
+ "textAlignment": {
15910
18249
  "oneOf": [
15911
18250
  {
15912
18251
  "type": "string"
@@ -15916,17 +18255,44 @@ const CONTRACT = {
15916
18255
  }
15917
18256
  ]
15918
18257
  },
15919
- "letterSpacing": {
18258
+ "textboxTightWrap": {
15920
18259
  "oneOf": [
15921
18260
  {
15922
- "type": "number"
18261
+ "type": "string"
15923
18262
  },
15924
18263
  {
15925
18264
  "const": "inherit"
15926
18265
  }
15927
18266
  ]
15928
18267
  },
15929
- "spacing": {
18268
+ "textDirection": {
18269
+ "oneOf": [
18270
+ {
18271
+ "type": "string"
18272
+ },
18273
+ {
18274
+ "const": "inherit"
18275
+ }
18276
+ ]
18277
+ },
18278
+ "textTransform": {
18279
+ "oneOf": [
18280
+ {
18281
+ "type": "string"
18282
+ },
18283
+ {
18284
+ "const": "inherit"
18285
+ }
18286
+ ]
18287
+ },
18288
+ "topLinePunct": {
18289
+ "enum": [
18290
+ "on",
18291
+ "off",
18292
+ "inherit"
18293
+ ]
18294
+ },
18295
+ "underline": {
15930
18296
  "oneOf": [
15931
18297
  {
15932
18298
  "type": "object"
@@ -15935,6 +18301,54 @@ const CONTRACT = {
15935
18301
  "const": "inherit"
15936
18302
  }
15937
18303
  ]
18304
+ },
18305
+ "vanish": {
18306
+ "enum": [
18307
+ "on",
18308
+ "off",
18309
+ "inherit"
18310
+ ]
18311
+ },
18312
+ "vertAlign": {
18313
+ "oneOf": [
18314
+ {
18315
+ "type": "string"
18316
+ },
18317
+ {
18318
+ "const": "inherit"
18319
+ }
18320
+ ]
18321
+ },
18322
+ "w": {
18323
+ "oneOf": [
18324
+ {
18325
+ "type": "number"
18326
+ },
18327
+ {
18328
+ "const": "inherit"
18329
+ }
18330
+ ]
18331
+ },
18332
+ "webHidden": {
18333
+ "enum": [
18334
+ "on",
18335
+ "off",
18336
+ "inherit"
18337
+ ]
18338
+ },
18339
+ "widowControl": {
18340
+ "enum": [
18341
+ "on",
18342
+ "off",
18343
+ "inherit"
18344
+ ]
18345
+ },
18346
+ "wordWrap": {
18347
+ "enum": [
18348
+ "on",
18349
+ "off",
18350
+ "inherit"
18351
+ ]
15938
18352
  }
15939
18353
  },
15940
18354
  "type": "object"