-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.json
More file actions
54 lines (54 loc) · 859 Bytes
/
style.json
File metadata and controls
54 lines (54 loc) · 859 Bytes
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
{
"version": "v0.1",
"page": {
"size": {
"width": 210,
"height": 297
},
"margins": {
"top": 25.4,
"right": 31.7,
"bottom": 25.4,
"left": 31.7
},
"orientation": "portrait"
},
"font": {
"eastAsia": "宋体",
"ascii": "Calibri",
"size": {
"heading": 15.75,
"body": 10.5,
"caption": 9
}
},
"paragraph": {
"spacing": {
"line": 360,
"before": 0,
"after": 0
},
"indent": {
"firstLine": 2
}
},
"headingStyles": [
{
"level": 1,
"styleId": "Heading1",
"name": "一级标题"
},
{
"level": 2,
"styleId": "Heading2",
"name": "二级标题"
},
{
"level": 3,
"styleId": "Heading3",
"name": "三级标题"
}
],
"listStyles": [],
"styles": {}
}