-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdemo.json
104 lines (104 loc) · 2.66 KB
/
demo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
[
{
"type": "paragraph",
"value": "XXXX医院检验科\n<r bold='False' size='10' underline='True'><r italic='True'>BRCA1/2</r>平台检测报告</r>",
"style":
{
"paragraph":
{
"alignment": 1
},
"font":
{
"bold": "True",
"name": "微软雅黑",
"size": 16
}
}
},
{
"type": "paragraph",
"value": "",
"style": ""
},
{
"type": "paragraph",
"value": "基本信息",
"style":
{
"paragraph":
{
"alignment": 0,
"outline_lvl": "1"
},
"font":
{
"bold": "True",
"name": "微软雅黑",
"size": 12
}
}
},
{
"type": "table",
"value": [
["姓名", "xxx", "性别", "xx", "年龄", "xx"],
["住院号", "xx", "病理号", "xx", "送检科室", "xx"]
],
"style": [
{
"selectors": ["table"],
"style":
{
"alignment": 1,
"border":
{
"top":
{
"sz": 6,
"val": "single",
"color": "#000000"
},
"bottom":
{
"sz": 6,
"val": "single",
"color": "#000000"
},
"start":
{
"sz": 6,
"val": "single",
"color": "#000000"
},
"end":
{
"sz": 6,
"val": "single",
"color": "#000000"
}
},
"paragraph":
{
"alignment": 1,
"space_before": 1,
"space_after": 1
},
"font":
{
"name": "微软雅黑",
"size": "8"
},
"vertical_alignment": 1,
"margin":
{
"start": 113,
"top": 113,
"end": 113,
"bottom": 113
}
}
}
]
}
]