-
Notifications
You must be signed in to change notification settings - Fork 1
/
example.json
97 lines (75 loc) · 2.39 KB
/
example.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
[{"right-margin":50,
"subject":"Some subject",
"creator":"Jane Doe",
"doc-header":["inspired by", "integracao de softwaree"],
"bottom-margin":25,
"author":"John Doe",
"header":"page header",
"left-margin":10,
"title":"Test doc",
"size":"a4",
"footer":"page",
"top-margin":20},
["heading", "UFG"],
["paragraph", "Radoc com dados do professores."],
["pagebreak"],
["Radoc com dados do professores"],
["paragraph", "NRadoc com dados do professores."],
["table",
{"header":[{"color":[100, 100, 100]}, "FOO"], "cellSpacing":20},
["foo",
["cell",
["phrase",
{"style":"italic",
"size":18,
"family":"halvetica",
"color":[200, 55, 221]},
"Hello Clojure!"]],
"baz"],
["foo1", ["cell", {"color":[100, 10, 200]}, "bar1"], "baz1"],
["foo2", "bar2",
["cell",
["table",
["Inner table Col1", "Inner table Col2", "Inner table Col3"]]]]],
["paragraph", "Radoc com dados do professores"],
["anchor", {"style":{"size":15}, "leading":20}, "some anchor"],
["anchor", ["phrase", {"style":"bold"}, "some anchor phrase"]],
["anchor", "plain anchor"],
["chunk", {"style":"bold"}, "small chunk of text"],
["phrase", "some text here"],
["phrase",
{"style":"italic",
"size":18,
"family":"halvetica",
"color":[0, 255, 221]},
"Hello Clojure!"],
["chapter", ["paragraph", "Second Chapter"]],
["paragraph", {"keep-together":true, "indent":20},
"a fine paragraph"],
["list", {"roman":true}, ["chunk", {"style":"bold"}, "a bold item"],
"another item", "yet another item"],
["chapter", "Charts"],
["chart",
{"type":"bar-chart",
"title":"Bar Chart",
"x-label":"Items",
"y-label":"Quality"},
[2, "Foo"], [4, "Bar"], [10, "Baz"]],
["chart",
{"type":"line-chart",
"title":"Line Chart",
"x-label":"checkpoints",
"y-label":"units"},
["Foo", [1, 10], [2, 13], [3, 120], [4, 455], [5, 300], [6, 600]],
["Bar", [1, 13], [2, 33], [3, 320], [4, 155], [5, 200], [6, 300]]],
["chart", {"type":"pie-chart", "title":"Big Pie"}, ["One", 21],
["Two", 23], ["Three", 345]],
["chart",
{"type":"line-chart",
"time-series":true,
"title":"Time Chart",
"x-label":"time",
"y-label":"progress"},
["Incidents", ["2011-01-03-11:20:11", 200],
["2011-01-03-11:25:11", 400], ["2011-01-03-11:35:11", 350],
["2011-01-03-12:20:11", 600]]]]