@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.
- package/dist/generated/client.d.ts +102 -0
- package/dist/generated/client.d.ts.map +1 -1
- package/dist/generated/contract.cjs +2629 -215
- package/dist/generated/contract.d.ts +1820 -193
- package/dist/generated/contract.d.ts.map +1 -1
- package/dist/generated/contract.js +2629 -215
- package/package.json +6 -6
- package/tools/catalog.json +1933 -265
- package/tools/tools-policy.json +1 -1
- package/tools/tools.generic.json +1955 -287
|
@@ -11620,57 +11620,162 @@ export declare const CONTRACT: {
|
|
|
11620
11620
|
readonly bold: {
|
|
11621
11621
|
readonly type: "boolean";
|
|
11622
11622
|
};
|
|
11623
|
+
readonly boldCs: {
|
|
11624
|
+
readonly type: "boolean";
|
|
11625
|
+
};
|
|
11626
|
+
readonly borders: {
|
|
11627
|
+
readonly additionalProperties: false;
|
|
11628
|
+
readonly minProperties: 1;
|
|
11629
|
+
readonly properties: {
|
|
11630
|
+
readonly color: {
|
|
11631
|
+
readonly minLength: 1;
|
|
11632
|
+
readonly type: "string";
|
|
11633
|
+
};
|
|
11634
|
+
readonly frame: {
|
|
11635
|
+
readonly type: "boolean";
|
|
11636
|
+
};
|
|
11637
|
+
readonly shadow: {
|
|
11638
|
+
readonly type: "boolean";
|
|
11639
|
+
};
|
|
11640
|
+
readonly size: {
|
|
11641
|
+
readonly type: "integer";
|
|
11642
|
+
};
|
|
11643
|
+
readonly space: {
|
|
11644
|
+
readonly type: "integer";
|
|
11645
|
+
};
|
|
11646
|
+
readonly themeColor: {
|
|
11647
|
+
readonly minLength: 1;
|
|
11648
|
+
readonly type: "string";
|
|
11649
|
+
};
|
|
11650
|
+
readonly themeShade: {
|
|
11651
|
+
readonly minLength: 1;
|
|
11652
|
+
readonly type: "string";
|
|
11653
|
+
};
|
|
11654
|
+
readonly themeTint: {
|
|
11655
|
+
readonly minLength: 1;
|
|
11656
|
+
readonly type: "string";
|
|
11657
|
+
};
|
|
11658
|
+
readonly val: {
|
|
11659
|
+
readonly minLength: 1;
|
|
11660
|
+
readonly type: "string";
|
|
11661
|
+
};
|
|
11662
|
+
};
|
|
11663
|
+
readonly type: "object";
|
|
11664
|
+
};
|
|
11623
11665
|
readonly color: {
|
|
11624
11666
|
readonly additionalProperties: false;
|
|
11625
11667
|
readonly minProperties: 1;
|
|
11626
11668
|
readonly properties: {
|
|
11627
11669
|
readonly themeColor: {
|
|
11670
|
+
readonly minLength: 1;
|
|
11628
11671
|
readonly type: "string";
|
|
11629
11672
|
};
|
|
11630
11673
|
readonly themeShade: {
|
|
11674
|
+
readonly minLength: 1;
|
|
11631
11675
|
readonly type: "string";
|
|
11632
11676
|
};
|
|
11633
11677
|
readonly themeTint: {
|
|
11678
|
+
readonly minLength: 1;
|
|
11634
11679
|
readonly type: "string";
|
|
11635
11680
|
};
|
|
11636
11681
|
readonly val: {
|
|
11682
|
+
readonly minLength: 1;
|
|
11637
11683
|
readonly type: "string";
|
|
11638
11684
|
};
|
|
11639
11685
|
};
|
|
11640
11686
|
readonly type: "object";
|
|
11641
11687
|
};
|
|
11688
|
+
readonly dstrike: {
|
|
11689
|
+
readonly type: "boolean";
|
|
11690
|
+
};
|
|
11691
|
+
readonly eastAsianLayout: {
|
|
11692
|
+
readonly additionalProperties: false;
|
|
11693
|
+
readonly minProperties: 1;
|
|
11694
|
+
readonly properties: {
|
|
11695
|
+
readonly combine: {
|
|
11696
|
+
readonly type: "boolean";
|
|
11697
|
+
};
|
|
11698
|
+
readonly combineBrackets: {
|
|
11699
|
+
readonly minLength: 1;
|
|
11700
|
+
readonly type: "string";
|
|
11701
|
+
};
|
|
11702
|
+
readonly id: {
|
|
11703
|
+
readonly type: "integer";
|
|
11704
|
+
};
|
|
11705
|
+
readonly vert: {
|
|
11706
|
+
readonly type: "boolean";
|
|
11707
|
+
};
|
|
11708
|
+
readonly vertCompress: {
|
|
11709
|
+
readonly type: "boolean";
|
|
11710
|
+
};
|
|
11711
|
+
};
|
|
11712
|
+
readonly type: "object";
|
|
11713
|
+
};
|
|
11714
|
+
readonly effect: {
|
|
11715
|
+
readonly minLength: 1;
|
|
11716
|
+
readonly type: "string";
|
|
11717
|
+
};
|
|
11718
|
+
readonly em: {
|
|
11719
|
+
readonly enum: readonly ["none", "dot", "comma", "circle", "sesame"];
|
|
11720
|
+
};
|
|
11721
|
+
readonly emboss: {
|
|
11722
|
+
readonly type: "boolean";
|
|
11723
|
+
};
|
|
11724
|
+
readonly fitText: {
|
|
11725
|
+
readonly additionalProperties: false;
|
|
11726
|
+
readonly minProperties: 1;
|
|
11727
|
+
readonly properties: {
|
|
11728
|
+
readonly id: {
|
|
11729
|
+
readonly type: "integer";
|
|
11730
|
+
};
|
|
11731
|
+
readonly val: {
|
|
11732
|
+
readonly type: "integer";
|
|
11733
|
+
};
|
|
11734
|
+
};
|
|
11735
|
+
readonly type: "object";
|
|
11736
|
+
};
|
|
11642
11737
|
readonly fontFamily: {
|
|
11643
11738
|
readonly additionalProperties: false;
|
|
11644
11739
|
readonly minProperties: 1;
|
|
11645
11740
|
readonly properties: {
|
|
11646
11741
|
readonly ascii: {
|
|
11742
|
+
readonly minLength: 1;
|
|
11647
11743
|
readonly type: "string";
|
|
11648
11744
|
};
|
|
11649
11745
|
readonly asciiTheme: {
|
|
11746
|
+
readonly minLength: 1;
|
|
11650
11747
|
readonly type: "string";
|
|
11651
11748
|
};
|
|
11652
11749
|
readonly cs: {
|
|
11750
|
+
readonly minLength: 1;
|
|
11653
11751
|
readonly type: "string";
|
|
11654
11752
|
};
|
|
11655
11753
|
readonly cstheme: {
|
|
11754
|
+
readonly minLength: 1;
|
|
11656
11755
|
readonly type: "string";
|
|
11657
11756
|
};
|
|
11658
11757
|
readonly eastAsia: {
|
|
11758
|
+
readonly minLength: 1;
|
|
11659
11759
|
readonly type: "string";
|
|
11660
11760
|
};
|
|
11661
11761
|
readonly eastAsiaTheme: {
|
|
11762
|
+
readonly minLength: 1;
|
|
11662
11763
|
readonly type: "string";
|
|
11663
11764
|
};
|
|
11664
11765
|
readonly hAnsi: {
|
|
11766
|
+
readonly minLength: 1;
|
|
11665
11767
|
readonly type: "string";
|
|
11666
11768
|
};
|
|
11667
11769
|
readonly hAnsiTheme: {
|
|
11770
|
+
readonly minLength: 1;
|
|
11668
11771
|
readonly type: "string";
|
|
11669
11772
|
};
|
|
11670
11773
|
readonly hint: {
|
|
11774
|
+
readonly minLength: 1;
|
|
11671
11775
|
readonly type: "string";
|
|
11672
11776
|
};
|
|
11673
11777
|
readonly val: {
|
|
11778
|
+
readonly minLength: 1;
|
|
11674
11779
|
readonly type: "string";
|
|
11675
11780
|
};
|
|
11676
11781
|
};
|
|
@@ -11682,115 +11787,150 @@ export declare const CONTRACT: {
|
|
|
11682
11787
|
readonly fontSizeCs: {
|
|
11683
11788
|
readonly type: "integer";
|
|
11684
11789
|
};
|
|
11685
|
-
readonly
|
|
11790
|
+
readonly iCs: {
|
|
11686
11791
|
readonly type: "boolean";
|
|
11687
11792
|
};
|
|
11688
|
-
readonly
|
|
11689
|
-
readonly type: "
|
|
11793
|
+
readonly imprint: {
|
|
11794
|
+
readonly type: "boolean";
|
|
11690
11795
|
};
|
|
11691
|
-
|
|
11692
|
-
|
|
11693
|
-
};
|
|
11694
|
-
readonly target: {
|
|
11695
|
-
readonly additionalProperties: false;
|
|
11696
|
-
readonly properties: {
|
|
11697
|
-
readonly channel: {
|
|
11698
|
-
readonly const: "run";
|
|
11796
|
+
readonly italic: {
|
|
11797
|
+
readonly type: "boolean";
|
|
11699
11798
|
};
|
|
11700
|
-
readonly
|
|
11701
|
-
readonly
|
|
11799
|
+
readonly kern: {
|
|
11800
|
+
readonly type: "integer";
|
|
11702
11801
|
};
|
|
11703
|
-
|
|
11704
|
-
readonly required: readonly ["scope", "channel"];
|
|
11705
|
-
readonly type: "object";
|
|
11706
|
-
};
|
|
11707
|
-
};
|
|
11708
|
-
readonly required: readonly ["target", "patch"];
|
|
11709
|
-
readonly type: "object";
|
|
11710
|
-
}, {
|
|
11711
|
-
readonly additionalProperties: false;
|
|
11712
|
-
readonly properties: {
|
|
11713
|
-
readonly patch: {
|
|
11714
|
-
readonly additionalProperties: false;
|
|
11715
|
-
readonly minProperties: 1;
|
|
11716
|
-
readonly properties: {
|
|
11717
|
-
readonly indent: {
|
|
11802
|
+
readonly lang: {
|
|
11718
11803
|
readonly additionalProperties: false;
|
|
11719
11804
|
readonly minProperties: 1;
|
|
11720
11805
|
readonly properties: {
|
|
11721
|
-
readonly
|
|
11722
|
-
readonly
|
|
11806
|
+
readonly bidi: {
|
|
11807
|
+
readonly minLength: 1;
|
|
11808
|
+
readonly type: "string";
|
|
11723
11809
|
};
|
|
11724
|
-
readonly
|
|
11725
|
-
readonly
|
|
11810
|
+
readonly eastAsia: {
|
|
11811
|
+
readonly minLength: 1;
|
|
11812
|
+
readonly type: "string";
|
|
11726
11813
|
};
|
|
11727
|
-
readonly
|
|
11728
|
-
readonly
|
|
11814
|
+
readonly val: {
|
|
11815
|
+
readonly minLength: 1;
|
|
11816
|
+
readonly type: "string";
|
|
11729
11817
|
};
|
|
11730
|
-
|
|
11731
|
-
|
|
11818
|
+
};
|
|
11819
|
+
readonly type: "object";
|
|
11820
|
+
};
|
|
11821
|
+
readonly letterSpacing: {
|
|
11822
|
+
readonly type: "integer";
|
|
11823
|
+
};
|
|
11824
|
+
readonly noProof: {
|
|
11825
|
+
readonly type: "boolean";
|
|
11826
|
+
};
|
|
11827
|
+
readonly outline: {
|
|
11828
|
+
readonly type: "boolean";
|
|
11829
|
+
};
|
|
11830
|
+
readonly position: {
|
|
11831
|
+
readonly type: "integer";
|
|
11832
|
+
};
|
|
11833
|
+
readonly shading: {
|
|
11834
|
+
readonly additionalProperties: false;
|
|
11835
|
+
readonly minProperties: 1;
|
|
11836
|
+
readonly properties: {
|
|
11837
|
+
readonly color: {
|
|
11838
|
+
readonly minLength: 1;
|
|
11839
|
+
readonly type: "string";
|
|
11732
11840
|
};
|
|
11733
|
-
readonly
|
|
11734
|
-
readonly
|
|
11841
|
+
readonly fill: {
|
|
11842
|
+
readonly minLength: 1;
|
|
11843
|
+
readonly type: "string";
|
|
11735
11844
|
};
|
|
11736
|
-
readonly
|
|
11737
|
-
readonly
|
|
11845
|
+
readonly themeColor: {
|
|
11846
|
+
readonly minLength: 1;
|
|
11847
|
+
readonly type: "string";
|
|
11738
11848
|
};
|
|
11739
|
-
readonly
|
|
11740
|
-
readonly
|
|
11849
|
+
readonly themeFill: {
|
|
11850
|
+
readonly minLength: 1;
|
|
11851
|
+
readonly type: "string";
|
|
11741
11852
|
};
|
|
11742
|
-
readonly
|
|
11743
|
-
readonly
|
|
11853
|
+
readonly themeFillShade: {
|
|
11854
|
+
readonly minLength: 1;
|
|
11855
|
+
readonly type: "string";
|
|
11744
11856
|
};
|
|
11745
|
-
readonly
|
|
11746
|
-
readonly
|
|
11857
|
+
readonly themeFillTint: {
|
|
11858
|
+
readonly minLength: 1;
|
|
11859
|
+
readonly type: "string";
|
|
11747
11860
|
};
|
|
11748
|
-
readonly
|
|
11749
|
-
readonly
|
|
11861
|
+
readonly themeShade: {
|
|
11862
|
+
readonly minLength: 1;
|
|
11863
|
+
readonly type: "string";
|
|
11750
11864
|
};
|
|
11751
|
-
readonly
|
|
11752
|
-
readonly
|
|
11865
|
+
readonly themeTint: {
|
|
11866
|
+
readonly minLength: 1;
|
|
11867
|
+
readonly type: "string";
|
|
11753
11868
|
};
|
|
11754
|
-
readonly
|
|
11755
|
-
readonly
|
|
11869
|
+
readonly val: {
|
|
11870
|
+
readonly minLength: 1;
|
|
11871
|
+
readonly type: "string";
|
|
11756
11872
|
};
|
|
11757
11873
|
};
|
|
11758
11874
|
readonly type: "object";
|
|
11759
11875
|
};
|
|
11760
|
-
readonly
|
|
11761
|
-
readonly
|
|
11876
|
+
readonly shadow: {
|
|
11877
|
+
readonly type: "boolean";
|
|
11762
11878
|
};
|
|
11763
|
-
readonly
|
|
11879
|
+
readonly smallCaps: {
|
|
11880
|
+
readonly type: "boolean";
|
|
11881
|
+
};
|
|
11882
|
+
readonly snapToGrid: {
|
|
11883
|
+
readonly type: "boolean";
|
|
11884
|
+
};
|
|
11885
|
+
readonly specVanish: {
|
|
11886
|
+
readonly type: "boolean";
|
|
11887
|
+
};
|
|
11888
|
+
readonly strike: {
|
|
11889
|
+
readonly type: "boolean";
|
|
11890
|
+
};
|
|
11891
|
+
readonly textTransform: {
|
|
11892
|
+
readonly enum: readonly ["uppercase", "none"];
|
|
11893
|
+
};
|
|
11894
|
+
readonly underline: {
|
|
11764
11895
|
readonly additionalProperties: false;
|
|
11765
11896
|
readonly minProperties: 1;
|
|
11766
11897
|
readonly properties: {
|
|
11767
|
-
readonly
|
|
11768
|
-
readonly
|
|
11769
|
-
|
|
11770
|
-
readonly afterAutospacing: {
|
|
11771
|
-
readonly type: "boolean";
|
|
11772
|
-
};
|
|
11773
|
-
readonly afterLines: {
|
|
11774
|
-
readonly type: "integer";
|
|
11775
|
-
};
|
|
11776
|
-
readonly before: {
|
|
11777
|
-
readonly type: "integer";
|
|
11898
|
+
readonly color: {
|
|
11899
|
+
readonly minLength: 1;
|
|
11900
|
+
readonly type: "string";
|
|
11778
11901
|
};
|
|
11779
|
-
readonly
|
|
11780
|
-
readonly
|
|
11902
|
+
readonly themeColor: {
|
|
11903
|
+
readonly minLength: 1;
|
|
11904
|
+
readonly type: "string";
|
|
11781
11905
|
};
|
|
11782
|
-
readonly
|
|
11783
|
-
readonly
|
|
11906
|
+
readonly themeShade: {
|
|
11907
|
+
readonly minLength: 1;
|
|
11908
|
+
readonly type: "string";
|
|
11784
11909
|
};
|
|
11785
|
-
readonly
|
|
11786
|
-
readonly
|
|
11910
|
+
readonly themeTint: {
|
|
11911
|
+
readonly minLength: 1;
|
|
11912
|
+
readonly type: "string";
|
|
11787
11913
|
};
|
|
11788
|
-
readonly
|
|
11789
|
-
readonly enum: readonly ["
|
|
11914
|
+
readonly val: {
|
|
11915
|
+
readonly enum: readonly ["single", "double", "thick", "dotted", "dottedHeavy", "dash", "dashedHeavy", "dashLong", "dashLongHeavy", "dotDash", "dashDotHeavy", "dotDotDash", "dashDotDotHeavy", "wave", "wavyHeavy", "wavyDouble", "words", "none"];
|
|
11790
11916
|
};
|
|
11791
11917
|
};
|
|
11792
11918
|
readonly type: "object";
|
|
11793
11919
|
};
|
|
11920
|
+
readonly vanish: {
|
|
11921
|
+
readonly type: "boolean";
|
|
11922
|
+
};
|
|
11923
|
+
readonly vertAlign: {
|
|
11924
|
+
readonly enum: readonly ["superscript", "subscript", "baseline"];
|
|
11925
|
+
};
|
|
11926
|
+
readonly w: {
|
|
11927
|
+
readonly maximum: 600;
|
|
11928
|
+
readonly minimum: 1;
|
|
11929
|
+
readonly type: "integer";
|
|
11930
|
+
};
|
|
11931
|
+
readonly webHidden: {
|
|
11932
|
+
readonly type: "boolean";
|
|
11933
|
+
};
|
|
11794
11934
|
};
|
|
11795
11935
|
readonly type: "object";
|
|
11796
11936
|
};
|
|
@@ -11798,7 +11938,7 @@ export declare const CONTRACT: {
|
|
|
11798
11938
|
readonly additionalProperties: false;
|
|
11799
11939
|
readonly properties: {
|
|
11800
11940
|
readonly channel: {
|
|
11801
|
-
readonly const: "
|
|
11941
|
+
readonly const: "run";
|
|
11802
11942
|
};
|
|
11803
11943
|
readonly scope: {
|
|
11804
11944
|
readonly const: "docDefaults";
|
|
@@ -11810,86 +11950,893 @@ export declare const CONTRACT: {
|
|
|
11810
11950
|
};
|
|
11811
11951
|
readonly required: readonly ["target", "patch"];
|
|
11812
11952
|
readonly type: "object";
|
|
11813
|
-
}
|
|
11814
|
-
};
|
|
11815
|
-
readonly outputSchema: {
|
|
11816
|
-
readonly oneOf: readonly [{
|
|
11953
|
+
}, {
|
|
11817
11954
|
readonly additionalProperties: false;
|
|
11818
11955
|
readonly properties: {
|
|
11819
|
-
readonly
|
|
11956
|
+
readonly patch: {
|
|
11820
11957
|
readonly additionalProperties: false;
|
|
11958
|
+
readonly minProperties: 1;
|
|
11821
11959
|
readonly properties: {
|
|
11822
|
-
readonly
|
|
11823
|
-
readonly
|
|
11824
|
-
};
|
|
11825
|
-
readonly color: {
|
|
11826
|
-
readonly oneOf: readonly [{
|
|
11827
|
-
readonly type: "object";
|
|
11828
|
-
}, {
|
|
11829
|
-
readonly const: "inherit";
|
|
11830
|
-
}];
|
|
11831
|
-
};
|
|
11832
|
-
readonly fontFamily: {
|
|
11833
|
-
readonly oneOf: readonly [{
|
|
11834
|
-
readonly type: "object";
|
|
11835
|
-
}, {
|
|
11836
|
-
readonly const: "inherit";
|
|
11837
|
-
}];
|
|
11960
|
+
readonly adjustRightInd: {
|
|
11961
|
+
readonly type: "boolean";
|
|
11838
11962
|
};
|
|
11839
|
-
readonly
|
|
11840
|
-
readonly
|
|
11841
|
-
readonly type: "number";
|
|
11842
|
-
}, {
|
|
11843
|
-
readonly const: "inherit";
|
|
11844
|
-
}];
|
|
11963
|
+
readonly autoSpaceDE: {
|
|
11964
|
+
readonly type: "boolean";
|
|
11845
11965
|
};
|
|
11846
|
-
readonly
|
|
11847
|
-
readonly
|
|
11848
|
-
|
|
11849
|
-
|
|
11850
|
-
|
|
11851
|
-
|
|
11966
|
+
readonly autoSpaceDN: {
|
|
11967
|
+
readonly type: "boolean";
|
|
11968
|
+
};
|
|
11969
|
+
readonly borders: {
|
|
11970
|
+
readonly additionalProperties: false;
|
|
11971
|
+
readonly minProperties: 1;
|
|
11972
|
+
readonly properties: {
|
|
11973
|
+
readonly bar: {
|
|
11974
|
+
readonly additionalProperties: false;
|
|
11975
|
+
readonly minProperties: 1;
|
|
11976
|
+
readonly properties: {
|
|
11977
|
+
readonly color: {
|
|
11978
|
+
readonly minLength: 1;
|
|
11979
|
+
readonly type: "string";
|
|
11980
|
+
};
|
|
11981
|
+
readonly frame: {
|
|
11982
|
+
readonly type: "boolean";
|
|
11983
|
+
};
|
|
11984
|
+
readonly shadow: {
|
|
11985
|
+
readonly type: "boolean";
|
|
11986
|
+
};
|
|
11987
|
+
readonly size: {
|
|
11988
|
+
readonly type: "integer";
|
|
11989
|
+
};
|
|
11990
|
+
readonly space: {
|
|
11991
|
+
readonly type: "integer";
|
|
11992
|
+
};
|
|
11993
|
+
readonly themeColor: {
|
|
11994
|
+
readonly minLength: 1;
|
|
11995
|
+
readonly type: "string";
|
|
11996
|
+
};
|
|
11997
|
+
readonly themeShade: {
|
|
11998
|
+
readonly minLength: 1;
|
|
11999
|
+
readonly type: "string";
|
|
12000
|
+
};
|
|
12001
|
+
readonly themeTint: {
|
|
12002
|
+
readonly minLength: 1;
|
|
12003
|
+
readonly type: "string";
|
|
12004
|
+
};
|
|
12005
|
+
readonly val: {
|
|
12006
|
+
readonly minLength: 1;
|
|
12007
|
+
readonly type: "string";
|
|
12008
|
+
};
|
|
12009
|
+
};
|
|
12010
|
+
readonly type: "object";
|
|
12011
|
+
};
|
|
12012
|
+
readonly between: {
|
|
12013
|
+
readonly additionalProperties: false;
|
|
12014
|
+
readonly minProperties: 1;
|
|
12015
|
+
readonly properties: {
|
|
12016
|
+
readonly color: {
|
|
12017
|
+
readonly minLength: 1;
|
|
12018
|
+
readonly type: "string";
|
|
12019
|
+
};
|
|
12020
|
+
readonly frame: {
|
|
12021
|
+
readonly type: "boolean";
|
|
12022
|
+
};
|
|
12023
|
+
readonly shadow: {
|
|
12024
|
+
readonly type: "boolean";
|
|
12025
|
+
};
|
|
12026
|
+
readonly size: {
|
|
12027
|
+
readonly type: "integer";
|
|
12028
|
+
};
|
|
12029
|
+
readonly space: {
|
|
12030
|
+
readonly type: "integer";
|
|
12031
|
+
};
|
|
12032
|
+
readonly themeColor: {
|
|
12033
|
+
readonly minLength: 1;
|
|
12034
|
+
readonly type: "string";
|
|
12035
|
+
};
|
|
12036
|
+
readonly themeShade: {
|
|
12037
|
+
readonly minLength: 1;
|
|
12038
|
+
readonly type: "string";
|
|
12039
|
+
};
|
|
12040
|
+
readonly themeTint: {
|
|
12041
|
+
readonly minLength: 1;
|
|
12042
|
+
readonly type: "string";
|
|
12043
|
+
};
|
|
12044
|
+
readonly val: {
|
|
12045
|
+
readonly minLength: 1;
|
|
12046
|
+
readonly type: "string";
|
|
12047
|
+
};
|
|
12048
|
+
};
|
|
12049
|
+
readonly type: "object";
|
|
12050
|
+
};
|
|
12051
|
+
readonly bottom: {
|
|
12052
|
+
readonly additionalProperties: false;
|
|
12053
|
+
readonly minProperties: 1;
|
|
12054
|
+
readonly properties: {
|
|
12055
|
+
readonly color: {
|
|
12056
|
+
readonly minLength: 1;
|
|
12057
|
+
readonly type: "string";
|
|
12058
|
+
};
|
|
12059
|
+
readonly frame: {
|
|
12060
|
+
readonly type: "boolean";
|
|
12061
|
+
};
|
|
12062
|
+
readonly shadow: {
|
|
12063
|
+
readonly type: "boolean";
|
|
12064
|
+
};
|
|
12065
|
+
readonly size: {
|
|
12066
|
+
readonly type: "integer";
|
|
12067
|
+
};
|
|
12068
|
+
readonly space: {
|
|
12069
|
+
readonly type: "integer";
|
|
12070
|
+
};
|
|
12071
|
+
readonly themeColor: {
|
|
12072
|
+
readonly minLength: 1;
|
|
12073
|
+
readonly type: "string";
|
|
12074
|
+
};
|
|
12075
|
+
readonly themeShade: {
|
|
12076
|
+
readonly minLength: 1;
|
|
12077
|
+
readonly type: "string";
|
|
12078
|
+
};
|
|
12079
|
+
readonly themeTint: {
|
|
12080
|
+
readonly minLength: 1;
|
|
12081
|
+
readonly type: "string";
|
|
12082
|
+
};
|
|
12083
|
+
readonly val: {
|
|
12084
|
+
readonly minLength: 1;
|
|
12085
|
+
readonly type: "string";
|
|
12086
|
+
};
|
|
12087
|
+
};
|
|
12088
|
+
readonly type: "object";
|
|
12089
|
+
};
|
|
12090
|
+
readonly left: {
|
|
12091
|
+
readonly additionalProperties: false;
|
|
12092
|
+
readonly minProperties: 1;
|
|
12093
|
+
readonly properties: {
|
|
12094
|
+
readonly color: {
|
|
12095
|
+
readonly minLength: 1;
|
|
12096
|
+
readonly type: "string";
|
|
12097
|
+
};
|
|
12098
|
+
readonly frame: {
|
|
12099
|
+
readonly type: "boolean";
|
|
12100
|
+
};
|
|
12101
|
+
readonly shadow: {
|
|
12102
|
+
readonly type: "boolean";
|
|
12103
|
+
};
|
|
12104
|
+
readonly size: {
|
|
12105
|
+
readonly type: "integer";
|
|
12106
|
+
};
|
|
12107
|
+
readonly space: {
|
|
12108
|
+
readonly type: "integer";
|
|
12109
|
+
};
|
|
12110
|
+
readonly themeColor: {
|
|
12111
|
+
readonly minLength: 1;
|
|
12112
|
+
readonly type: "string";
|
|
12113
|
+
};
|
|
12114
|
+
readonly themeShade: {
|
|
12115
|
+
readonly minLength: 1;
|
|
12116
|
+
readonly type: "string";
|
|
12117
|
+
};
|
|
12118
|
+
readonly themeTint: {
|
|
12119
|
+
readonly minLength: 1;
|
|
12120
|
+
readonly type: "string";
|
|
12121
|
+
};
|
|
12122
|
+
readonly val: {
|
|
12123
|
+
readonly minLength: 1;
|
|
12124
|
+
readonly type: "string";
|
|
12125
|
+
};
|
|
12126
|
+
};
|
|
12127
|
+
readonly type: "object";
|
|
12128
|
+
};
|
|
12129
|
+
readonly right: {
|
|
12130
|
+
readonly additionalProperties: false;
|
|
12131
|
+
readonly minProperties: 1;
|
|
12132
|
+
readonly properties: {
|
|
12133
|
+
readonly color: {
|
|
12134
|
+
readonly minLength: 1;
|
|
12135
|
+
readonly type: "string";
|
|
12136
|
+
};
|
|
12137
|
+
readonly frame: {
|
|
12138
|
+
readonly type: "boolean";
|
|
12139
|
+
};
|
|
12140
|
+
readonly shadow: {
|
|
12141
|
+
readonly type: "boolean";
|
|
12142
|
+
};
|
|
12143
|
+
readonly size: {
|
|
12144
|
+
readonly type: "integer";
|
|
12145
|
+
};
|
|
12146
|
+
readonly space: {
|
|
12147
|
+
readonly type: "integer";
|
|
12148
|
+
};
|
|
12149
|
+
readonly themeColor: {
|
|
12150
|
+
readonly minLength: 1;
|
|
12151
|
+
readonly type: "string";
|
|
12152
|
+
};
|
|
12153
|
+
readonly themeShade: {
|
|
12154
|
+
readonly minLength: 1;
|
|
12155
|
+
readonly type: "string";
|
|
12156
|
+
};
|
|
12157
|
+
readonly themeTint: {
|
|
12158
|
+
readonly minLength: 1;
|
|
12159
|
+
readonly type: "string";
|
|
12160
|
+
};
|
|
12161
|
+
readonly val: {
|
|
12162
|
+
readonly minLength: 1;
|
|
12163
|
+
readonly type: "string";
|
|
12164
|
+
};
|
|
12165
|
+
};
|
|
12166
|
+
readonly type: "object";
|
|
12167
|
+
};
|
|
12168
|
+
readonly top: {
|
|
12169
|
+
readonly additionalProperties: false;
|
|
12170
|
+
readonly minProperties: 1;
|
|
12171
|
+
readonly properties: {
|
|
12172
|
+
readonly color: {
|
|
12173
|
+
readonly minLength: 1;
|
|
12174
|
+
readonly type: "string";
|
|
12175
|
+
};
|
|
12176
|
+
readonly frame: {
|
|
12177
|
+
readonly type: "boolean";
|
|
12178
|
+
};
|
|
12179
|
+
readonly shadow: {
|
|
12180
|
+
readonly type: "boolean";
|
|
12181
|
+
};
|
|
12182
|
+
readonly size: {
|
|
12183
|
+
readonly type: "integer";
|
|
12184
|
+
};
|
|
12185
|
+
readonly space: {
|
|
12186
|
+
readonly type: "integer";
|
|
12187
|
+
};
|
|
12188
|
+
readonly themeColor: {
|
|
12189
|
+
readonly minLength: 1;
|
|
12190
|
+
readonly type: "string";
|
|
12191
|
+
};
|
|
12192
|
+
readonly themeShade: {
|
|
12193
|
+
readonly minLength: 1;
|
|
12194
|
+
readonly type: "string";
|
|
12195
|
+
};
|
|
12196
|
+
readonly themeTint: {
|
|
12197
|
+
readonly minLength: 1;
|
|
12198
|
+
readonly type: "string";
|
|
12199
|
+
};
|
|
12200
|
+
readonly val: {
|
|
12201
|
+
readonly minLength: 1;
|
|
12202
|
+
readonly type: "string";
|
|
12203
|
+
};
|
|
12204
|
+
};
|
|
12205
|
+
readonly type: "object";
|
|
12206
|
+
};
|
|
12207
|
+
};
|
|
12208
|
+
readonly type: "object";
|
|
12209
|
+
};
|
|
12210
|
+
readonly contextualSpacing: {
|
|
12211
|
+
readonly type: "boolean";
|
|
12212
|
+
};
|
|
12213
|
+
readonly framePr: {
|
|
12214
|
+
readonly additionalProperties: false;
|
|
12215
|
+
readonly minProperties: 1;
|
|
12216
|
+
readonly properties: {
|
|
12217
|
+
readonly anchorLock: {
|
|
12218
|
+
readonly type: "boolean";
|
|
12219
|
+
};
|
|
12220
|
+
readonly dropCap: {
|
|
12221
|
+
readonly minLength: 1;
|
|
12222
|
+
readonly type: "string";
|
|
12223
|
+
};
|
|
12224
|
+
readonly h: {
|
|
12225
|
+
readonly type: "integer";
|
|
12226
|
+
};
|
|
12227
|
+
readonly hAnchor: {
|
|
12228
|
+
readonly minLength: 1;
|
|
12229
|
+
readonly type: "string";
|
|
12230
|
+
};
|
|
12231
|
+
readonly hRule: {
|
|
12232
|
+
readonly minLength: 1;
|
|
12233
|
+
readonly type: "string";
|
|
12234
|
+
};
|
|
12235
|
+
readonly hSpace: {
|
|
12236
|
+
readonly type: "integer";
|
|
12237
|
+
};
|
|
12238
|
+
readonly lines: {
|
|
12239
|
+
readonly type: "integer";
|
|
12240
|
+
};
|
|
12241
|
+
readonly vAnchor: {
|
|
12242
|
+
readonly minLength: 1;
|
|
12243
|
+
readonly type: "string";
|
|
12244
|
+
};
|
|
12245
|
+
readonly vSpace: {
|
|
12246
|
+
readonly type: "integer";
|
|
12247
|
+
};
|
|
12248
|
+
readonly w: {
|
|
12249
|
+
readonly type: "integer";
|
|
12250
|
+
};
|
|
12251
|
+
readonly wrap: {
|
|
12252
|
+
readonly minLength: 1;
|
|
12253
|
+
readonly type: "string";
|
|
12254
|
+
};
|
|
12255
|
+
readonly x: {
|
|
12256
|
+
readonly type: "integer";
|
|
12257
|
+
};
|
|
12258
|
+
readonly xAlign: {
|
|
12259
|
+
readonly minLength: 1;
|
|
12260
|
+
readonly type: "string";
|
|
12261
|
+
};
|
|
12262
|
+
readonly y: {
|
|
12263
|
+
readonly type: "integer";
|
|
12264
|
+
};
|
|
12265
|
+
readonly yAlign: {
|
|
12266
|
+
readonly minLength: 1;
|
|
12267
|
+
readonly type: "string";
|
|
12268
|
+
};
|
|
12269
|
+
};
|
|
12270
|
+
readonly type: "object";
|
|
12271
|
+
};
|
|
12272
|
+
readonly indent: {
|
|
12273
|
+
readonly additionalProperties: false;
|
|
12274
|
+
readonly minProperties: 1;
|
|
12275
|
+
readonly properties: {
|
|
12276
|
+
readonly end: {
|
|
12277
|
+
readonly type: "integer";
|
|
12278
|
+
};
|
|
12279
|
+
readonly endChars: {
|
|
12280
|
+
readonly type: "integer";
|
|
12281
|
+
};
|
|
12282
|
+
readonly firstLine: {
|
|
12283
|
+
readonly type: "integer";
|
|
12284
|
+
};
|
|
12285
|
+
readonly firstLineChars: {
|
|
12286
|
+
readonly type: "integer";
|
|
12287
|
+
};
|
|
12288
|
+
readonly hanging: {
|
|
12289
|
+
readonly type: "integer";
|
|
12290
|
+
};
|
|
12291
|
+
readonly hangingChars: {
|
|
12292
|
+
readonly type: "integer";
|
|
12293
|
+
};
|
|
12294
|
+
readonly left: {
|
|
12295
|
+
readonly type: "integer";
|
|
12296
|
+
};
|
|
12297
|
+
readonly leftChars: {
|
|
12298
|
+
readonly type: "integer";
|
|
12299
|
+
};
|
|
12300
|
+
readonly right: {
|
|
12301
|
+
readonly type: "integer";
|
|
12302
|
+
};
|
|
12303
|
+
readonly rightChars: {
|
|
12304
|
+
readonly type: "integer";
|
|
12305
|
+
};
|
|
12306
|
+
readonly start: {
|
|
12307
|
+
readonly type: "integer";
|
|
12308
|
+
};
|
|
12309
|
+
readonly startChars: {
|
|
12310
|
+
readonly type: "integer";
|
|
12311
|
+
};
|
|
12312
|
+
};
|
|
12313
|
+
readonly type: "object";
|
|
12314
|
+
};
|
|
12315
|
+
readonly justification: {
|
|
12316
|
+
readonly enum: readonly ["left", "center", "right", "justify", "distribute"];
|
|
12317
|
+
};
|
|
12318
|
+
readonly keepLines: {
|
|
12319
|
+
readonly type: "boolean";
|
|
12320
|
+
};
|
|
12321
|
+
readonly keepNext: {
|
|
12322
|
+
readonly type: "boolean";
|
|
12323
|
+
};
|
|
12324
|
+
readonly kinsoku: {
|
|
12325
|
+
readonly type: "boolean";
|
|
12326
|
+
};
|
|
12327
|
+
readonly mirrorIndents: {
|
|
12328
|
+
readonly type: "boolean";
|
|
12329
|
+
};
|
|
12330
|
+
readonly numberingProperties: {
|
|
12331
|
+
readonly additionalProperties: false;
|
|
12332
|
+
readonly minProperties: 1;
|
|
12333
|
+
readonly properties: {
|
|
12334
|
+
readonly ilvl: {
|
|
12335
|
+
readonly type: "integer";
|
|
12336
|
+
};
|
|
12337
|
+
readonly numId: {
|
|
12338
|
+
readonly type: "integer";
|
|
12339
|
+
};
|
|
12340
|
+
};
|
|
12341
|
+
readonly type: "object";
|
|
12342
|
+
};
|
|
12343
|
+
readonly outlineLvl: {
|
|
12344
|
+
readonly maximum: 9;
|
|
12345
|
+
readonly minimum: 0;
|
|
12346
|
+
readonly type: "integer";
|
|
12347
|
+
};
|
|
12348
|
+
readonly overflowPunct: {
|
|
12349
|
+
readonly type: "boolean";
|
|
12350
|
+
};
|
|
12351
|
+
readonly pageBreakBefore: {
|
|
12352
|
+
readonly type: "boolean";
|
|
12353
|
+
};
|
|
12354
|
+
readonly rightToLeft: {
|
|
12355
|
+
readonly type: "boolean";
|
|
12356
|
+
};
|
|
12357
|
+
readonly shading: {
|
|
12358
|
+
readonly additionalProperties: false;
|
|
12359
|
+
readonly minProperties: 1;
|
|
12360
|
+
readonly properties: {
|
|
12361
|
+
readonly color: {
|
|
12362
|
+
readonly minLength: 1;
|
|
12363
|
+
readonly type: "string";
|
|
12364
|
+
};
|
|
12365
|
+
readonly fill: {
|
|
12366
|
+
readonly minLength: 1;
|
|
12367
|
+
readonly type: "string";
|
|
12368
|
+
};
|
|
12369
|
+
readonly themeColor: {
|
|
12370
|
+
readonly minLength: 1;
|
|
12371
|
+
readonly type: "string";
|
|
12372
|
+
};
|
|
12373
|
+
readonly themeFill: {
|
|
12374
|
+
readonly minLength: 1;
|
|
12375
|
+
readonly type: "string";
|
|
12376
|
+
};
|
|
12377
|
+
readonly themeFillShade: {
|
|
12378
|
+
readonly minLength: 1;
|
|
12379
|
+
readonly type: "string";
|
|
12380
|
+
};
|
|
12381
|
+
readonly themeFillTint: {
|
|
12382
|
+
readonly minLength: 1;
|
|
12383
|
+
readonly type: "string";
|
|
12384
|
+
};
|
|
12385
|
+
readonly themeShade: {
|
|
12386
|
+
readonly minLength: 1;
|
|
12387
|
+
readonly type: "string";
|
|
12388
|
+
};
|
|
12389
|
+
readonly themeTint: {
|
|
12390
|
+
readonly minLength: 1;
|
|
12391
|
+
readonly type: "string";
|
|
12392
|
+
};
|
|
12393
|
+
readonly val: {
|
|
12394
|
+
readonly minLength: 1;
|
|
12395
|
+
readonly type: "string";
|
|
12396
|
+
};
|
|
12397
|
+
};
|
|
12398
|
+
readonly type: "object";
|
|
12399
|
+
};
|
|
12400
|
+
readonly snapToGrid: {
|
|
12401
|
+
readonly type: "boolean";
|
|
12402
|
+
};
|
|
12403
|
+
readonly spacing: {
|
|
12404
|
+
readonly additionalProperties: false;
|
|
12405
|
+
readonly minProperties: 1;
|
|
12406
|
+
readonly properties: {
|
|
12407
|
+
readonly after: {
|
|
12408
|
+
readonly type: "integer";
|
|
12409
|
+
};
|
|
12410
|
+
readonly afterAutospacing: {
|
|
12411
|
+
readonly type: "boolean";
|
|
12412
|
+
};
|
|
12413
|
+
readonly afterLines: {
|
|
12414
|
+
readonly type: "integer";
|
|
12415
|
+
};
|
|
12416
|
+
readonly before: {
|
|
12417
|
+
readonly type: "integer";
|
|
12418
|
+
};
|
|
12419
|
+
readonly beforeAutospacing: {
|
|
12420
|
+
readonly type: "boolean";
|
|
12421
|
+
};
|
|
12422
|
+
readonly beforeLines: {
|
|
12423
|
+
readonly type: "integer";
|
|
12424
|
+
};
|
|
12425
|
+
readonly line: {
|
|
12426
|
+
readonly type: "integer";
|
|
12427
|
+
};
|
|
12428
|
+
readonly lineRule: {
|
|
12429
|
+
readonly enum: readonly ["auto", "exact", "atLeast"];
|
|
12430
|
+
};
|
|
12431
|
+
};
|
|
12432
|
+
readonly type: "object";
|
|
12433
|
+
};
|
|
12434
|
+
readonly suppressAutoHyphens: {
|
|
12435
|
+
readonly type: "boolean";
|
|
12436
|
+
};
|
|
12437
|
+
readonly suppressLineNumbers: {
|
|
12438
|
+
readonly type: "boolean";
|
|
12439
|
+
};
|
|
12440
|
+
readonly suppressOverlap: {
|
|
12441
|
+
readonly type: "boolean";
|
|
12442
|
+
};
|
|
12443
|
+
readonly tabStops: {
|
|
12444
|
+
readonly items: {
|
|
12445
|
+
readonly additionalProperties: false;
|
|
12446
|
+
readonly minProperties: 1;
|
|
12447
|
+
readonly properties: {
|
|
12448
|
+
readonly tab: {
|
|
12449
|
+
readonly additionalProperties: false;
|
|
12450
|
+
readonly minProperties: 1;
|
|
12451
|
+
readonly properties: {
|
|
12452
|
+
readonly leader: {
|
|
12453
|
+
readonly minLength: 1;
|
|
12454
|
+
readonly type: "string";
|
|
12455
|
+
};
|
|
12456
|
+
readonly pos: {
|
|
12457
|
+
readonly type: "integer";
|
|
12458
|
+
};
|
|
12459
|
+
readonly tabType: {
|
|
12460
|
+
readonly minLength: 1;
|
|
12461
|
+
readonly type: "string";
|
|
12462
|
+
};
|
|
12463
|
+
};
|
|
12464
|
+
readonly type: "object";
|
|
12465
|
+
};
|
|
12466
|
+
};
|
|
12467
|
+
readonly type: "object";
|
|
12468
|
+
};
|
|
12469
|
+
readonly type: "array";
|
|
12470
|
+
};
|
|
12471
|
+
readonly textAlignment: {
|
|
12472
|
+
readonly enum: readonly ["top", "center", "baseline", "bottom", "auto"];
|
|
12473
|
+
};
|
|
12474
|
+
readonly textboxTightWrap: {
|
|
12475
|
+
readonly enum: readonly ["none", "allLines", "firstAndLastLine", "firstLineOnly", "lastLineOnly"];
|
|
12476
|
+
};
|
|
12477
|
+
readonly textDirection: {
|
|
12478
|
+
readonly enum: readonly ["lrTb", "tbRl", "btLr", "lrTbV", "tbRlV", "tbLrV"];
|
|
12479
|
+
};
|
|
12480
|
+
readonly topLinePunct: {
|
|
12481
|
+
readonly type: "boolean";
|
|
12482
|
+
};
|
|
12483
|
+
readonly widowControl: {
|
|
12484
|
+
readonly type: "boolean";
|
|
12485
|
+
};
|
|
12486
|
+
readonly wordWrap: {
|
|
12487
|
+
readonly type: "boolean";
|
|
12488
|
+
};
|
|
12489
|
+
};
|
|
12490
|
+
readonly type: "object";
|
|
12491
|
+
};
|
|
12492
|
+
readonly target: {
|
|
12493
|
+
readonly additionalProperties: false;
|
|
12494
|
+
readonly properties: {
|
|
12495
|
+
readonly channel: {
|
|
12496
|
+
readonly const: "paragraph";
|
|
12497
|
+
};
|
|
12498
|
+
readonly scope: {
|
|
12499
|
+
readonly const: "docDefaults";
|
|
12500
|
+
};
|
|
12501
|
+
};
|
|
12502
|
+
readonly required: readonly ["scope", "channel"];
|
|
12503
|
+
readonly type: "object";
|
|
12504
|
+
};
|
|
12505
|
+
};
|
|
12506
|
+
readonly required: readonly ["target", "patch"];
|
|
12507
|
+
readonly type: "object";
|
|
12508
|
+
}];
|
|
12509
|
+
};
|
|
12510
|
+
readonly outputSchema: {
|
|
12511
|
+
readonly oneOf: readonly [{
|
|
12512
|
+
readonly additionalProperties: false;
|
|
12513
|
+
readonly properties: {
|
|
12514
|
+
readonly after: {
|
|
12515
|
+
readonly additionalProperties: false;
|
|
12516
|
+
readonly properties: {
|
|
12517
|
+
readonly adjustRightInd: {
|
|
12518
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
12519
|
+
};
|
|
12520
|
+
readonly autoSpaceDE: {
|
|
12521
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
12522
|
+
};
|
|
12523
|
+
readonly autoSpaceDN: {
|
|
12524
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
12525
|
+
};
|
|
12526
|
+
readonly bold: {
|
|
12527
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
12528
|
+
};
|
|
12529
|
+
readonly boldCs: {
|
|
12530
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
12531
|
+
};
|
|
12532
|
+
readonly borders: {
|
|
12533
|
+
readonly oneOf: readonly [{
|
|
12534
|
+
readonly type: "object";
|
|
12535
|
+
}, {
|
|
12536
|
+
readonly const: "inherit";
|
|
12537
|
+
}];
|
|
12538
|
+
};
|
|
12539
|
+
readonly color: {
|
|
12540
|
+
readonly oneOf: readonly [{
|
|
12541
|
+
readonly type: "object";
|
|
12542
|
+
}, {
|
|
12543
|
+
readonly const: "inherit";
|
|
12544
|
+
}];
|
|
12545
|
+
};
|
|
12546
|
+
readonly contextualSpacing: {
|
|
12547
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
12548
|
+
};
|
|
12549
|
+
readonly dstrike: {
|
|
12550
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
12551
|
+
};
|
|
12552
|
+
readonly eastAsianLayout: {
|
|
12553
|
+
readonly oneOf: readonly [{
|
|
12554
|
+
readonly type: "object";
|
|
12555
|
+
}, {
|
|
12556
|
+
readonly const: "inherit";
|
|
12557
|
+
}];
|
|
12558
|
+
};
|
|
12559
|
+
readonly effect: {
|
|
12560
|
+
readonly oneOf: readonly [{
|
|
12561
|
+
readonly type: "string";
|
|
12562
|
+
}, {
|
|
12563
|
+
readonly const: "inherit";
|
|
12564
|
+
}];
|
|
12565
|
+
};
|
|
12566
|
+
readonly em: {
|
|
12567
|
+
readonly oneOf: readonly [{
|
|
12568
|
+
readonly type: "string";
|
|
12569
|
+
}, {
|
|
12570
|
+
readonly const: "inherit";
|
|
12571
|
+
}];
|
|
12572
|
+
};
|
|
12573
|
+
readonly emboss: {
|
|
12574
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
12575
|
+
};
|
|
12576
|
+
readonly fitText: {
|
|
12577
|
+
readonly oneOf: readonly [{
|
|
12578
|
+
readonly type: "object";
|
|
12579
|
+
}, {
|
|
12580
|
+
readonly const: "inherit";
|
|
12581
|
+
}];
|
|
12582
|
+
};
|
|
12583
|
+
readonly fontFamily: {
|
|
12584
|
+
readonly oneOf: readonly [{
|
|
12585
|
+
readonly type: "object";
|
|
12586
|
+
}, {
|
|
12587
|
+
readonly const: "inherit";
|
|
12588
|
+
}];
|
|
12589
|
+
};
|
|
12590
|
+
readonly fontSize: {
|
|
12591
|
+
readonly oneOf: readonly [{
|
|
12592
|
+
readonly type: "number";
|
|
12593
|
+
}, {
|
|
12594
|
+
readonly const: "inherit";
|
|
12595
|
+
}];
|
|
12596
|
+
};
|
|
12597
|
+
readonly fontSizeCs: {
|
|
12598
|
+
readonly oneOf: readonly [{
|
|
12599
|
+
readonly type: "number";
|
|
12600
|
+
}, {
|
|
12601
|
+
readonly const: "inherit";
|
|
12602
|
+
}];
|
|
12603
|
+
};
|
|
12604
|
+
readonly framePr: {
|
|
12605
|
+
readonly oneOf: readonly [{
|
|
12606
|
+
readonly type: "object";
|
|
12607
|
+
}, {
|
|
12608
|
+
readonly const: "inherit";
|
|
12609
|
+
}];
|
|
12610
|
+
};
|
|
12611
|
+
readonly iCs: {
|
|
12612
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
12613
|
+
};
|
|
12614
|
+
readonly imprint: {
|
|
12615
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
11852
12616
|
};
|
|
11853
12617
|
readonly indent: {
|
|
11854
12618
|
readonly oneOf: readonly [{
|
|
11855
|
-
readonly type: "object";
|
|
12619
|
+
readonly type: "object";
|
|
12620
|
+
}, {
|
|
12621
|
+
readonly const: "inherit";
|
|
12622
|
+
}];
|
|
12623
|
+
};
|
|
12624
|
+
readonly italic: {
|
|
12625
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
12626
|
+
};
|
|
12627
|
+
readonly justification: {
|
|
12628
|
+
readonly oneOf: readonly [{
|
|
12629
|
+
readonly type: "string";
|
|
12630
|
+
}, {
|
|
12631
|
+
readonly const: "inherit";
|
|
12632
|
+
}];
|
|
12633
|
+
};
|
|
12634
|
+
readonly keepLines: {
|
|
12635
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
12636
|
+
};
|
|
12637
|
+
readonly keepNext: {
|
|
12638
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
12639
|
+
};
|
|
12640
|
+
readonly kern: {
|
|
12641
|
+
readonly oneOf: readonly [{
|
|
12642
|
+
readonly type: "number";
|
|
12643
|
+
}, {
|
|
12644
|
+
readonly const: "inherit";
|
|
12645
|
+
}];
|
|
12646
|
+
};
|
|
12647
|
+
readonly kinsoku: {
|
|
12648
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
12649
|
+
};
|
|
12650
|
+
readonly lang: {
|
|
12651
|
+
readonly oneOf: readonly [{
|
|
12652
|
+
readonly type: "object";
|
|
12653
|
+
}, {
|
|
12654
|
+
readonly const: "inherit";
|
|
12655
|
+
}];
|
|
12656
|
+
};
|
|
12657
|
+
readonly letterSpacing: {
|
|
12658
|
+
readonly oneOf: readonly [{
|
|
12659
|
+
readonly type: "number";
|
|
12660
|
+
}, {
|
|
12661
|
+
readonly const: "inherit";
|
|
12662
|
+
}];
|
|
12663
|
+
};
|
|
12664
|
+
readonly mirrorIndents: {
|
|
12665
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
12666
|
+
};
|
|
12667
|
+
readonly noProof: {
|
|
12668
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
12669
|
+
};
|
|
12670
|
+
readonly numberingProperties: {
|
|
12671
|
+
readonly oneOf: readonly [{
|
|
12672
|
+
readonly type: "object";
|
|
12673
|
+
}, {
|
|
12674
|
+
readonly const: "inherit";
|
|
12675
|
+
}];
|
|
12676
|
+
};
|
|
12677
|
+
readonly outline: {
|
|
12678
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
12679
|
+
};
|
|
12680
|
+
readonly outlineLvl: {
|
|
12681
|
+
readonly oneOf: readonly [{
|
|
12682
|
+
readonly type: "number";
|
|
12683
|
+
}, {
|
|
12684
|
+
readonly const: "inherit";
|
|
12685
|
+
}];
|
|
12686
|
+
};
|
|
12687
|
+
readonly overflowPunct: {
|
|
12688
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
12689
|
+
};
|
|
12690
|
+
readonly pageBreakBefore: {
|
|
12691
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
12692
|
+
};
|
|
12693
|
+
readonly position: {
|
|
12694
|
+
readonly oneOf: readonly [{
|
|
12695
|
+
readonly type: "number";
|
|
12696
|
+
}, {
|
|
12697
|
+
readonly const: "inherit";
|
|
12698
|
+
}];
|
|
12699
|
+
};
|
|
12700
|
+
readonly rightToLeft: {
|
|
12701
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
12702
|
+
};
|
|
12703
|
+
readonly shading: {
|
|
12704
|
+
readonly oneOf: readonly [{
|
|
12705
|
+
readonly type: "object";
|
|
12706
|
+
}, {
|
|
12707
|
+
readonly const: "inherit";
|
|
12708
|
+
}];
|
|
12709
|
+
};
|
|
12710
|
+
readonly shadow: {
|
|
12711
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
12712
|
+
};
|
|
12713
|
+
readonly smallCaps: {
|
|
12714
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
12715
|
+
};
|
|
12716
|
+
readonly snapToGrid: {
|
|
12717
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
12718
|
+
};
|
|
12719
|
+
readonly spacing: {
|
|
12720
|
+
readonly oneOf: readonly [{
|
|
12721
|
+
readonly type: "object";
|
|
12722
|
+
}, {
|
|
12723
|
+
readonly const: "inherit";
|
|
12724
|
+
}];
|
|
12725
|
+
};
|
|
12726
|
+
readonly specVanish: {
|
|
12727
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
12728
|
+
};
|
|
12729
|
+
readonly strike: {
|
|
12730
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
12731
|
+
};
|
|
12732
|
+
readonly suppressAutoHyphens: {
|
|
12733
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
12734
|
+
};
|
|
12735
|
+
readonly suppressLineNumbers: {
|
|
12736
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
12737
|
+
};
|
|
12738
|
+
readonly suppressOverlap: {
|
|
12739
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
12740
|
+
};
|
|
12741
|
+
readonly tabStops: {
|
|
12742
|
+
readonly oneOf: readonly [{
|
|
12743
|
+
readonly type: "array";
|
|
12744
|
+
}, {
|
|
12745
|
+
readonly const: "inherit";
|
|
12746
|
+
}];
|
|
12747
|
+
};
|
|
12748
|
+
readonly textAlignment: {
|
|
12749
|
+
readonly oneOf: readonly [{
|
|
12750
|
+
readonly type: "string";
|
|
12751
|
+
}, {
|
|
12752
|
+
readonly const: "inherit";
|
|
12753
|
+
}];
|
|
12754
|
+
};
|
|
12755
|
+
readonly textboxTightWrap: {
|
|
12756
|
+
readonly oneOf: readonly [{
|
|
12757
|
+
readonly type: "string";
|
|
12758
|
+
}, {
|
|
12759
|
+
readonly const: "inherit";
|
|
12760
|
+
}];
|
|
12761
|
+
};
|
|
12762
|
+
readonly textDirection: {
|
|
12763
|
+
readonly oneOf: readonly [{
|
|
12764
|
+
readonly type: "string";
|
|
11856
12765
|
}, {
|
|
11857
12766
|
readonly const: "inherit";
|
|
11858
12767
|
}];
|
|
11859
12768
|
};
|
|
11860
|
-
readonly
|
|
12769
|
+
readonly textTransform: {
|
|
12770
|
+
readonly oneOf: readonly [{
|
|
12771
|
+
readonly type: "string";
|
|
12772
|
+
}, {
|
|
12773
|
+
readonly const: "inherit";
|
|
12774
|
+
}];
|
|
12775
|
+
};
|
|
12776
|
+
readonly topLinePunct: {
|
|
11861
12777
|
readonly enum: readonly ["on", "off", "inherit"];
|
|
11862
12778
|
};
|
|
11863
|
-
readonly
|
|
12779
|
+
readonly underline: {
|
|
11864
12780
|
readonly oneOf: readonly [{
|
|
11865
|
-
readonly type: "
|
|
12781
|
+
readonly type: "object";
|
|
11866
12782
|
}, {
|
|
11867
12783
|
readonly const: "inherit";
|
|
11868
12784
|
}];
|
|
11869
12785
|
};
|
|
11870
|
-
readonly
|
|
12786
|
+
readonly vanish: {
|
|
12787
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
12788
|
+
};
|
|
12789
|
+
readonly vertAlign: {
|
|
11871
12790
|
readonly oneOf: readonly [{
|
|
11872
|
-
readonly type: "
|
|
12791
|
+
readonly type: "string";
|
|
11873
12792
|
}, {
|
|
11874
12793
|
readonly const: "inherit";
|
|
11875
12794
|
}];
|
|
11876
12795
|
};
|
|
11877
|
-
readonly
|
|
12796
|
+
readonly w: {
|
|
11878
12797
|
readonly oneOf: readonly [{
|
|
11879
|
-
readonly type: "
|
|
12798
|
+
readonly type: "number";
|
|
11880
12799
|
}, {
|
|
11881
12800
|
readonly const: "inherit";
|
|
11882
12801
|
}];
|
|
11883
12802
|
};
|
|
12803
|
+
readonly webHidden: {
|
|
12804
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
12805
|
+
};
|
|
12806
|
+
readonly widowControl: {
|
|
12807
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
12808
|
+
};
|
|
12809
|
+
readonly wordWrap: {
|
|
12810
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
12811
|
+
};
|
|
11884
12812
|
};
|
|
11885
12813
|
readonly type: "object";
|
|
11886
12814
|
};
|
|
11887
12815
|
readonly before: {
|
|
11888
12816
|
readonly additionalProperties: false;
|
|
11889
12817
|
readonly properties: {
|
|
12818
|
+
readonly adjustRightInd: {
|
|
12819
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
12820
|
+
};
|
|
12821
|
+
readonly autoSpaceDE: {
|
|
12822
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
12823
|
+
};
|
|
12824
|
+
readonly autoSpaceDN: {
|
|
12825
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
12826
|
+
};
|
|
11890
12827
|
readonly bold: {
|
|
11891
12828
|
readonly enum: readonly ["on", "off", "inherit"];
|
|
11892
12829
|
};
|
|
12830
|
+
readonly boldCs: {
|
|
12831
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
12832
|
+
};
|
|
12833
|
+
readonly borders: {
|
|
12834
|
+
readonly oneOf: readonly [{
|
|
12835
|
+
readonly type: "object";
|
|
12836
|
+
}, {
|
|
12837
|
+
readonly const: "inherit";
|
|
12838
|
+
}];
|
|
12839
|
+
};
|
|
11893
12840
|
readonly color: {
|
|
11894
12841
|
readonly oneOf: readonly [{
|
|
11895
12842
|
readonly type: "object";
|
|
@@ -11897,6 +12844,43 @@ export declare const CONTRACT: {
|
|
|
11897
12844
|
readonly const: "inherit";
|
|
11898
12845
|
}];
|
|
11899
12846
|
};
|
|
12847
|
+
readonly contextualSpacing: {
|
|
12848
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
12849
|
+
};
|
|
12850
|
+
readonly dstrike: {
|
|
12851
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
12852
|
+
};
|
|
12853
|
+
readonly eastAsianLayout: {
|
|
12854
|
+
readonly oneOf: readonly [{
|
|
12855
|
+
readonly type: "object";
|
|
12856
|
+
}, {
|
|
12857
|
+
readonly const: "inherit";
|
|
12858
|
+
}];
|
|
12859
|
+
};
|
|
12860
|
+
readonly effect: {
|
|
12861
|
+
readonly oneOf: readonly [{
|
|
12862
|
+
readonly type: "string";
|
|
12863
|
+
}, {
|
|
12864
|
+
readonly const: "inherit";
|
|
12865
|
+
}];
|
|
12866
|
+
};
|
|
12867
|
+
readonly em: {
|
|
12868
|
+
readonly oneOf: readonly [{
|
|
12869
|
+
readonly type: "string";
|
|
12870
|
+
}, {
|
|
12871
|
+
readonly const: "inherit";
|
|
12872
|
+
}];
|
|
12873
|
+
};
|
|
12874
|
+
readonly emboss: {
|
|
12875
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
12876
|
+
};
|
|
12877
|
+
readonly fitText: {
|
|
12878
|
+
readonly oneOf: readonly [{
|
|
12879
|
+
readonly type: "object";
|
|
12880
|
+
}, {
|
|
12881
|
+
readonly const: "inherit";
|
|
12882
|
+
}];
|
|
12883
|
+
};
|
|
11900
12884
|
readonly fontFamily: {
|
|
11901
12885
|
readonly oneOf: readonly [{
|
|
11902
12886
|
readonly type: "object";
|
|
@@ -11918,6 +12902,19 @@ export declare const CONTRACT: {
|
|
|
11918
12902
|
readonly const: "inherit";
|
|
11919
12903
|
}];
|
|
11920
12904
|
};
|
|
12905
|
+
readonly framePr: {
|
|
12906
|
+
readonly oneOf: readonly [{
|
|
12907
|
+
readonly type: "object";
|
|
12908
|
+
}, {
|
|
12909
|
+
readonly const: "inherit";
|
|
12910
|
+
}];
|
|
12911
|
+
};
|
|
12912
|
+
readonly iCs: {
|
|
12913
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
12914
|
+
};
|
|
12915
|
+
readonly imprint: {
|
|
12916
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
12917
|
+
};
|
|
11921
12918
|
readonly indent: {
|
|
11922
12919
|
readonly oneOf: readonly [{
|
|
11923
12920
|
readonly type: "object";
|
|
@@ -11935,6 +12932,29 @@ export declare const CONTRACT: {
|
|
|
11935
12932
|
readonly const: "inherit";
|
|
11936
12933
|
}];
|
|
11937
12934
|
};
|
|
12935
|
+
readonly keepLines: {
|
|
12936
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
12937
|
+
};
|
|
12938
|
+
readonly keepNext: {
|
|
12939
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
12940
|
+
};
|
|
12941
|
+
readonly kern: {
|
|
12942
|
+
readonly oneOf: readonly [{
|
|
12943
|
+
readonly type: "number";
|
|
12944
|
+
}, {
|
|
12945
|
+
readonly const: "inherit";
|
|
12946
|
+
}];
|
|
12947
|
+
};
|
|
12948
|
+
readonly kinsoku: {
|
|
12949
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
12950
|
+
};
|
|
12951
|
+
readonly lang: {
|
|
12952
|
+
readonly oneOf: readonly [{
|
|
12953
|
+
readonly type: "object";
|
|
12954
|
+
}, {
|
|
12955
|
+
readonly const: "inherit";
|
|
12956
|
+
}];
|
|
12957
|
+
};
|
|
11938
12958
|
readonly letterSpacing: {
|
|
11939
12959
|
readonly oneOf: readonly [{
|
|
11940
12960
|
readonly type: "number";
|
|
@@ -11942,22 +12962,205 @@ export declare const CONTRACT: {
|
|
|
11942
12962
|
readonly const: "inherit";
|
|
11943
12963
|
}];
|
|
11944
12964
|
};
|
|
11945
|
-
readonly
|
|
11946
|
-
readonly
|
|
11947
|
-
|
|
11948
|
-
|
|
11949
|
-
|
|
11950
|
-
|
|
12965
|
+
readonly mirrorIndents: {
|
|
12966
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
12967
|
+
};
|
|
12968
|
+
readonly noProof: {
|
|
12969
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
12970
|
+
};
|
|
12971
|
+
readonly numberingProperties: {
|
|
12972
|
+
readonly oneOf: readonly [{
|
|
12973
|
+
readonly type: "object";
|
|
12974
|
+
}, {
|
|
12975
|
+
readonly const: "inherit";
|
|
12976
|
+
}];
|
|
12977
|
+
};
|
|
12978
|
+
readonly outline: {
|
|
12979
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
12980
|
+
};
|
|
12981
|
+
readonly outlineLvl: {
|
|
12982
|
+
readonly oneOf: readonly [{
|
|
12983
|
+
readonly type: "number";
|
|
12984
|
+
}, {
|
|
12985
|
+
readonly const: "inherit";
|
|
12986
|
+
}];
|
|
12987
|
+
};
|
|
12988
|
+
readonly overflowPunct: {
|
|
12989
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
12990
|
+
};
|
|
12991
|
+
readonly pageBreakBefore: {
|
|
12992
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
12993
|
+
};
|
|
12994
|
+
readonly position: {
|
|
12995
|
+
readonly oneOf: readonly [{
|
|
12996
|
+
readonly type: "number";
|
|
12997
|
+
}, {
|
|
12998
|
+
readonly const: "inherit";
|
|
12999
|
+
}];
|
|
13000
|
+
};
|
|
13001
|
+
readonly rightToLeft: {
|
|
13002
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13003
|
+
};
|
|
13004
|
+
readonly shading: {
|
|
13005
|
+
readonly oneOf: readonly [{
|
|
13006
|
+
readonly type: "object";
|
|
13007
|
+
}, {
|
|
13008
|
+
readonly const: "inherit";
|
|
13009
|
+
}];
|
|
13010
|
+
};
|
|
13011
|
+
readonly shadow: {
|
|
13012
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13013
|
+
};
|
|
13014
|
+
readonly smallCaps: {
|
|
13015
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13016
|
+
};
|
|
13017
|
+
readonly snapToGrid: {
|
|
13018
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13019
|
+
};
|
|
13020
|
+
readonly spacing: {
|
|
13021
|
+
readonly oneOf: readonly [{
|
|
13022
|
+
readonly type: "object";
|
|
13023
|
+
}, {
|
|
13024
|
+
readonly const: "inherit";
|
|
13025
|
+
}];
|
|
13026
|
+
};
|
|
13027
|
+
readonly specVanish: {
|
|
13028
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13029
|
+
};
|
|
13030
|
+
readonly strike: {
|
|
13031
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13032
|
+
};
|
|
13033
|
+
readonly suppressAutoHyphens: {
|
|
13034
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13035
|
+
};
|
|
13036
|
+
readonly suppressLineNumbers: {
|
|
13037
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13038
|
+
};
|
|
13039
|
+
readonly suppressOverlap: {
|
|
13040
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13041
|
+
};
|
|
13042
|
+
readonly tabStops: {
|
|
13043
|
+
readonly oneOf: readonly [{
|
|
13044
|
+
readonly type: "array";
|
|
13045
|
+
}, {
|
|
13046
|
+
readonly const: "inherit";
|
|
13047
|
+
}];
|
|
13048
|
+
};
|
|
13049
|
+
readonly textAlignment: {
|
|
13050
|
+
readonly oneOf: readonly [{
|
|
13051
|
+
readonly type: "string";
|
|
13052
|
+
}, {
|
|
13053
|
+
readonly const: "inherit";
|
|
13054
|
+
}];
|
|
13055
|
+
};
|
|
13056
|
+
readonly textboxTightWrap: {
|
|
13057
|
+
readonly oneOf: readonly [{
|
|
13058
|
+
readonly type: "string";
|
|
13059
|
+
}, {
|
|
13060
|
+
readonly const: "inherit";
|
|
13061
|
+
}];
|
|
13062
|
+
};
|
|
13063
|
+
readonly textDirection: {
|
|
13064
|
+
readonly oneOf: readonly [{
|
|
13065
|
+
readonly type: "string";
|
|
13066
|
+
}, {
|
|
13067
|
+
readonly const: "inherit";
|
|
13068
|
+
}];
|
|
13069
|
+
};
|
|
13070
|
+
readonly textTransform: {
|
|
13071
|
+
readonly oneOf: readonly [{
|
|
13072
|
+
readonly type: "string";
|
|
13073
|
+
}, {
|
|
13074
|
+
readonly const: "inherit";
|
|
13075
|
+
}];
|
|
13076
|
+
};
|
|
13077
|
+
readonly topLinePunct: {
|
|
13078
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13079
|
+
};
|
|
13080
|
+
readonly underline: {
|
|
13081
|
+
readonly oneOf: readonly [{
|
|
13082
|
+
readonly type: "object";
|
|
13083
|
+
}, {
|
|
13084
|
+
readonly const: "inherit";
|
|
13085
|
+
}];
|
|
13086
|
+
};
|
|
13087
|
+
readonly vanish: {
|
|
13088
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13089
|
+
};
|
|
13090
|
+
readonly vertAlign: {
|
|
13091
|
+
readonly oneOf: readonly [{
|
|
13092
|
+
readonly type: "string";
|
|
13093
|
+
}, {
|
|
13094
|
+
readonly const: "inherit";
|
|
13095
|
+
}];
|
|
13096
|
+
};
|
|
13097
|
+
readonly w: {
|
|
13098
|
+
readonly oneOf: readonly [{
|
|
13099
|
+
readonly type: "number";
|
|
13100
|
+
}, {
|
|
13101
|
+
readonly const: "inherit";
|
|
13102
|
+
}];
|
|
13103
|
+
};
|
|
13104
|
+
readonly webHidden: {
|
|
13105
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13106
|
+
};
|
|
13107
|
+
readonly widowControl: {
|
|
13108
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13109
|
+
};
|
|
13110
|
+
readonly wordWrap: {
|
|
13111
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13112
|
+
};
|
|
13113
|
+
};
|
|
13114
|
+
readonly type: "object";
|
|
13115
|
+
};
|
|
13116
|
+
readonly changed: {
|
|
13117
|
+
readonly type: "boolean";
|
|
13118
|
+
};
|
|
13119
|
+
readonly dryRun: {
|
|
13120
|
+
readonly type: "boolean";
|
|
13121
|
+
};
|
|
13122
|
+
readonly resolution: {
|
|
13123
|
+
readonly additionalProperties: false;
|
|
13124
|
+
readonly properties: {
|
|
13125
|
+
readonly channel: {
|
|
13126
|
+
readonly enum: readonly ["run", "paragraph"];
|
|
13127
|
+
};
|
|
13128
|
+
readonly scope: {
|
|
13129
|
+
readonly const: "docDefaults";
|
|
13130
|
+
};
|
|
13131
|
+
readonly xmlPart: {
|
|
13132
|
+
readonly const: "word/styles.xml";
|
|
13133
|
+
};
|
|
13134
|
+
readonly xmlPath: {
|
|
13135
|
+
readonly enum: readonly ["w:styles/w:docDefaults/w:rPrDefault/w:rPr", "w:styles/w:docDefaults/w:pPrDefault/w:pPr"];
|
|
13136
|
+
};
|
|
13137
|
+
};
|
|
13138
|
+
readonly required: readonly ["scope", "channel", "xmlPart", "xmlPath"];
|
|
13139
|
+
readonly type: "object";
|
|
13140
|
+
};
|
|
13141
|
+
readonly success: {
|
|
13142
|
+
readonly const: true;
|
|
13143
|
+
};
|
|
13144
|
+
};
|
|
13145
|
+
readonly required: readonly ["success", "changed", "resolution", "dryRun", "before", "after"];
|
|
13146
|
+
readonly type: "object";
|
|
13147
|
+
}, {
|
|
13148
|
+
readonly additionalProperties: false;
|
|
13149
|
+
readonly properties: {
|
|
13150
|
+
readonly failure: {
|
|
13151
|
+
readonly additionalProperties: false;
|
|
13152
|
+
readonly properties: {
|
|
13153
|
+
readonly code: {
|
|
13154
|
+
readonly type: "string";
|
|
13155
|
+
};
|
|
13156
|
+
readonly details: {};
|
|
13157
|
+
readonly message: {
|
|
13158
|
+
readonly type: "string";
|
|
11951
13159
|
};
|
|
11952
13160
|
};
|
|
13161
|
+
readonly required: readonly ["code", "message"];
|
|
11953
13162
|
readonly type: "object";
|
|
11954
13163
|
};
|
|
11955
|
-
readonly changed: {
|
|
11956
|
-
readonly type: "boolean";
|
|
11957
|
-
};
|
|
11958
|
-
readonly dryRun: {
|
|
11959
|
-
readonly type: "boolean";
|
|
11960
|
-
};
|
|
11961
13164
|
readonly resolution: {
|
|
11962
13165
|
readonly additionalProperties: false;
|
|
11963
13166
|
readonly properties: {
|
|
@@ -11978,64 +13181,342 @@ export declare const CONTRACT: {
|
|
|
11978
13181
|
readonly type: "object";
|
|
11979
13182
|
};
|
|
11980
13183
|
readonly success: {
|
|
11981
|
-
readonly const:
|
|
13184
|
+
readonly const: false;
|
|
11982
13185
|
};
|
|
11983
13186
|
};
|
|
11984
|
-
readonly required: readonly ["success", "
|
|
13187
|
+
readonly required: readonly ["success", "resolution", "failure"];
|
|
11985
13188
|
readonly type: "object";
|
|
11986
|
-
}
|
|
11987
|
-
|
|
11988
|
-
|
|
11989
|
-
|
|
11990
|
-
|
|
11991
|
-
|
|
11992
|
-
|
|
13189
|
+
}];
|
|
13190
|
+
};
|
|
13191
|
+
readonly successSchema: {
|
|
13192
|
+
readonly additionalProperties: false;
|
|
13193
|
+
readonly properties: {
|
|
13194
|
+
readonly after: {
|
|
13195
|
+
readonly additionalProperties: false;
|
|
13196
|
+
readonly properties: {
|
|
13197
|
+
readonly adjustRightInd: {
|
|
13198
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13199
|
+
};
|
|
13200
|
+
readonly autoSpaceDE: {
|
|
13201
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13202
|
+
};
|
|
13203
|
+
readonly autoSpaceDN: {
|
|
13204
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13205
|
+
};
|
|
13206
|
+
readonly bold: {
|
|
13207
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13208
|
+
};
|
|
13209
|
+
readonly boldCs: {
|
|
13210
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13211
|
+
};
|
|
13212
|
+
readonly borders: {
|
|
13213
|
+
readonly oneOf: readonly [{
|
|
13214
|
+
readonly type: "object";
|
|
13215
|
+
}, {
|
|
13216
|
+
readonly const: "inherit";
|
|
13217
|
+
}];
|
|
13218
|
+
};
|
|
13219
|
+
readonly color: {
|
|
13220
|
+
readonly oneOf: readonly [{
|
|
13221
|
+
readonly type: "object";
|
|
13222
|
+
}, {
|
|
13223
|
+
readonly const: "inherit";
|
|
13224
|
+
}];
|
|
13225
|
+
};
|
|
13226
|
+
readonly contextualSpacing: {
|
|
13227
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13228
|
+
};
|
|
13229
|
+
readonly dstrike: {
|
|
13230
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13231
|
+
};
|
|
13232
|
+
readonly eastAsianLayout: {
|
|
13233
|
+
readonly oneOf: readonly [{
|
|
13234
|
+
readonly type: "object";
|
|
13235
|
+
}, {
|
|
13236
|
+
readonly const: "inherit";
|
|
13237
|
+
}];
|
|
13238
|
+
};
|
|
13239
|
+
readonly effect: {
|
|
13240
|
+
readonly oneOf: readonly [{
|
|
13241
|
+
readonly type: "string";
|
|
13242
|
+
}, {
|
|
13243
|
+
readonly const: "inherit";
|
|
13244
|
+
}];
|
|
13245
|
+
};
|
|
13246
|
+
readonly em: {
|
|
13247
|
+
readonly oneOf: readonly [{
|
|
13248
|
+
readonly type: "string";
|
|
13249
|
+
}, {
|
|
13250
|
+
readonly const: "inherit";
|
|
13251
|
+
}];
|
|
13252
|
+
};
|
|
13253
|
+
readonly emboss: {
|
|
13254
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13255
|
+
};
|
|
13256
|
+
readonly fitText: {
|
|
13257
|
+
readonly oneOf: readonly [{
|
|
13258
|
+
readonly type: "object";
|
|
13259
|
+
}, {
|
|
13260
|
+
readonly const: "inherit";
|
|
13261
|
+
}];
|
|
13262
|
+
};
|
|
13263
|
+
readonly fontFamily: {
|
|
13264
|
+
readonly oneOf: readonly [{
|
|
13265
|
+
readonly type: "object";
|
|
13266
|
+
}, {
|
|
13267
|
+
readonly const: "inherit";
|
|
13268
|
+
}];
|
|
13269
|
+
};
|
|
13270
|
+
readonly fontSize: {
|
|
13271
|
+
readonly oneOf: readonly [{
|
|
13272
|
+
readonly type: "number";
|
|
13273
|
+
}, {
|
|
13274
|
+
readonly const: "inherit";
|
|
13275
|
+
}];
|
|
13276
|
+
};
|
|
13277
|
+
readonly fontSizeCs: {
|
|
13278
|
+
readonly oneOf: readonly [{
|
|
13279
|
+
readonly type: "number";
|
|
13280
|
+
}, {
|
|
13281
|
+
readonly const: "inherit";
|
|
13282
|
+
}];
|
|
13283
|
+
};
|
|
13284
|
+
readonly framePr: {
|
|
13285
|
+
readonly oneOf: readonly [{
|
|
13286
|
+
readonly type: "object";
|
|
13287
|
+
}, {
|
|
13288
|
+
readonly const: "inherit";
|
|
13289
|
+
}];
|
|
13290
|
+
};
|
|
13291
|
+
readonly iCs: {
|
|
13292
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13293
|
+
};
|
|
13294
|
+
readonly imprint: {
|
|
13295
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13296
|
+
};
|
|
13297
|
+
readonly indent: {
|
|
13298
|
+
readonly oneOf: readonly [{
|
|
13299
|
+
readonly type: "object";
|
|
13300
|
+
}, {
|
|
13301
|
+
readonly const: "inherit";
|
|
13302
|
+
}];
|
|
13303
|
+
};
|
|
13304
|
+
readonly italic: {
|
|
13305
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13306
|
+
};
|
|
13307
|
+
readonly justification: {
|
|
13308
|
+
readonly oneOf: readonly [{
|
|
13309
|
+
readonly type: "string";
|
|
13310
|
+
}, {
|
|
13311
|
+
readonly const: "inherit";
|
|
13312
|
+
}];
|
|
13313
|
+
};
|
|
13314
|
+
readonly keepLines: {
|
|
13315
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13316
|
+
};
|
|
13317
|
+
readonly keepNext: {
|
|
13318
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13319
|
+
};
|
|
13320
|
+
readonly kern: {
|
|
13321
|
+
readonly oneOf: readonly [{
|
|
13322
|
+
readonly type: "number";
|
|
13323
|
+
}, {
|
|
13324
|
+
readonly const: "inherit";
|
|
13325
|
+
}];
|
|
13326
|
+
};
|
|
13327
|
+
readonly kinsoku: {
|
|
13328
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13329
|
+
};
|
|
13330
|
+
readonly lang: {
|
|
13331
|
+
readonly oneOf: readonly [{
|
|
13332
|
+
readonly type: "object";
|
|
13333
|
+
}, {
|
|
13334
|
+
readonly const: "inherit";
|
|
13335
|
+
}];
|
|
13336
|
+
};
|
|
13337
|
+
readonly letterSpacing: {
|
|
13338
|
+
readonly oneOf: readonly [{
|
|
13339
|
+
readonly type: "number";
|
|
13340
|
+
}, {
|
|
13341
|
+
readonly const: "inherit";
|
|
13342
|
+
}];
|
|
13343
|
+
};
|
|
13344
|
+
readonly mirrorIndents: {
|
|
13345
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13346
|
+
};
|
|
13347
|
+
readonly noProof: {
|
|
13348
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13349
|
+
};
|
|
13350
|
+
readonly numberingProperties: {
|
|
13351
|
+
readonly oneOf: readonly [{
|
|
13352
|
+
readonly type: "object";
|
|
13353
|
+
}, {
|
|
13354
|
+
readonly const: "inherit";
|
|
13355
|
+
}];
|
|
13356
|
+
};
|
|
13357
|
+
readonly outline: {
|
|
13358
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13359
|
+
};
|
|
13360
|
+
readonly outlineLvl: {
|
|
13361
|
+
readonly oneOf: readonly [{
|
|
13362
|
+
readonly type: "number";
|
|
13363
|
+
}, {
|
|
13364
|
+
readonly const: "inherit";
|
|
13365
|
+
}];
|
|
13366
|
+
};
|
|
13367
|
+
readonly overflowPunct: {
|
|
13368
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13369
|
+
};
|
|
13370
|
+
readonly pageBreakBefore: {
|
|
13371
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13372
|
+
};
|
|
13373
|
+
readonly position: {
|
|
13374
|
+
readonly oneOf: readonly [{
|
|
13375
|
+
readonly type: "number";
|
|
13376
|
+
}, {
|
|
13377
|
+
readonly const: "inherit";
|
|
13378
|
+
}];
|
|
13379
|
+
};
|
|
13380
|
+
readonly rightToLeft: {
|
|
13381
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13382
|
+
};
|
|
13383
|
+
readonly shading: {
|
|
13384
|
+
readonly oneOf: readonly [{
|
|
13385
|
+
readonly type: "object";
|
|
13386
|
+
}, {
|
|
13387
|
+
readonly const: "inherit";
|
|
13388
|
+
}];
|
|
13389
|
+
};
|
|
13390
|
+
readonly shadow: {
|
|
13391
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13392
|
+
};
|
|
13393
|
+
readonly smallCaps: {
|
|
13394
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13395
|
+
};
|
|
13396
|
+
readonly snapToGrid: {
|
|
13397
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13398
|
+
};
|
|
13399
|
+
readonly spacing: {
|
|
13400
|
+
readonly oneOf: readonly [{
|
|
13401
|
+
readonly type: "object";
|
|
13402
|
+
}, {
|
|
13403
|
+
readonly const: "inherit";
|
|
13404
|
+
}];
|
|
13405
|
+
};
|
|
13406
|
+
readonly specVanish: {
|
|
13407
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13408
|
+
};
|
|
13409
|
+
readonly strike: {
|
|
13410
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13411
|
+
};
|
|
13412
|
+
readonly suppressAutoHyphens: {
|
|
13413
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13414
|
+
};
|
|
13415
|
+
readonly suppressLineNumbers: {
|
|
13416
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13417
|
+
};
|
|
13418
|
+
readonly suppressOverlap: {
|
|
13419
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13420
|
+
};
|
|
13421
|
+
readonly tabStops: {
|
|
13422
|
+
readonly oneOf: readonly [{
|
|
13423
|
+
readonly type: "array";
|
|
13424
|
+
}, {
|
|
13425
|
+
readonly const: "inherit";
|
|
13426
|
+
}];
|
|
13427
|
+
};
|
|
13428
|
+
readonly textAlignment: {
|
|
13429
|
+
readonly oneOf: readonly [{
|
|
13430
|
+
readonly type: "string";
|
|
13431
|
+
}, {
|
|
13432
|
+
readonly const: "inherit";
|
|
13433
|
+
}];
|
|
13434
|
+
};
|
|
13435
|
+
readonly textboxTightWrap: {
|
|
13436
|
+
readonly oneOf: readonly [{
|
|
13437
|
+
readonly type: "string";
|
|
13438
|
+
}, {
|
|
13439
|
+
readonly const: "inherit";
|
|
13440
|
+
}];
|
|
13441
|
+
};
|
|
13442
|
+
readonly textDirection: {
|
|
13443
|
+
readonly oneOf: readonly [{
|
|
11993
13444
|
readonly type: "string";
|
|
11994
|
-
}
|
|
11995
|
-
|
|
11996
|
-
|
|
13445
|
+
}, {
|
|
13446
|
+
readonly const: "inherit";
|
|
13447
|
+
}];
|
|
13448
|
+
};
|
|
13449
|
+
readonly textTransform: {
|
|
13450
|
+
readonly oneOf: readonly [{
|
|
11997
13451
|
readonly type: "string";
|
|
11998
|
-
}
|
|
13452
|
+
}, {
|
|
13453
|
+
readonly const: "inherit";
|
|
13454
|
+
}];
|
|
11999
13455
|
};
|
|
12000
|
-
readonly
|
|
12001
|
-
|
|
12002
|
-
|
|
12003
|
-
|
|
12004
|
-
|
|
12005
|
-
|
|
12006
|
-
|
|
12007
|
-
readonly
|
|
12008
|
-
};
|
|
12009
|
-
|
|
12010
|
-
|
|
12011
|
-
|
|
12012
|
-
|
|
12013
|
-
|
|
12014
|
-
|
|
12015
|
-
|
|
12016
|
-
|
|
12017
|
-
|
|
13456
|
+
readonly topLinePunct: {
|
|
13457
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13458
|
+
};
|
|
13459
|
+
readonly underline: {
|
|
13460
|
+
readonly oneOf: readonly [{
|
|
13461
|
+
readonly type: "object";
|
|
13462
|
+
}, {
|
|
13463
|
+
readonly const: "inherit";
|
|
13464
|
+
}];
|
|
13465
|
+
};
|
|
13466
|
+
readonly vanish: {
|
|
13467
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13468
|
+
};
|
|
13469
|
+
readonly vertAlign: {
|
|
13470
|
+
readonly oneOf: readonly [{
|
|
13471
|
+
readonly type: "string";
|
|
13472
|
+
}, {
|
|
13473
|
+
readonly const: "inherit";
|
|
13474
|
+
}];
|
|
13475
|
+
};
|
|
13476
|
+
readonly w: {
|
|
13477
|
+
readonly oneOf: readonly [{
|
|
13478
|
+
readonly type: "number";
|
|
13479
|
+
}, {
|
|
13480
|
+
readonly const: "inherit";
|
|
13481
|
+
}];
|
|
13482
|
+
};
|
|
13483
|
+
readonly webHidden: {
|
|
13484
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13485
|
+
};
|
|
13486
|
+
readonly widowControl: {
|
|
13487
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13488
|
+
};
|
|
13489
|
+
readonly wordWrap: {
|
|
13490
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
12018
13491
|
};
|
|
12019
|
-
readonly required: readonly ["scope", "channel", "xmlPart", "xmlPath"];
|
|
12020
|
-
readonly type: "object";
|
|
12021
|
-
};
|
|
12022
|
-
readonly success: {
|
|
12023
|
-
readonly const: false;
|
|
12024
13492
|
};
|
|
13493
|
+
readonly type: "object";
|
|
12025
13494
|
};
|
|
12026
|
-
readonly
|
|
12027
|
-
readonly type: "object";
|
|
12028
|
-
}];
|
|
12029
|
-
};
|
|
12030
|
-
readonly successSchema: {
|
|
12031
|
-
readonly additionalProperties: false;
|
|
12032
|
-
readonly properties: {
|
|
12033
|
-
readonly after: {
|
|
13495
|
+
readonly before: {
|
|
12034
13496
|
readonly additionalProperties: false;
|
|
12035
13497
|
readonly properties: {
|
|
13498
|
+
readonly adjustRightInd: {
|
|
13499
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13500
|
+
};
|
|
13501
|
+
readonly autoSpaceDE: {
|
|
13502
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13503
|
+
};
|
|
13504
|
+
readonly autoSpaceDN: {
|
|
13505
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13506
|
+
};
|
|
12036
13507
|
readonly bold: {
|
|
12037
13508
|
readonly enum: readonly ["on", "off", "inherit"];
|
|
12038
13509
|
};
|
|
13510
|
+
readonly boldCs: {
|
|
13511
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13512
|
+
};
|
|
13513
|
+
readonly borders: {
|
|
13514
|
+
readonly oneOf: readonly [{
|
|
13515
|
+
readonly type: "object";
|
|
13516
|
+
}, {
|
|
13517
|
+
readonly const: "inherit";
|
|
13518
|
+
}];
|
|
13519
|
+
};
|
|
12039
13520
|
readonly color: {
|
|
12040
13521
|
readonly oneOf: readonly [{
|
|
12041
13522
|
readonly type: "object";
|
|
@@ -12043,6 +13524,43 @@ export declare const CONTRACT: {
|
|
|
12043
13524
|
readonly const: "inherit";
|
|
12044
13525
|
}];
|
|
12045
13526
|
};
|
|
13527
|
+
readonly contextualSpacing: {
|
|
13528
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13529
|
+
};
|
|
13530
|
+
readonly dstrike: {
|
|
13531
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13532
|
+
};
|
|
13533
|
+
readonly eastAsianLayout: {
|
|
13534
|
+
readonly oneOf: readonly [{
|
|
13535
|
+
readonly type: "object";
|
|
13536
|
+
}, {
|
|
13537
|
+
readonly const: "inherit";
|
|
13538
|
+
}];
|
|
13539
|
+
};
|
|
13540
|
+
readonly effect: {
|
|
13541
|
+
readonly oneOf: readonly [{
|
|
13542
|
+
readonly type: "string";
|
|
13543
|
+
}, {
|
|
13544
|
+
readonly const: "inherit";
|
|
13545
|
+
}];
|
|
13546
|
+
};
|
|
13547
|
+
readonly em: {
|
|
13548
|
+
readonly oneOf: readonly [{
|
|
13549
|
+
readonly type: "string";
|
|
13550
|
+
}, {
|
|
13551
|
+
readonly const: "inherit";
|
|
13552
|
+
}];
|
|
13553
|
+
};
|
|
13554
|
+
readonly emboss: {
|
|
13555
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13556
|
+
};
|
|
13557
|
+
readonly fitText: {
|
|
13558
|
+
readonly oneOf: readonly [{
|
|
13559
|
+
readonly type: "object";
|
|
13560
|
+
}, {
|
|
13561
|
+
readonly const: "inherit";
|
|
13562
|
+
}];
|
|
13563
|
+
};
|
|
12046
13564
|
readonly fontFamily: {
|
|
12047
13565
|
readonly oneOf: readonly [{
|
|
12048
13566
|
readonly type: "object";
|
|
@@ -12064,6 +13582,19 @@ export declare const CONTRACT: {
|
|
|
12064
13582
|
readonly const: "inherit";
|
|
12065
13583
|
}];
|
|
12066
13584
|
};
|
|
13585
|
+
readonly framePr: {
|
|
13586
|
+
readonly oneOf: readonly [{
|
|
13587
|
+
readonly type: "object";
|
|
13588
|
+
}, {
|
|
13589
|
+
readonly const: "inherit";
|
|
13590
|
+
}];
|
|
13591
|
+
};
|
|
13592
|
+
readonly iCs: {
|
|
13593
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13594
|
+
};
|
|
13595
|
+
readonly imprint: {
|
|
13596
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13597
|
+
};
|
|
12067
13598
|
readonly indent: {
|
|
12068
13599
|
readonly oneOf: readonly [{
|
|
12069
13600
|
readonly type: "object";
|
|
@@ -12081,88 +13612,184 @@ export declare const CONTRACT: {
|
|
|
12081
13612
|
readonly const: "inherit";
|
|
12082
13613
|
}];
|
|
12083
13614
|
};
|
|
12084
|
-
readonly
|
|
13615
|
+
readonly keepLines: {
|
|
13616
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13617
|
+
};
|
|
13618
|
+
readonly keepNext: {
|
|
13619
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13620
|
+
};
|
|
13621
|
+
readonly kern: {
|
|
12085
13622
|
readonly oneOf: readonly [{
|
|
12086
13623
|
readonly type: "number";
|
|
12087
13624
|
}, {
|
|
12088
13625
|
readonly const: "inherit";
|
|
12089
13626
|
}];
|
|
12090
13627
|
};
|
|
12091
|
-
readonly
|
|
13628
|
+
readonly kinsoku: {
|
|
13629
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13630
|
+
};
|
|
13631
|
+
readonly lang: {
|
|
12092
13632
|
readonly oneOf: readonly [{
|
|
12093
13633
|
readonly type: "object";
|
|
12094
13634
|
}, {
|
|
12095
13635
|
readonly const: "inherit";
|
|
12096
13636
|
}];
|
|
12097
13637
|
};
|
|
12098
|
-
|
|
12099
|
-
|
|
12100
|
-
|
|
12101
|
-
|
|
12102
|
-
|
|
12103
|
-
|
|
12104
|
-
|
|
13638
|
+
readonly letterSpacing: {
|
|
13639
|
+
readonly oneOf: readonly [{
|
|
13640
|
+
readonly type: "number";
|
|
13641
|
+
}, {
|
|
13642
|
+
readonly const: "inherit";
|
|
13643
|
+
}];
|
|
13644
|
+
};
|
|
13645
|
+
readonly mirrorIndents: {
|
|
12105
13646
|
readonly enum: readonly ["on", "off", "inherit"];
|
|
12106
13647
|
};
|
|
12107
|
-
readonly
|
|
13648
|
+
readonly noProof: {
|
|
13649
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13650
|
+
};
|
|
13651
|
+
readonly numberingProperties: {
|
|
12108
13652
|
readonly oneOf: readonly [{
|
|
12109
13653
|
readonly type: "object";
|
|
12110
13654
|
}, {
|
|
12111
13655
|
readonly const: "inherit";
|
|
12112
13656
|
}];
|
|
12113
13657
|
};
|
|
12114
|
-
readonly
|
|
13658
|
+
readonly outline: {
|
|
13659
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13660
|
+
};
|
|
13661
|
+
readonly outlineLvl: {
|
|
12115
13662
|
readonly oneOf: readonly [{
|
|
12116
|
-
readonly type: "
|
|
13663
|
+
readonly type: "number";
|
|
12117
13664
|
}, {
|
|
12118
13665
|
readonly const: "inherit";
|
|
12119
13666
|
}];
|
|
12120
13667
|
};
|
|
12121
|
-
readonly
|
|
13668
|
+
readonly overflowPunct: {
|
|
13669
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13670
|
+
};
|
|
13671
|
+
readonly pageBreakBefore: {
|
|
13672
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13673
|
+
};
|
|
13674
|
+
readonly position: {
|
|
12122
13675
|
readonly oneOf: readonly [{
|
|
12123
13676
|
readonly type: "number";
|
|
12124
13677
|
}, {
|
|
12125
13678
|
readonly const: "inherit";
|
|
12126
13679
|
}];
|
|
12127
13680
|
};
|
|
12128
|
-
readonly
|
|
13681
|
+
readonly rightToLeft: {
|
|
13682
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13683
|
+
};
|
|
13684
|
+
readonly shading: {
|
|
12129
13685
|
readonly oneOf: readonly [{
|
|
12130
|
-
readonly type: "
|
|
13686
|
+
readonly type: "object";
|
|
12131
13687
|
}, {
|
|
12132
13688
|
readonly const: "inherit";
|
|
12133
13689
|
}];
|
|
12134
13690
|
};
|
|
12135
|
-
readonly
|
|
13691
|
+
readonly shadow: {
|
|
13692
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13693
|
+
};
|
|
13694
|
+
readonly smallCaps: {
|
|
13695
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13696
|
+
};
|
|
13697
|
+
readonly snapToGrid: {
|
|
13698
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13699
|
+
};
|
|
13700
|
+
readonly spacing: {
|
|
12136
13701
|
readonly oneOf: readonly [{
|
|
12137
13702
|
readonly type: "object";
|
|
12138
13703
|
}, {
|
|
12139
13704
|
readonly const: "inherit";
|
|
12140
13705
|
}];
|
|
12141
13706
|
};
|
|
12142
|
-
readonly
|
|
13707
|
+
readonly specVanish: {
|
|
12143
13708
|
readonly enum: readonly ["on", "off", "inherit"];
|
|
12144
13709
|
};
|
|
12145
|
-
readonly
|
|
13710
|
+
readonly strike: {
|
|
13711
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13712
|
+
};
|
|
13713
|
+
readonly suppressAutoHyphens: {
|
|
13714
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13715
|
+
};
|
|
13716
|
+
readonly suppressLineNumbers: {
|
|
13717
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13718
|
+
};
|
|
13719
|
+
readonly suppressOverlap: {
|
|
13720
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13721
|
+
};
|
|
13722
|
+
readonly tabStops: {
|
|
13723
|
+
readonly oneOf: readonly [{
|
|
13724
|
+
readonly type: "array";
|
|
13725
|
+
}, {
|
|
13726
|
+
readonly const: "inherit";
|
|
13727
|
+
}];
|
|
13728
|
+
};
|
|
13729
|
+
readonly textAlignment: {
|
|
12146
13730
|
readonly oneOf: readonly [{
|
|
12147
13731
|
readonly type: "string";
|
|
12148
13732
|
}, {
|
|
12149
13733
|
readonly const: "inherit";
|
|
12150
13734
|
}];
|
|
12151
13735
|
};
|
|
12152
|
-
readonly
|
|
13736
|
+
readonly textboxTightWrap: {
|
|
12153
13737
|
readonly oneOf: readonly [{
|
|
12154
|
-
readonly type: "
|
|
13738
|
+
readonly type: "string";
|
|
12155
13739
|
}, {
|
|
12156
13740
|
readonly const: "inherit";
|
|
12157
13741
|
}];
|
|
12158
13742
|
};
|
|
12159
|
-
readonly
|
|
13743
|
+
readonly textDirection: {
|
|
13744
|
+
readonly oneOf: readonly [{
|
|
13745
|
+
readonly type: "string";
|
|
13746
|
+
}, {
|
|
13747
|
+
readonly const: "inherit";
|
|
13748
|
+
}];
|
|
13749
|
+
};
|
|
13750
|
+
readonly textTransform: {
|
|
13751
|
+
readonly oneOf: readonly [{
|
|
13752
|
+
readonly type: "string";
|
|
13753
|
+
}, {
|
|
13754
|
+
readonly const: "inherit";
|
|
13755
|
+
}];
|
|
13756
|
+
};
|
|
13757
|
+
readonly topLinePunct: {
|
|
13758
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13759
|
+
};
|
|
13760
|
+
readonly underline: {
|
|
12160
13761
|
readonly oneOf: readonly [{
|
|
12161
13762
|
readonly type: "object";
|
|
12162
13763
|
}, {
|
|
12163
13764
|
readonly const: "inherit";
|
|
12164
13765
|
}];
|
|
12165
13766
|
};
|
|
13767
|
+
readonly vanish: {
|
|
13768
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13769
|
+
};
|
|
13770
|
+
readonly vertAlign: {
|
|
13771
|
+
readonly oneOf: readonly [{
|
|
13772
|
+
readonly type: "string";
|
|
13773
|
+
}, {
|
|
13774
|
+
readonly const: "inherit";
|
|
13775
|
+
}];
|
|
13776
|
+
};
|
|
13777
|
+
readonly w: {
|
|
13778
|
+
readonly oneOf: readonly [{
|
|
13779
|
+
readonly type: "number";
|
|
13780
|
+
}, {
|
|
13781
|
+
readonly const: "inherit";
|
|
13782
|
+
}];
|
|
13783
|
+
};
|
|
13784
|
+
readonly webHidden: {
|
|
13785
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13786
|
+
};
|
|
13787
|
+
readonly widowControl: {
|
|
13788
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13789
|
+
};
|
|
13790
|
+
readonly wordWrap: {
|
|
13791
|
+
readonly enum: readonly ["on", "off", "inherit"];
|
|
13792
|
+
};
|
|
12166
13793
|
};
|
|
12167
13794
|
readonly type: "object";
|
|
12168
13795
|
};
|