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