@v1hz/md2docx 1.4.0 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,955 @@
1
+ {
2
+ "default": {
3
+ "document": {
4
+ "run": {
5
+ "font": {
6
+ "asciiTheme": "minorHAnsi",
7
+ "hAnsiTheme": "minorHAnsi",
8
+ "eastAsiaTheme": "minorEastAsia",
9
+ "cstheme": "minorBidi"
10
+ },
11
+ "size": 24,
12
+ "sizeComplexScript": 24,
13
+ "language": {
14
+ "val": "en-US",
15
+ "eastAsia": "en-US",
16
+ "bidi": "ar-SA"
17
+ }
18
+ },
19
+ "paragraph": {
20
+ "spacing": {
21
+ "after": 200
22
+ }
23
+ }
24
+ }
25
+ },
26
+ "paragraphStyles": [
27
+ {
28
+ "id": "a",
29
+ "name": "Normal",
30
+ "quickFormat": true,
31
+ "run": {
32
+ "font": {
33
+ "ascii": "Times New Roman",
34
+ "hAnsi": "Times New Roman",
35
+ "eastAsia": "宋体"
36
+ }
37
+ },
38
+ "paragraph": {
39
+ "spacing": {
40
+ "after": 0,
41
+ "line": 360,
42
+ "lineRule": "auto"
43
+ }
44
+ }
45
+ },
46
+ {
47
+ "id": "10",
48
+ "name": "heading 1",
49
+ "basedOn": "a",
50
+ "next": "a0",
51
+ "quickFormat": true,
52
+ "uiPriority": 9,
53
+ "run": {
54
+ "font": {
55
+ "eastAsia": "黑体",
56
+ "cstheme": "majorBidi"
57
+ },
58
+ "size": 36,
59
+ "sizeComplexScript": 32,
60
+ "bold": true,
61
+ "boldComplexScript": true
62
+ },
63
+ "paragraph": {
64
+ "alignment": "center",
65
+ "spacing": {
66
+ "before": 480
67
+ },
68
+ "keepNext": true,
69
+ "keepLines": true,
70
+ "pageBreakBefore": true,
71
+ "outlineLevel": 0
72
+ }
73
+ },
74
+ {
75
+ "id": "20",
76
+ "name": "heading 2",
77
+ "basedOn": "a",
78
+ "next": "a0",
79
+ "quickFormat": true,
80
+ "unhideWhenUsed": true,
81
+ "uiPriority": 9,
82
+ "run": {
83
+ "font": {
84
+ "eastAsia": "黑体",
85
+ "cstheme": "majorBidi"
86
+ },
87
+ "size": 32,
88
+ "sizeComplexScript": 32,
89
+ "bold": true,
90
+ "boldComplexScript": true
91
+ },
92
+ "paragraph": {
93
+ "spacing": {
94
+ "before": 300
95
+ },
96
+ "keepNext": true,
97
+ "keepLines": true,
98
+ "outlineLevel": 1
99
+ }
100
+ },
101
+ {
102
+ "id": "3",
103
+ "name": "heading 3",
104
+ "basedOn": "a",
105
+ "next": "a0",
106
+ "quickFormat": true,
107
+ "unhideWhenUsed": true,
108
+ "uiPriority": 9,
109
+ "run": {
110
+ "font": {
111
+ "eastAsia": "黑体",
112
+ "cstheme": "majorBidi"
113
+ },
114
+ "size": 28,
115
+ "sizeComplexScript": 28,
116
+ "bold": true,
117
+ "boldComplexScript": true
118
+ },
119
+ "paragraph": {
120
+ "spacing": {
121
+ "before": 200
122
+ },
123
+ "keepNext": true,
124
+ "keepLines": true,
125
+ "outlineLevel": 2
126
+ }
127
+ },
128
+ {
129
+ "id": "4",
130
+ "name": "heading 4",
131
+ "basedOn": "a",
132
+ "next": "a0",
133
+ "quickFormat": true,
134
+ "unhideWhenUsed": true,
135
+ "uiPriority": 9,
136
+ "run": {
137
+ "font": {
138
+ "eastAsia": "黑体",
139
+ "cstheme": "majorBidi"
140
+ },
141
+ "bold": true,
142
+ "boldComplexScript": true
143
+ },
144
+ "paragraph": {
145
+ "spacing": {
146
+ "before": 200
147
+ },
148
+ "keepNext": true,
149
+ "keepLines": true,
150
+ "outlineLevel": 3
151
+ }
152
+ },
153
+ {
154
+ "id": "5",
155
+ "name": "heading 5",
156
+ "basedOn": "a",
157
+ "next": "a0",
158
+ "quickFormat": true,
159
+ "unhideWhenUsed": true,
160
+ "uiPriority": 9,
161
+ "run": {
162
+ "font": {
163
+ "eastAsia": "黑体",
164
+ "cstheme": "majorBidi"
165
+ },
166
+ "bold": true,
167
+ "italicsComplexScript": true
168
+ },
169
+ "paragraph": {
170
+ "spacing": {
171
+ "before": 200
172
+ },
173
+ "keepNext": true,
174
+ "keepLines": true,
175
+ "outlineLevel": 4
176
+ }
177
+ },
178
+ {
179
+ "id": "6",
180
+ "name": "heading 6",
181
+ "basedOn": "a",
182
+ "next": "a0",
183
+ "quickFormat": true,
184
+ "unhideWhenUsed": true,
185
+ "uiPriority": 9,
186
+ "run": {
187
+ "font": {
188
+ "eastAsia": "黑体",
189
+ "cstheme": "majorBidi"
190
+ },
191
+ "bold": true
192
+ },
193
+ "paragraph": {
194
+ "spacing": {
195
+ "before": 200
196
+ },
197
+ "keepNext": true,
198
+ "keepLines": true,
199
+ "outlineLevel": 5
200
+ }
201
+ },
202
+ {
203
+ "id": "7",
204
+ "name": "heading 7",
205
+ "basedOn": "a",
206
+ "next": "a0",
207
+ "quickFormat": true,
208
+ "unhideWhenUsed": true,
209
+ "uiPriority": 9,
210
+ "run": {
211
+ "font": {
212
+ "eastAsiaTheme": "majorEastAsia",
213
+ "cstheme": "majorBidi"
214
+ },
215
+ "color": "4F81BD"
216
+ },
217
+ "paragraph": {
218
+ "spacing": {
219
+ "before": 200
220
+ },
221
+ "keepNext": true,
222
+ "keepLines": true,
223
+ "outlineLevel": 6
224
+ }
225
+ },
226
+ {
227
+ "id": "8",
228
+ "name": "heading 8",
229
+ "basedOn": "a",
230
+ "next": "a0",
231
+ "quickFormat": true,
232
+ "unhideWhenUsed": true,
233
+ "uiPriority": 9,
234
+ "run": {
235
+ "font": {
236
+ "asciiTheme": "majorHAnsi",
237
+ "hAnsiTheme": "majorHAnsi",
238
+ "eastAsiaTheme": "majorEastAsia",
239
+ "cstheme": "majorBidi"
240
+ },
241
+ "color": "4F81BD"
242
+ },
243
+ "paragraph": {
244
+ "spacing": {
245
+ "before": 200
246
+ },
247
+ "keepNext": true,
248
+ "keepLines": true,
249
+ "outlineLevel": 7
250
+ }
251
+ },
252
+ {
253
+ "id": "9",
254
+ "name": "heading 9",
255
+ "basedOn": "a",
256
+ "next": "a0",
257
+ "quickFormat": true,
258
+ "unhideWhenUsed": true,
259
+ "uiPriority": 9,
260
+ "run": {
261
+ "font": {
262
+ "asciiTheme": "majorHAnsi",
263
+ "hAnsiTheme": "majorHAnsi",
264
+ "eastAsiaTheme": "majorEastAsia",
265
+ "cstheme": "majorBidi"
266
+ },
267
+ "color": "4F81BD"
268
+ },
269
+ "paragraph": {
270
+ "spacing": {
271
+ "before": 200
272
+ },
273
+ "keepNext": true,
274
+ "keepLines": true,
275
+ "outlineLevel": 8
276
+ }
277
+ },
278
+ {
279
+ "id": "a0",
280
+ "name": "Body Text",
281
+ "basedOn": "FirstParagraph",
282
+ "link": "a4",
283
+ "quickFormat": true
284
+ },
285
+ {
286
+ "id": "FirstParagraph",
287
+ "name": "First Paragraph",
288
+ "basedOn": "a",
289
+ "next": "a0",
290
+ "quickFormat": true,
291
+ "run": {
292
+ "language": {
293
+ "eastAsia": "zh-CN"
294
+ }
295
+ },
296
+ "paragraph": {
297
+ "spacing": {
298
+ "before": 180,
299
+ "line": 480,
300
+ "lineRule": "auto"
301
+ },
302
+ "indent": {
303
+ "firstLine": 200,
304
+ "firstLineChars": 200
305
+ }
306
+ }
307
+ },
308
+ {
309
+ "id": "Compact",
310
+ "name": "Compact",
311
+ "basedOn": "a0",
312
+ "quickFormat": true,
313
+ "paragraph": {
314
+ "spacing": {
315
+ "before": 60,
316
+ "after": 60
317
+ },
318
+ "indent": {
319
+ "firstLine": 0,
320
+ "firstLineChars": 0
321
+ }
322
+ }
323
+ },
324
+ {
325
+ "id": "a5",
326
+ "name": "Title",
327
+ "basedOn": "a",
328
+ "next": "a0",
329
+ "quickFormat": true,
330
+ "run": {
331
+ "font": {
332
+ "asciiTheme": "majorHAnsi",
333
+ "hAnsiTheme": "majorHAnsi",
334
+ "eastAsiaTheme": "majorEastAsia",
335
+ "cstheme": "majorBidi"
336
+ },
337
+ "size": 36,
338
+ "sizeComplexScript": 36,
339
+ "bold": true,
340
+ "boldComplexScript": true
341
+ },
342
+ "paragraph": {
343
+ "alignment": "center",
344
+ "spacing": {
345
+ "before": 480,
346
+ "after": 240
347
+ },
348
+ "keepNext": true,
349
+ "keepLines": true
350
+ }
351
+ },
352
+ {
353
+ "id": "a6",
354
+ "name": "Subtitle",
355
+ "basedOn": "a5",
356
+ "next": "a0",
357
+ "quickFormat": true,
358
+ "run": {
359
+ "size": 30,
360
+ "sizeComplexScript": 30
361
+ },
362
+ "paragraph": {
363
+ "spacing": {
364
+ "before": 240
365
+ }
366
+ }
367
+ },
368
+ {
369
+ "id": "Author",
370
+ "name": "Author",
371
+ "next": "a0",
372
+ "quickFormat": true,
373
+ "paragraph": {
374
+ "alignment": "center",
375
+ "keepNext": true,
376
+ "keepLines": true
377
+ }
378
+ },
379
+ {
380
+ "id": "a7",
381
+ "name": "Date",
382
+ "next": "a0",
383
+ "quickFormat": true,
384
+ "paragraph": {
385
+ "alignment": "center",
386
+ "keepNext": true,
387
+ "keepLines": true
388
+ }
389
+ },
390
+ {
391
+ "id": "Abstract",
392
+ "name": "Abstract",
393
+ "basedOn": "a",
394
+ "next": "a0",
395
+ "quickFormat": true,
396
+ "run": {
397
+ "size": 20,
398
+ "sizeComplexScript": 20
399
+ },
400
+ "paragraph": {
401
+ "spacing": {
402
+ "before": 300,
403
+ "after": 300
404
+ },
405
+ "keepNext": true,
406
+ "keepLines": true
407
+ }
408
+ },
409
+ {
410
+ "id": "a8",
411
+ "name": "Bibliography",
412
+ "basedOn": "a",
413
+ "quickFormat": true,
414
+ "paragraph": {
415
+ "indent": {
416
+ "left": 200,
417
+ "hanging": 200,
418
+ "hangingChars": 200
419
+ },
420
+ "tabs": [
421
+ {
422
+ "val": "left",
423
+ "pos": 384
424
+ }
425
+ ]
426
+ }
427
+ },
428
+ {
429
+ "id": "a9",
430
+ "name": "Block Text",
431
+ "basedOn": "a",
432
+ "quickFormat": true,
433
+ "unhideWhenUsed": true,
434
+ "uiPriority": 9,
435
+ "run": {
436
+ "font": {
437
+ "cs": "Times New Roman"
438
+ },
439
+ "size": 21,
440
+ "boldComplexScript": true,
441
+ "language": {
442
+ "eastAsia": "zh-CN"
443
+ }
444
+ },
445
+ "paragraph": {
446
+ "spacing": {
447
+ "after": 200,
448
+ "line": 288,
449
+ "lineRule": "auto",
450
+ "afterLines": "200"
451
+ },
452
+ "widowControl": false,
453
+ "contextualSpacing": true
454
+ }
455
+ },
456
+ {
457
+ "id": "aa",
458
+ "name": "footnote text",
459
+ "basedOn": "a",
460
+ "quickFormat": true,
461
+ "unhideWhenUsed": true,
462
+ "uiPriority": 9
463
+ },
464
+ {
465
+ "id": "DefinitionTerm",
466
+ "name": "Definition Term",
467
+ "basedOn": "a",
468
+ "next": "Definition",
469
+ "run": {
470
+ "bold": true
471
+ },
472
+ "paragraph": {
473
+ "keepNext": true,
474
+ "keepLines": true
475
+ }
476
+ },
477
+ {
478
+ "id": "Definition",
479
+ "name": "Definition",
480
+ "basedOn": "a"
481
+ },
482
+ {
483
+ "id": "ab",
484
+ "name": "caption",
485
+ "basedOn": "a",
486
+ "link": "ac",
487
+ "paragraph": {
488
+ "alignment": "center",
489
+ "spacing": {
490
+ "after": 120
491
+ }
492
+ }
493
+ },
494
+ {
495
+ "id": "TableCaption",
496
+ "name": "Table Caption",
497
+ "basedOn": "ab",
498
+ "paragraph": {
499
+ "keepNext": true
500
+ }
501
+ },
502
+ {
503
+ "id": "ImageCaption",
504
+ "name": "Image Caption",
505
+ "basedOn": "ab"
506
+ },
507
+ {
508
+ "id": "Figure",
509
+ "name": "Figure",
510
+ "basedOn": "a",
511
+ "paragraph": {
512
+ "alignment": "center"
513
+ }
514
+ },
515
+ {
516
+ "id": "CaptionedFigure",
517
+ "name": "Captioned Figure",
518
+ "basedOn": "Figure",
519
+ "paragraph": {
520
+ "keepNext": true
521
+ }
522
+ },
523
+ {
524
+ "id": "TOC",
525
+ "name": "TOC Heading",
526
+ "basedOn": "10",
527
+ "next": "a0",
528
+ "quickFormat": true,
529
+ "unhideWhenUsed": true,
530
+ "uiPriority": 39,
531
+ "run": {
532
+ "bold": false,
533
+ "boldComplexScript": false
534
+ },
535
+ "paragraph": {
536
+ "spacing": {
537
+ "before": 240,
538
+ "line": 259,
539
+ "lineRule": "auto"
540
+ },
541
+ "outlineLevel": 9
542
+ }
543
+ },
544
+ {
545
+ "id": "SourceCode",
546
+ "name": "Source Code",
547
+ "basedOn": "a",
548
+ "link": "VerbatimChar",
549
+ "quickFormat": true,
550
+ "run": {
551
+ "font": {
552
+ "ascii": "Consolas",
553
+ "hAnsi": "Consolas",
554
+ "cs": "Times New Roman (正文 CS 字体)"
555
+ },
556
+ "size": 21,
557
+ "color": "404040",
558
+ "language": {
559
+ "eastAsia": "zh-CN"
560
+ },
561
+ "shading": {
562
+ "val": "pct5",
563
+ "color": "auto",
564
+ "fill": "auto"
565
+ }
566
+ },
567
+ "paragraph": {
568
+ "indent": {
569
+ "left": 300,
570
+ "leftChars": 300
571
+ },
572
+ "wordWrap": false,
573
+ "shading": {
574
+ "val": "clear",
575
+ "color": "F3F4F4",
576
+ "fill": "FFFFFF",
577
+ "themeFill": "background1"
578
+ },
579
+ "border": {
580
+ "top": {
581
+ "val": "single",
582
+ "color": "BFBFBF",
583
+ "sz": 8,
584
+ "space": 10,
585
+ "themeColor": "background1",
586
+ "themeShade": "BF"
587
+ },
588
+ "left": {
589
+ "val": "single",
590
+ "color": "BFBFBF",
591
+ "sz": 8,
592
+ "space": 10,
593
+ "themeColor": "background1",
594
+ "themeShade": "BF"
595
+ },
596
+ "bottom": {
597
+ "val": "single",
598
+ "color": "BFBFBF",
599
+ "sz": 8,
600
+ "space": 10,
601
+ "themeColor": "background1",
602
+ "themeShade": "BF"
603
+ },
604
+ "right": {
605
+ "val": "single",
606
+ "color": "BFBFBF",
607
+ "sz": 8,
608
+ "space": 10,
609
+ "themeColor": "background1",
610
+ "themeShade": "BF"
611
+ }
612
+ }
613
+ }
614
+ },
615
+ {
616
+ "id": "af",
617
+ "name": "header",
618
+ "basedOn": "a",
619
+ "link": "af0",
620
+ "run": {
621
+ "size": 18,
622
+ "sizeComplexScript": 18
623
+ },
624
+ "paragraph": {
625
+ "alignment": "center",
626
+ "tabs": [
627
+ {
628
+ "val": "center",
629
+ "pos": 4153
630
+ },
631
+ {
632
+ "val": "right",
633
+ "pos": 8306
634
+ }
635
+ ]
636
+ }
637
+ },
638
+ {
639
+ "id": "af1",
640
+ "name": "footer",
641
+ "basedOn": "a",
642
+ "link": "af2",
643
+ "uiPriority": 99,
644
+ "run": {
645
+ "size": 18,
646
+ "sizeComplexScript": 18
647
+ },
648
+ "paragraph": {
649
+ "tabs": [
650
+ {
651
+ "val": "center",
652
+ "pos": 4153
653
+ },
654
+ {
655
+ "val": "right",
656
+ "pos": 8306
657
+ }
658
+ ]
659
+ }
660
+ },
661
+ {
662
+ "id": "af3",
663
+ "name": "图片",
664
+ "basedOn": "FirstParagraph",
665
+ "quickFormat": true,
666
+ "run": {
667
+ "noProof": true
668
+ },
669
+ "paragraph": {
670
+ "alignment": "center",
671
+ "keepNext": true
672
+ }
673
+ },
674
+ {
675
+ "id": "Compact10071",
676
+ "name": "样式 Compact + 10 磅 首行缩进: 0.71 厘米",
677
+ "basedOn": "Compact",
678
+ "run": {
679
+ "font": {
680
+ "cs": "宋体"
681
+ },
682
+ "size": 20,
683
+ "sizeComplexScript": 20
684
+ }
685
+ },
686
+ {
687
+ "id": "Compact100710",
688
+ "name": "样式 Compact + 10 磅 加粗 首行缩进: 0.71 厘米",
689
+ "basedOn": "Compact",
690
+ "run": {
691
+ "font": {
692
+ "cs": "宋体"
693
+ },
694
+ "size": 20,
695
+ "sizeComplexScript": 20,
696
+ "boldComplexScript": true
697
+ }
698
+ },
699
+ {
700
+ "id": "img",
701
+ "name": "img",
702
+ "basedOn": "a",
703
+ "quickFormat": true,
704
+ "run": {
705
+ "language": {
706
+ "eastAsia": "zh-CN"
707
+ }
708
+ },
709
+ "paragraph": {
710
+ "alignment": "center"
711
+ }
712
+ }
713
+ ],
714
+ "characterStyles": [
715
+ {
716
+ "id": "a1",
717
+ "name": "Default Paragraph Font",
718
+ "semiHidden": true,
719
+ "unhideWhenUsed": true,
720
+ "uiPriority": 1
721
+ },
722
+ {
723
+ "id": "ac",
724
+ "name": "题注 字符",
725
+ "basedOn": "a1",
726
+ "link": "ab",
727
+ "run": {
728
+ "font": {
729
+ "ascii": "Times New Roman",
730
+ "hAnsi": "Times New Roman",
731
+ "eastAsia": "宋体"
732
+ }
733
+ }
734
+ },
735
+ {
736
+ "id": "VerbatimChar",
737
+ "name": "Verbatim Char",
738
+ "basedOn": "ac",
739
+ "link": "SourceCode",
740
+ "run": {
741
+ "font": {
742
+ "ascii": "Consolas",
743
+ "hAnsi": "Consolas",
744
+ "cs": "Times New Roman (正文 CS 字体)",
745
+ "eastAsia": "宋体"
746
+ },
747
+ "size": 21,
748
+ "color": "404040",
749
+ "language": {
750
+ "eastAsia": "zh-CN"
751
+ },
752
+ "shading": {
753
+ "val": "clear",
754
+ "color": "F3F4F4",
755
+ "fill": "FFFFFF",
756
+ "themeFill": "background1"
757
+ }
758
+ }
759
+ },
760
+ {
761
+ "id": "ad",
762
+ "name": "footnote reference",
763
+ "basedOn": "ac",
764
+ "run": {
765
+ "font": {
766
+ "ascii": "Times New Roman",
767
+ "hAnsi": "Times New Roman",
768
+ "eastAsia": "宋体"
769
+ },
770
+ "superScript": true
771
+ }
772
+ },
773
+ {
774
+ "id": "ae",
775
+ "name": "Hyperlink",
776
+ "basedOn": "ac",
777
+ "run": {
778
+ "font": {
779
+ "ascii": "Times New Roman",
780
+ "hAnsi": "Times New Roman",
781
+ "eastAsia": "宋体"
782
+ },
783
+ "color": "0070C0"
784
+ }
785
+ },
786
+ {
787
+ "id": "a4",
788
+ "name": "正文文本 字符",
789
+ "basedOn": "a1",
790
+ "link": "a0",
791
+ "run": {
792
+ "font": {
793
+ "ascii": "Times New Roman",
794
+ "hAnsi": "Times New Roman",
795
+ "eastAsia": "宋体"
796
+ },
797
+ "language": {
798
+ "eastAsia": "zh-CN"
799
+ }
800
+ }
801
+ },
802
+ {
803
+ "id": "af0",
804
+ "name": "页眉 字符",
805
+ "basedOn": "a1",
806
+ "link": "af",
807
+ "run": {
808
+ "size": 18,
809
+ "sizeComplexScript": 18
810
+ }
811
+ },
812
+ {
813
+ "id": "af2",
814
+ "name": "页脚 字符",
815
+ "basedOn": "a1",
816
+ "link": "af1",
817
+ "uiPriority": 99,
818
+ "run": {
819
+ "size": 18,
820
+ "sizeComplexScript": 18
821
+ }
822
+ },
823
+ {
824
+ "id": "af4",
825
+ "name": "line number",
826
+ "basedOn": "a1"
827
+ },
828
+ {
829
+ "id": "InlineCode",
830
+ "name": "Inline Code",
831
+ "basedOn": "a1",
832
+ "quickFormat": true,
833
+ "uiPriority": 1,
834
+ "run": {
835
+ "font": {
836
+ "ascii": "Consolas",
837
+ "hAnsi": "Consolas",
838
+ "cs": "Times New Roman (正文 CS 字体)",
839
+ "eastAsia": "宋体"
840
+ },
841
+ "size": 21,
842
+ "color": "404040",
843
+ "language": {
844
+ "eastAsia": "zh-CN"
845
+ },
846
+ "shading": {
847
+ "val": "clear",
848
+ "color": "F3F4F4",
849
+ "fill": "F2F2F2",
850
+ "themeFill": "background1",
851
+ "themeFillShade": "F2"
852
+ },
853
+ "border": {
854
+ "val": "none",
855
+ "color": "auto",
856
+ "sz": 0,
857
+ "space": 0
858
+ }
859
+ }
860
+ }
861
+ ],
862
+ "tableStyles": [
863
+ {
864
+ "id": "a2",
865
+ "name": "Normal Table",
866
+ "semiHidden": true,
867
+ "unhideWhenUsed": true,
868
+ "uiPriority": 99,
869
+ "table": {
870
+ "indent": {
871
+ "width": 0,
872
+ "type": "dxa"
873
+ },
874
+ "cellMargin": {
875
+ "top": 0,
876
+ "left": 108,
877
+ "bottom": 0,
878
+ "right": 108
879
+ }
880
+ }
881
+ },
882
+ {
883
+ "id": "Table",
884
+ "name": "Table",
885
+ "quickFormat": true,
886
+ "semiHidden": true,
887
+ "unhideWhenUsed": true,
888
+ "table": {
889
+ "alignment": "center",
890
+ "indent": {
891
+ "width": 0,
892
+ "type": "dxa"
893
+ },
894
+ "borders": {
895
+ "top": {
896
+ "val": "single",
897
+ "color": "auto",
898
+ "sz": 12,
899
+ "space": 0
900
+ },
901
+ "bottom": {
902
+ "val": "single",
903
+ "color": "auto",
904
+ "sz": 12,
905
+ "space": 0
906
+ }
907
+ },
908
+ "cellMargin": {
909
+ "top": 0,
910
+ "left": 108,
911
+ "bottom": 0,
912
+ "right": 108
913
+ }
914
+ },
915
+ "tableStyleParts": [
916
+ {
917
+ "type": "firstRow",
918
+ "run": {
919
+ "font": {
920
+ "eastAsia": "宋体"
921
+ },
922
+ "bold": true,
923
+ "italics": false
924
+ },
925
+ "cell": {
926
+ "borders": {
927
+ "bottom": {
928
+ "val": "single",
929
+ "color": "auto",
930
+ "sz": 4,
931
+ "space": 0
932
+ }
933
+ }
934
+ }
935
+ }
936
+ ],
937
+ "run": {
938
+ "font": {
939
+ "ascii": "Times New Roman",
940
+ "hAnsi": "Times New Roman",
941
+ "eastAsia": "宋体"
942
+ },
943
+ "size": 20,
944
+ "sizeComplexScript": 20,
945
+ "language": {
946
+ "eastAsia": "zh-CN"
947
+ }
948
+ },
949
+ "paragraph": {
950
+ "alignment": "center"
951
+ }
952
+ }
953
+ ],
954
+ "tableStylesXml": "<w:style w:type=\"table\" w:customStyle=\"1\" w:styleId=\"Table\"><w:name w:val=\"Table\"/><w:semiHidden/><w:unhideWhenUsed/><w:qFormat/><w:rsid w:val=\"004F42FD\"/><w:pPr><w:jc w:val=\"center\"/></w:pPr><w:rPr><w:rFonts w:ascii=\"Times New Roman\" w:eastAsia=\"宋体\" w:hAnsi=\"Times New Roman\"/><w:sz w:val=\"20\"/><w:szCs w:val=\"20\"/><w:lang w:eastAsia=\"zh-CN\"/></w:rPr><w:tblPr><w:jc w:val=\"center\"/><w:tblInd w:w=\"0\" w:type=\"dxa\"/><w:tblBorders><w:top w:val=\"single\" w:sz=\"12\" w:space=\"0\" w:color=\"auto\"/><w:bottom w:val=\"single\" w:sz=\"12\" w:space=\"0\" w:color=\"auto\"/></w:tblBorders><w:tblCellMar><w:top w:w=\"0\" w:type=\"dxa\"/><w:left w:w=\"108\" w:type=\"dxa\"/><w:bottom w:w=\"0\" w:type=\"dxa\"/><w:right w:w=\"108\" w:type=\"dxa\"/></w:tblCellMar></w:tblPr><w:trPr><w:jc w:val=\"center\"/></w:trPr><w:tcPr><w:vAlign w:val=\"center\"/></w:tcPr><w:tblStylePr w:type=\"firstRow\"><w:rPr><w:rFonts w:eastAsia=\"宋体\"/><w:b/><w:i w:val=\"0\"/></w:rPr><w:tblPr/><w:tcPr><w:tcBorders><w:bottom w:val=\"single\" w:sz=\"4\" w:space=\"0\" w:color=\"auto\"/></w:tcBorders></w:tcPr></w:tblStylePr></w:style>"
955
+ }