@v1hz/md2docx 1.4.1 → 1.5.1
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/README.md +13 -13
- package/config/style.json +487 -355
- package/package.json +1 -1
- package/src/index.ts +5 -2
- package/src/style/extract.ts +291 -12
- package/src/style/generate.ts +38 -7
package/config/style.json
CHANGED
|
@@ -2,11 +2,17 @@
|
|
|
2
2
|
"default": {
|
|
3
3
|
"document": {
|
|
4
4
|
"run": {
|
|
5
|
+
"font": {
|
|
6
|
+
"asciiTheme": "minorHAnsi",
|
|
7
|
+
"hAnsiTheme": "minorHAnsi",
|
|
8
|
+
"eastAsiaTheme": "minorEastAsia",
|
|
9
|
+
"cstheme": "minorBidi"
|
|
10
|
+
},
|
|
5
11
|
"size": 24,
|
|
6
12
|
"sizeComplexScript": 24,
|
|
7
13
|
"language": {
|
|
8
14
|
"val": "en-US",
|
|
9
|
-
"eastAsia": "
|
|
15
|
+
"eastAsia": "en-US",
|
|
10
16
|
"bidi": "ar-SA"
|
|
11
17
|
}
|
|
12
18
|
},
|
|
@@ -21,62 +27,71 @@
|
|
|
21
27
|
{
|
|
22
28
|
"id": "a",
|
|
23
29
|
"name": "Normal",
|
|
24
|
-
"quickFormat": true
|
|
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
|
+
}
|
|
25
45
|
},
|
|
26
46
|
{
|
|
27
|
-
"id": "
|
|
47
|
+
"id": "10",
|
|
28
48
|
"name": "heading 1",
|
|
29
49
|
"basedOn": "a",
|
|
30
50
|
"next": "a0",
|
|
31
|
-
"link": "10",
|
|
32
51
|
"quickFormat": true,
|
|
33
52
|
"uiPriority": 9,
|
|
34
53
|
"run": {
|
|
35
54
|
"font": {
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"eastAsia": "黑体"
|
|
55
|
+
"eastAsia": "黑体",
|
|
56
|
+
"cstheme": "majorBidi"
|
|
39
57
|
},
|
|
40
|
-
"size":
|
|
41
|
-
"sizeComplexScript":
|
|
42
|
-
"
|
|
43
|
-
"
|
|
58
|
+
"size": 36,
|
|
59
|
+
"sizeComplexScript": 32,
|
|
60
|
+
"bold": true,
|
|
61
|
+
"boldComplexScript": true
|
|
44
62
|
},
|
|
45
63
|
"paragraph": {
|
|
64
|
+
"alignment": "center",
|
|
46
65
|
"spacing": {
|
|
47
|
-
"before":
|
|
48
|
-
"after": 80
|
|
66
|
+
"before": 480
|
|
49
67
|
},
|
|
50
68
|
"keepNext": true,
|
|
51
69
|
"keepLines": true,
|
|
70
|
+
"pageBreakBefore": true,
|
|
52
71
|
"outlineLevel": 0
|
|
53
72
|
}
|
|
54
73
|
},
|
|
55
74
|
{
|
|
56
|
-
"id": "
|
|
75
|
+
"id": "20",
|
|
57
76
|
"name": "heading 2",
|
|
58
77
|
"basedOn": "a",
|
|
59
78
|
"next": "a0",
|
|
60
|
-
"link": "20",
|
|
61
79
|
"quickFormat": true,
|
|
62
|
-
"semiHidden": true,
|
|
63
80
|
"unhideWhenUsed": true,
|
|
64
81
|
"uiPriority": 9,
|
|
65
82
|
"run": {
|
|
66
83
|
"font": {
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"eastAsia": "黑体"
|
|
84
|
+
"eastAsia": "黑体",
|
|
85
|
+
"cstheme": "majorBidi"
|
|
70
86
|
},
|
|
71
|
-
"size":
|
|
87
|
+
"size": 32,
|
|
72
88
|
"sizeComplexScript": 32,
|
|
73
|
-
"
|
|
74
|
-
"
|
|
89
|
+
"bold": true,
|
|
90
|
+
"boldComplexScript": true
|
|
75
91
|
},
|
|
76
92
|
"paragraph": {
|
|
77
93
|
"spacing": {
|
|
78
|
-
"before":
|
|
79
|
-
"after": 80
|
|
94
|
+
"before": 300
|
|
80
95
|
},
|
|
81
96
|
"keepNext": true,
|
|
82
97
|
"keepLines": true,
|
|
@@ -88,25 +103,22 @@
|
|
|
88
103
|
"name": "heading 3",
|
|
89
104
|
"basedOn": "a",
|
|
90
105
|
"next": "a0",
|
|
91
|
-
"link": "30",
|
|
92
106
|
"quickFormat": true,
|
|
93
|
-
"semiHidden": true,
|
|
94
107
|
"unhideWhenUsed": true,
|
|
95
108
|
"uiPriority": 9,
|
|
96
109
|
"run": {
|
|
97
110
|
"font": {
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"eastAsia": "黑体"
|
|
111
|
+
"eastAsia": "黑体",
|
|
112
|
+
"cstheme": "majorBidi"
|
|
101
113
|
},
|
|
114
|
+
"size": 28,
|
|
102
115
|
"sizeComplexScript": 28,
|
|
103
|
-
"
|
|
104
|
-
"
|
|
116
|
+
"bold": true,
|
|
117
|
+
"boldComplexScript": true
|
|
105
118
|
},
|
|
106
119
|
"paragraph": {
|
|
107
120
|
"spacing": {
|
|
108
|
-
"before":
|
|
109
|
-
"after": 80
|
|
121
|
+
"before": 200
|
|
110
122
|
},
|
|
111
123
|
"keepNext": true,
|
|
112
124
|
"keepLines": true,
|
|
@@ -118,22 +130,20 @@
|
|
|
118
130
|
"name": "heading 4",
|
|
119
131
|
"basedOn": "a",
|
|
120
132
|
"next": "a0",
|
|
121
|
-
"link": "40",
|
|
122
133
|
"quickFormat": true,
|
|
123
|
-
"semiHidden": true,
|
|
124
134
|
"unhideWhenUsed": true,
|
|
125
135
|
"uiPriority": 9,
|
|
126
136
|
"run": {
|
|
127
137
|
"font": {
|
|
128
|
-
"eastAsia": "
|
|
138
|
+
"eastAsia": "黑体",
|
|
139
|
+
"cstheme": "majorBidi"
|
|
129
140
|
},
|
|
130
|
-
"
|
|
131
|
-
"
|
|
141
|
+
"bold": true,
|
|
142
|
+
"boldComplexScript": true
|
|
132
143
|
},
|
|
133
144
|
"paragraph": {
|
|
134
145
|
"spacing": {
|
|
135
|
-
"before":
|
|
136
|
-
"after": 40
|
|
146
|
+
"before": 200
|
|
137
147
|
},
|
|
138
148
|
"keepNext": true,
|
|
139
149
|
"keepLines": true,
|
|
@@ -145,18 +155,20 @@
|
|
|
145
155
|
"name": "heading 5",
|
|
146
156
|
"basedOn": "a",
|
|
147
157
|
"next": "a0",
|
|
148
|
-
"link": "50",
|
|
149
158
|
"quickFormat": true,
|
|
150
|
-
"semiHidden": true,
|
|
151
159
|
"unhideWhenUsed": true,
|
|
152
160
|
"uiPriority": 9,
|
|
153
161
|
"run": {
|
|
154
|
-
"
|
|
162
|
+
"font": {
|
|
163
|
+
"eastAsia": "黑体",
|
|
164
|
+
"cstheme": "majorBidi"
|
|
165
|
+
},
|
|
166
|
+
"bold": true,
|
|
167
|
+
"italicsComplexScript": true
|
|
155
168
|
},
|
|
156
169
|
"paragraph": {
|
|
157
170
|
"spacing": {
|
|
158
|
-
"before":
|
|
159
|
-
"after": 40
|
|
171
|
+
"before": 200
|
|
160
172
|
},
|
|
161
173
|
"keepNext": true,
|
|
162
174
|
"keepLines": true,
|
|
@@ -168,20 +180,19 @@
|
|
|
168
180
|
"name": "heading 6",
|
|
169
181
|
"basedOn": "a",
|
|
170
182
|
"next": "a0",
|
|
171
|
-
"link": "60",
|
|
172
183
|
"quickFormat": true,
|
|
173
|
-
"semiHidden": true,
|
|
174
184
|
"unhideWhenUsed": true,
|
|
175
185
|
"uiPriority": 9,
|
|
176
186
|
"run": {
|
|
177
|
-
"
|
|
178
|
-
|
|
179
|
-
|
|
187
|
+
"font": {
|
|
188
|
+
"eastAsia": "黑体",
|
|
189
|
+
"cstheme": "majorBidi"
|
|
190
|
+
},
|
|
191
|
+
"bold": true
|
|
180
192
|
},
|
|
181
193
|
"paragraph": {
|
|
182
194
|
"spacing": {
|
|
183
|
-
"before":
|
|
184
|
-
"after": 0
|
|
195
|
+
"before": 200
|
|
185
196
|
},
|
|
186
197
|
"keepNext": true,
|
|
187
198
|
"keepLines": true,
|
|
@@ -193,18 +204,19 @@
|
|
|
193
204
|
"name": "heading 7",
|
|
194
205
|
"basedOn": "a",
|
|
195
206
|
"next": "a0",
|
|
196
|
-
"link": "70",
|
|
197
207
|
"quickFormat": true,
|
|
198
|
-
"semiHidden": true,
|
|
199
208
|
"unhideWhenUsed": true,
|
|
200
209
|
"uiPriority": 9,
|
|
201
210
|
"run": {
|
|
202
|
-
"
|
|
211
|
+
"font": {
|
|
212
|
+
"eastAsiaTheme": "majorEastAsia",
|
|
213
|
+
"cstheme": "majorBidi"
|
|
214
|
+
},
|
|
215
|
+
"color": "4F81BD"
|
|
203
216
|
},
|
|
204
217
|
"paragraph": {
|
|
205
218
|
"spacing": {
|
|
206
|
-
"before":
|
|
207
|
-
"after": 0
|
|
219
|
+
"before": 200
|
|
208
220
|
},
|
|
209
221
|
"keepNext": true,
|
|
210
222
|
"keepLines": true,
|
|
@@ -216,19 +228,21 @@
|
|
|
216
228
|
"name": "heading 8",
|
|
217
229
|
"basedOn": "a",
|
|
218
230
|
"next": "a0",
|
|
219
|
-
"link": "80",
|
|
220
231
|
"quickFormat": true,
|
|
221
|
-
"semiHidden": true,
|
|
222
232
|
"unhideWhenUsed": true,
|
|
223
233
|
"uiPriority": 9,
|
|
224
234
|
"run": {
|
|
225
|
-
"
|
|
226
|
-
|
|
227
|
-
|
|
235
|
+
"font": {
|
|
236
|
+
"asciiTheme": "majorHAnsi",
|
|
237
|
+
"hAnsiTheme": "majorHAnsi",
|
|
238
|
+
"eastAsiaTheme": "majorEastAsia",
|
|
239
|
+
"cstheme": "majorBidi"
|
|
240
|
+
},
|
|
241
|
+
"color": "4F81BD"
|
|
228
242
|
},
|
|
229
243
|
"paragraph": {
|
|
230
244
|
"spacing": {
|
|
231
|
-
"
|
|
245
|
+
"before": 200
|
|
232
246
|
},
|
|
233
247
|
"keepNext": true,
|
|
234
248
|
"keepLines": true,
|
|
@@ -240,17 +254,21 @@
|
|
|
240
254
|
"name": "heading 9",
|
|
241
255
|
"basedOn": "a",
|
|
242
256
|
"next": "a0",
|
|
243
|
-
"link": "90",
|
|
244
257
|
"quickFormat": true,
|
|
245
|
-
"semiHidden": true,
|
|
246
258
|
"unhideWhenUsed": true,
|
|
247
259
|
"uiPriority": 9,
|
|
248
260
|
"run": {
|
|
249
|
-
"
|
|
261
|
+
"font": {
|
|
262
|
+
"asciiTheme": "majorHAnsi",
|
|
263
|
+
"hAnsiTheme": "majorHAnsi",
|
|
264
|
+
"eastAsiaTheme": "majorEastAsia",
|
|
265
|
+
"cstheme": "majorBidi"
|
|
266
|
+
},
|
|
267
|
+
"color": "4F81BD"
|
|
250
268
|
},
|
|
251
269
|
"paragraph": {
|
|
252
270
|
"spacing": {
|
|
253
|
-
"
|
|
271
|
+
"before": 200
|
|
254
272
|
},
|
|
255
273
|
"keepNext": true,
|
|
256
274
|
"keepLines": true,
|
|
@@ -260,32 +278,33 @@
|
|
|
260
278
|
{
|
|
261
279
|
"id": "a0",
|
|
262
280
|
"name": "Body Text",
|
|
281
|
+
"basedOn": "FirstParagraph",
|
|
282
|
+
"link": "a4",
|
|
283
|
+
"quickFormat": true
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"id": "FirstParagraph",
|
|
287
|
+
"name": "First Paragraph",
|
|
263
288
|
"basedOn": "a",
|
|
289
|
+
"next": "a0",
|
|
264
290
|
"quickFormat": true,
|
|
265
291
|
"run": {
|
|
266
|
-
"
|
|
267
|
-
"
|
|
268
|
-
"hAnsi": "Times New Roman",
|
|
269
|
-
"eastAsia": "宋体"
|
|
292
|
+
"language": {
|
|
293
|
+
"eastAsia": "zh-CN"
|
|
270
294
|
}
|
|
271
295
|
},
|
|
272
296
|
"paragraph": {
|
|
273
297
|
"spacing": {
|
|
274
298
|
"before": 180,
|
|
275
|
-
"
|
|
299
|
+
"line": 480,
|
|
300
|
+
"lineRule": "auto"
|
|
276
301
|
},
|
|
277
302
|
"indent": {
|
|
278
|
-
"firstLine":
|
|
303
|
+
"firstLine": 200,
|
|
304
|
+
"firstLineChars": 200
|
|
279
305
|
}
|
|
280
306
|
}
|
|
281
307
|
},
|
|
282
|
-
{
|
|
283
|
-
"id": "FirstParagraph",
|
|
284
|
-
"name": "First Paragraph",
|
|
285
|
-
"basedOn": "a0",
|
|
286
|
-
"next": "a0",
|
|
287
|
-
"quickFormat": true
|
|
288
|
-
},
|
|
289
308
|
{
|
|
290
309
|
"id": "Compact",
|
|
291
310
|
"name": "Compact",
|
|
@@ -293,104 +312,77 @@
|
|
|
293
312
|
"quickFormat": true,
|
|
294
313
|
"paragraph": {
|
|
295
314
|
"spacing": {
|
|
296
|
-
"before":
|
|
297
|
-
"after":
|
|
315
|
+
"before": 60,
|
|
316
|
+
"after": 60
|
|
298
317
|
},
|
|
299
318
|
"indent": {
|
|
300
319
|
"firstLine": 0,
|
|
301
|
-
"
|
|
302
|
-
"right": 0,
|
|
303
|
-
"hanging": 0
|
|
320
|
+
"firstLineChars": 0
|
|
304
321
|
}
|
|
305
322
|
}
|
|
306
323
|
},
|
|
307
324
|
{
|
|
308
|
-
"id": "
|
|
325
|
+
"id": "a5",
|
|
309
326
|
"name": "Title",
|
|
310
327
|
"basedOn": "a",
|
|
311
328
|
"next": "a0",
|
|
312
|
-
"link": "a5",
|
|
313
329
|
"quickFormat": true,
|
|
314
|
-
"uiPriority": 10,
|
|
315
330
|
"run": {
|
|
316
331
|
"font": {
|
|
317
|
-
"
|
|
318
|
-
"
|
|
319
|
-
"
|
|
332
|
+
"asciiTheme": "majorHAnsi",
|
|
333
|
+
"hAnsiTheme": "majorHAnsi",
|
|
334
|
+
"eastAsiaTheme": "majorEastAsia",
|
|
335
|
+
"cstheme": "majorBidi"
|
|
320
336
|
},
|
|
321
|
-
"size":
|
|
322
|
-
"sizeComplexScript":
|
|
323
|
-
"bold": true
|
|
337
|
+
"size": 36,
|
|
338
|
+
"sizeComplexScript": 36,
|
|
339
|
+
"bold": true,
|
|
340
|
+
"boldComplexScript": true
|
|
324
341
|
},
|
|
325
342
|
"paragraph": {
|
|
326
343
|
"alignment": "center",
|
|
327
344
|
"spacing": {
|
|
328
|
-
"
|
|
345
|
+
"before": 480,
|
|
346
|
+
"after": 240
|
|
329
347
|
},
|
|
330
|
-
"
|
|
348
|
+
"keepNext": true,
|
|
349
|
+
"keepLines": true
|
|
331
350
|
}
|
|
332
351
|
},
|
|
333
352
|
{
|
|
334
353
|
"id": "a6",
|
|
335
354
|
"name": "Subtitle",
|
|
336
|
-
"basedOn": "
|
|
355
|
+
"basedOn": "a5",
|
|
337
356
|
"next": "a0",
|
|
338
|
-
"link": "a7",
|
|
339
357
|
"quickFormat": true,
|
|
340
|
-
"uiPriority": 11,
|
|
341
358
|
"run": {
|
|
342
|
-
"size":
|
|
343
|
-
"sizeComplexScript":
|
|
344
|
-
|
|
359
|
+
"size": 30,
|
|
360
|
+
"sizeComplexScript": 30
|
|
361
|
+
},
|
|
362
|
+
"paragraph": {
|
|
363
|
+
"spacing": {
|
|
364
|
+
"before": 240
|
|
365
|
+
}
|
|
345
366
|
}
|
|
346
367
|
},
|
|
347
368
|
{
|
|
348
369
|
"id": "Author",
|
|
349
370
|
"name": "Author",
|
|
350
|
-
"basedOn": "a4",
|
|
351
371
|
"next": "a0",
|
|
352
372
|
"quickFormat": true,
|
|
353
|
-
"run": {
|
|
354
|
-
"size": 24,
|
|
355
|
-
"sizeComplexScript": 24
|
|
356
|
-
},
|
|
357
373
|
"paragraph": {
|
|
374
|
+
"alignment": "center",
|
|
358
375
|
"keepNext": true,
|
|
359
376
|
"keepLines": true
|
|
360
377
|
}
|
|
361
378
|
},
|
|
362
379
|
{
|
|
363
|
-
"id": "
|
|
380
|
+
"id": "a7",
|
|
364
381
|
"name": "Date",
|
|
365
|
-
"basedOn": "a4",
|
|
366
382
|
"next": "a0",
|
|
367
383
|
"quickFormat": true,
|
|
368
|
-
"run": {
|
|
369
|
-
"size": 24,
|
|
370
|
-
"sizeComplexScript": 24
|
|
371
|
-
},
|
|
372
|
-
"paragraph": {
|
|
373
|
-
"keepNext": true,
|
|
374
|
-
"keepLines": true
|
|
375
|
-
}
|
|
376
|
-
},
|
|
377
|
-
{
|
|
378
|
-
"id": "AbstractTitle",
|
|
379
|
-
"name": "Abstract Title",
|
|
380
|
-
"basedOn": "a",
|
|
381
|
-
"next": "Abstract",
|
|
382
|
-
"quickFormat": true,
|
|
383
|
-
"run": {
|
|
384
|
-
"size": 20,
|
|
385
|
-
"sizeComplexScript": 20,
|
|
386
|
-
"bold": true
|
|
387
|
-
},
|
|
388
384
|
"paragraph": {
|
|
389
385
|
"alignment": "center",
|
|
390
|
-
"spacing": {
|
|
391
|
-
"before": 300,
|
|
392
|
-
"after": 0
|
|
393
|
-
},
|
|
394
386
|
"keepNext": true,
|
|
395
387
|
"keepLines": true
|
|
396
388
|
}
|
|
@@ -407,7 +399,7 @@
|
|
|
407
399
|
},
|
|
408
400
|
"paragraph": {
|
|
409
401
|
"spacing": {
|
|
410
|
-
"before":
|
|
402
|
+
"before": 300,
|
|
411
403
|
"after": 300
|
|
412
404
|
},
|
|
413
405
|
"keepNext": true,
|
|
@@ -415,57 +407,60 @@
|
|
|
415
407
|
}
|
|
416
408
|
},
|
|
417
409
|
{
|
|
418
|
-
"id": "
|
|
410
|
+
"id": "a8",
|
|
419
411
|
"name": "Bibliography",
|
|
420
412
|
"basedOn": "a",
|
|
421
|
-
"quickFormat": true
|
|
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
|
+
}
|
|
422
427
|
},
|
|
423
428
|
{
|
|
424
|
-
"id": "
|
|
429
|
+
"id": "a9",
|
|
425
430
|
"name": "Block Text",
|
|
426
|
-
"basedOn": "
|
|
427
|
-
"next": "a0",
|
|
431
|
+
"basedOn": "a",
|
|
428
432
|
"quickFormat": true,
|
|
429
433
|
"unhideWhenUsed": true,
|
|
430
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
|
+
},
|
|
431
445
|
"paragraph": {
|
|
432
446
|
"spacing": {
|
|
433
|
-
"
|
|
434
|
-
"
|
|
447
|
+
"after": 200,
|
|
448
|
+
"line": 288,
|
|
449
|
+
"lineRule": "auto",
|
|
450
|
+
"afterLines": "200"
|
|
435
451
|
},
|
|
436
|
-
"
|
|
437
|
-
|
|
438
|
-
"right": 480
|
|
439
|
-
}
|
|
452
|
+
"widowControl": false,
|
|
453
|
+
"contextualSpacing": true
|
|
440
454
|
}
|
|
441
455
|
},
|
|
442
456
|
{
|
|
443
|
-
"id": "
|
|
457
|
+
"id": "aa",
|
|
444
458
|
"name": "footnote text",
|
|
445
459
|
"basedOn": "a",
|
|
446
460
|
"quickFormat": true,
|
|
447
461
|
"unhideWhenUsed": true,
|
|
448
462
|
"uiPriority": 9
|
|
449
463
|
},
|
|
450
|
-
{
|
|
451
|
-
"id": "FootnoteBlockText",
|
|
452
|
-
"name": "Footnote Block Text",
|
|
453
|
-
"basedOn": "ab",
|
|
454
|
-
"next": "ab",
|
|
455
|
-
"quickFormat": true,
|
|
456
|
-
"unhideWhenUsed": true,
|
|
457
|
-
"uiPriority": 9,
|
|
458
|
-
"paragraph": {
|
|
459
|
-
"spacing": {
|
|
460
|
-
"before": 100,
|
|
461
|
-
"after": 100
|
|
462
|
-
},
|
|
463
|
-
"indent": {
|
|
464
|
-
"left": 480,
|
|
465
|
-
"right": 480
|
|
466
|
-
}
|
|
467
|
-
}
|
|
468
|
-
},
|
|
469
464
|
{
|
|
470
465
|
"id": "DefinitionTerm",
|
|
471
466
|
"name": "Definition Term",
|
|
@@ -475,9 +470,6 @@
|
|
|
475
470
|
"bold": true
|
|
476
471
|
},
|
|
477
472
|
"paragraph": {
|
|
478
|
-
"spacing": {
|
|
479
|
-
"after": 0
|
|
480
|
-
},
|
|
481
473
|
"keepNext": true,
|
|
482
474
|
"keepLines": true
|
|
483
475
|
}
|
|
@@ -488,14 +480,12 @@
|
|
|
488
480
|
"basedOn": "a"
|
|
489
481
|
},
|
|
490
482
|
{
|
|
491
|
-
"id": "
|
|
483
|
+
"id": "ab",
|
|
492
484
|
"name": "caption",
|
|
493
485
|
"basedOn": "a",
|
|
494
|
-
"link": "
|
|
495
|
-
"run": {
|
|
496
|
-
"italics": true
|
|
497
|
-
},
|
|
486
|
+
"link": "ac",
|
|
498
487
|
"paragraph": {
|
|
488
|
+
"alignment": "center",
|
|
499
489
|
"spacing": {
|
|
500
490
|
"after": 120
|
|
501
491
|
}
|
|
@@ -504,7 +494,7 @@
|
|
|
504
494
|
{
|
|
505
495
|
"id": "TableCaption",
|
|
506
496
|
"name": "Table Caption",
|
|
507
|
-
"basedOn": "
|
|
497
|
+
"basedOn": "ab",
|
|
508
498
|
"paragraph": {
|
|
509
499
|
"keepNext": true
|
|
510
500
|
}
|
|
@@ -512,46 +502,35 @@
|
|
|
512
502
|
{
|
|
513
503
|
"id": "ImageCaption",
|
|
514
504
|
"name": "Image Caption",
|
|
515
|
-
"basedOn": "
|
|
516
|
-
"quickFormat": true,
|
|
517
|
-
"run": {
|
|
518
|
-
"font": {
|
|
519
|
-
"ascii": "Times New Roman",
|
|
520
|
-
"hAnsi": "Times New Roman",
|
|
521
|
-
"eastAsia": "宋体"
|
|
522
|
-
},
|
|
523
|
-
"size": 18,
|
|
524
|
-
"italics": false
|
|
525
|
-
},
|
|
526
|
-
"paragraph": {
|
|
527
|
-
"alignment": "center"
|
|
528
|
-
}
|
|
505
|
+
"basedOn": "ab"
|
|
529
506
|
},
|
|
530
507
|
{
|
|
531
508
|
"id": "Figure",
|
|
532
509
|
"name": "Figure",
|
|
533
|
-
"basedOn": "a"
|
|
510
|
+
"basedOn": "a",
|
|
511
|
+
"paragraph": {
|
|
512
|
+
"alignment": "center"
|
|
513
|
+
}
|
|
534
514
|
},
|
|
535
515
|
{
|
|
536
516
|
"id": "CaptionedFigure",
|
|
537
517
|
"name": "Captioned Figure",
|
|
538
518
|
"basedOn": "Figure",
|
|
539
|
-
"quickFormat": true,
|
|
540
519
|
"paragraph": {
|
|
541
|
-
"alignment": "center",
|
|
542
520
|
"keepNext": true
|
|
543
521
|
}
|
|
544
522
|
},
|
|
545
523
|
{
|
|
546
524
|
"id": "TOC",
|
|
547
525
|
"name": "TOC Heading",
|
|
548
|
-
"basedOn": "
|
|
526
|
+
"basedOn": "10",
|
|
549
527
|
"next": "a0",
|
|
550
528
|
"quickFormat": true,
|
|
551
529
|
"unhideWhenUsed": true,
|
|
552
530
|
"uiPriority": 39,
|
|
553
531
|
"run": {
|
|
554
|
-
"
|
|
532
|
+
"bold": false,
|
|
533
|
+
"boldComplexScript": false
|
|
555
534
|
},
|
|
556
535
|
"paragraph": {
|
|
557
536
|
"spacing": {
|
|
@@ -566,29 +545,169 @@
|
|
|
566
545
|
"id": "SourceCode",
|
|
567
546
|
"name": "Source Code",
|
|
568
547
|
"basedOn": "a",
|
|
569
|
-
"link": "VerbatimChar"
|
|
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
|
+
}
|
|
570
614
|
},
|
|
571
615
|
{
|
|
572
|
-
"id": "
|
|
616
|
+
"id": "af",
|
|
573
617
|
"name": "header",
|
|
574
618
|
"basedOn": "a",
|
|
575
|
-
"link": "
|
|
619
|
+
"link": "af0",
|
|
576
620
|
"run": {
|
|
577
621
|
"size": 18,
|
|
578
622
|
"sizeComplexScript": 18
|
|
579
623
|
},
|
|
580
624
|
"paragraph": {
|
|
581
|
-
"alignment": "center"
|
|
625
|
+
"alignment": "center",
|
|
626
|
+
"tabs": [
|
|
627
|
+
{
|
|
628
|
+
"val": "center",
|
|
629
|
+
"pos": 4153
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
"val": "right",
|
|
633
|
+
"pos": 8306
|
|
634
|
+
}
|
|
635
|
+
]
|
|
582
636
|
}
|
|
583
637
|
},
|
|
584
638
|
{
|
|
585
|
-
"id": "
|
|
639
|
+
"id": "af1",
|
|
586
640
|
"name": "footer",
|
|
587
641
|
"basedOn": "a",
|
|
588
|
-
"link": "
|
|
642
|
+
"link": "af2",
|
|
643
|
+
"uiPriority": 99,
|
|
589
644
|
"run": {
|
|
590
645
|
"size": 18,
|
|
591
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"
|
|
592
711
|
}
|
|
593
712
|
}
|
|
594
713
|
],
|
|
@@ -601,223 +720,236 @@
|
|
|
601
720
|
"uiPriority": 1
|
|
602
721
|
},
|
|
603
722
|
{
|
|
604
|
-
"id": "
|
|
605
|
-
"name": "
|
|
723
|
+
"id": "ac",
|
|
724
|
+
"name": "题注 字符",
|
|
606
725
|
"basedOn": "a1",
|
|
607
|
-
"link": "
|
|
608
|
-
"uiPriority": 10,
|
|
726
|
+
"link": "ab",
|
|
609
727
|
"run": {
|
|
610
728
|
"font": {
|
|
611
729
|
"ascii": "Times New Roman",
|
|
612
730
|
"hAnsi": "Times New Roman",
|
|
613
|
-
"eastAsia": "
|
|
614
|
-
}
|
|
615
|
-
"size": 44,
|
|
616
|
-
"sizeComplexScript": 56,
|
|
617
|
-
"bold": true
|
|
618
|
-
}
|
|
619
|
-
},
|
|
620
|
-
{
|
|
621
|
-
"id": "a7",
|
|
622
|
-
"name": "副标题 字符",
|
|
623
|
-
"basedOn": "a1",
|
|
624
|
-
"link": "a6",
|
|
625
|
-
"uiPriority": 11,
|
|
626
|
-
"run": {
|
|
627
|
-
"size": 28,
|
|
628
|
-
"sizeComplexScript": 28,
|
|
629
|
-
"color": "595959",
|
|
630
|
-
"characterSpacing": 15
|
|
731
|
+
"eastAsia": "宋体"
|
|
732
|
+
}
|
|
631
733
|
}
|
|
632
734
|
},
|
|
633
735
|
{
|
|
634
|
-
"id": "
|
|
635
|
-
"name": "
|
|
636
|
-
"basedOn": "
|
|
637
|
-
"link": "
|
|
638
|
-
"uiPriority": 9,
|
|
736
|
+
"id": "VerbatimChar",
|
|
737
|
+
"name": "Verbatim Char",
|
|
738
|
+
"basedOn": "ac",
|
|
739
|
+
"link": "SourceCode",
|
|
639
740
|
"run": {
|
|
640
741
|
"font": {
|
|
641
|
-
"ascii": "
|
|
642
|
-
"hAnsi": "
|
|
643
|
-
"
|
|
742
|
+
"ascii": "Consolas",
|
|
743
|
+
"hAnsi": "Consolas",
|
|
744
|
+
"cs": "Times New Roman (正文 CS 字体)",
|
|
745
|
+
"eastAsia": "宋体"
|
|
644
746
|
},
|
|
645
|
-
"size":
|
|
646
|
-
"
|
|
647
|
-
"
|
|
648
|
-
|
|
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
|
+
}
|
|
649
758
|
}
|
|
650
759
|
},
|
|
651
760
|
{
|
|
652
|
-
"id": "
|
|
653
|
-
"name": "
|
|
654
|
-
"basedOn": "
|
|
655
|
-
"link": "2",
|
|
656
|
-
"semiHidden": true,
|
|
657
|
-
"uiPriority": 9,
|
|
761
|
+
"id": "ad",
|
|
762
|
+
"name": "footnote reference",
|
|
763
|
+
"basedOn": "ac",
|
|
658
764
|
"run": {
|
|
659
765
|
"font": {
|
|
660
766
|
"ascii": "Times New Roman",
|
|
661
767
|
"hAnsi": "Times New Roman",
|
|
662
|
-
"eastAsia": "
|
|
768
|
+
"eastAsia": "宋体"
|
|
663
769
|
},
|
|
664
|
-
"
|
|
665
|
-
"sizeComplexScript": 32,
|
|
666
|
-
"color": "000000",
|
|
667
|
-
"bold": true
|
|
770
|
+
"superScript": true
|
|
668
771
|
}
|
|
669
772
|
},
|
|
670
773
|
{
|
|
671
|
-
"id": "
|
|
672
|
-
"name": "
|
|
673
|
-
"basedOn": "
|
|
674
|
-
"link": "3",
|
|
675
|
-
"semiHidden": true,
|
|
676
|
-
"uiPriority": 9,
|
|
774
|
+
"id": "ae",
|
|
775
|
+
"name": "Hyperlink",
|
|
776
|
+
"basedOn": "ac",
|
|
677
777
|
"run": {
|
|
678
778
|
"font": {
|
|
679
779
|
"ascii": "Times New Roman",
|
|
680
780
|
"hAnsi": "Times New Roman",
|
|
681
|
-
"eastAsia": "
|
|
781
|
+
"eastAsia": "宋体"
|
|
682
782
|
},
|
|
683
|
-
"
|
|
684
|
-
"color": "000000",
|
|
685
|
-
"bold": true
|
|
783
|
+
"color": "0070C0"
|
|
686
784
|
}
|
|
687
785
|
},
|
|
688
786
|
{
|
|
689
|
-
"id": "
|
|
690
|
-
"name": "
|
|
787
|
+
"id": "a4",
|
|
788
|
+
"name": "正文文本 字符",
|
|
691
789
|
"basedOn": "a1",
|
|
692
|
-
"link": "
|
|
693
|
-
"semiHidden": true,
|
|
694
|
-
"uiPriority": 9,
|
|
790
|
+
"link": "a0",
|
|
695
791
|
"run": {
|
|
696
792
|
"font": {
|
|
793
|
+
"ascii": "Times New Roman",
|
|
794
|
+
"hAnsi": "Times New Roman",
|
|
697
795
|
"eastAsia": "宋体"
|
|
698
796
|
},
|
|
699
|
-
"
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
},
|
|
703
|
-
{
|
|
704
|
-
"id": "50",
|
|
705
|
-
"name": "标题 5 字符",
|
|
706
|
-
"basedOn": "a1",
|
|
707
|
-
"link": "5",
|
|
708
|
-
"semiHidden": true,
|
|
709
|
-
"uiPriority": 9,
|
|
710
|
-
"run": {
|
|
711
|
-
"color": "0F4761"
|
|
712
|
-
}
|
|
713
|
-
},
|
|
714
|
-
{
|
|
715
|
-
"id": "60",
|
|
716
|
-
"name": "标题 6 字符",
|
|
717
|
-
"basedOn": "a1",
|
|
718
|
-
"link": "6",
|
|
719
|
-
"semiHidden": true,
|
|
720
|
-
"uiPriority": 9,
|
|
721
|
-
"run": {
|
|
722
|
-
"color": "595959",
|
|
723
|
-
"italics": true,
|
|
724
|
-
"italicsComplexScript": true
|
|
797
|
+
"language": {
|
|
798
|
+
"eastAsia": "zh-CN"
|
|
799
|
+
}
|
|
725
800
|
}
|
|
726
801
|
},
|
|
727
802
|
{
|
|
728
|
-
"id": "
|
|
729
|
-
"name": "
|
|
803
|
+
"id": "af0",
|
|
804
|
+
"name": "页眉 字符",
|
|
730
805
|
"basedOn": "a1",
|
|
731
|
-
"link": "
|
|
732
|
-
"semiHidden": true,
|
|
733
|
-
"uiPriority": 9,
|
|
806
|
+
"link": "af",
|
|
734
807
|
"run": {
|
|
735
|
-
"
|
|
808
|
+
"size": 18,
|
|
809
|
+
"sizeComplexScript": 18
|
|
736
810
|
}
|
|
737
811
|
},
|
|
738
812
|
{
|
|
739
|
-
"id": "
|
|
740
|
-
"name": "
|
|
813
|
+
"id": "af2",
|
|
814
|
+
"name": "页脚 字符",
|
|
741
815
|
"basedOn": "a1",
|
|
742
|
-
"link": "
|
|
743
|
-
"
|
|
744
|
-
"uiPriority": 9,
|
|
816
|
+
"link": "af1",
|
|
817
|
+
"uiPriority": 99,
|
|
745
818
|
"run": {
|
|
746
|
-
"
|
|
747
|
-
"
|
|
748
|
-
"italicsComplexScript": true
|
|
819
|
+
"size": 18,
|
|
820
|
+
"sizeComplexScript": 18
|
|
749
821
|
}
|
|
750
822
|
},
|
|
751
823
|
{
|
|
752
|
-
"id": "
|
|
753
|
-
"name": "
|
|
754
|
-
"basedOn": "a1"
|
|
755
|
-
"link": "9",
|
|
756
|
-
"semiHidden": true,
|
|
757
|
-
"uiPriority": 9,
|
|
758
|
-
"run": {
|
|
759
|
-
"color": "272727"
|
|
760
|
-
}
|
|
824
|
+
"id": "af4",
|
|
825
|
+
"name": "line number",
|
|
826
|
+
"basedOn": "a1"
|
|
761
827
|
},
|
|
762
828
|
{
|
|
763
|
-
"id": "
|
|
764
|
-
"name": "
|
|
829
|
+
"id": "InlineCode",
|
|
830
|
+
"name": "Inline Code",
|
|
765
831
|
"basedOn": "a1",
|
|
766
|
-
"
|
|
767
|
-
|
|
768
|
-
{
|
|
769
|
-
"id": "VerbatimChar",
|
|
770
|
-
"name": "Verbatim Char",
|
|
771
|
-
"basedOn": "ad",
|
|
772
|
-
"link": "SourceCode",
|
|
832
|
+
"quickFormat": true,
|
|
833
|
+
"uiPriority": 1,
|
|
773
834
|
"run": {
|
|
774
835
|
"font": {
|
|
775
836
|
"ascii": "Consolas",
|
|
776
|
-
"hAnsi": "Consolas"
|
|
837
|
+
"hAnsi": "Consolas",
|
|
838
|
+
"cs": "Times New Roman (正文 CS 字体)",
|
|
839
|
+
"eastAsia": "宋体"
|
|
777
840
|
},
|
|
778
|
-
"size":
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
"name": "Hyperlink",
|
|
797
|
-
"basedOn": "ad",
|
|
798
|
-
"run": {
|
|
799
|
-
"color": "156082"
|
|
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
|
+
}
|
|
800
859
|
}
|
|
801
|
-
}
|
|
860
|
+
}
|
|
861
|
+
],
|
|
862
|
+
"tableStyles": [
|
|
802
863
|
{
|
|
803
|
-
"id": "
|
|
804
|
-
"name": "
|
|
805
|
-
"
|
|
806
|
-
"
|
|
807
|
-
"
|
|
808
|
-
|
|
809
|
-
"
|
|
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
|
+
}
|
|
810
880
|
}
|
|
811
881
|
},
|
|
812
882
|
{
|
|
813
|
-
"id": "
|
|
814
|
-
"name": "
|
|
815
|
-
"
|
|
816
|
-
"
|
|
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
|
+
],
|
|
817
937
|
"run": {
|
|
818
|
-
"
|
|
819
|
-
|
|
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"
|
|
820
951
|
}
|
|
821
952
|
}
|
|
822
|
-
]
|
|
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>"
|
|
823
955
|
}
|