-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlayout.xml
More file actions
81 lines (81 loc) · 1.91 KB
/
layout.xml
File metadata and controls
81 lines (81 loc) · 1.91 KB
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
<?xml version="1.0" encoding="UTF-8" ?>
<file>
<page>
<direction></direction>
<size></size>
<image>
<x>0</x>
<y>0</y>
<w>30</w>
<h>20</h>
</image>
<image>
<path>./pdf_template/caution.png</path>
<x>100</x>
<y>100</y>
<w>30</w>
<h>20</h>
</image>
<roundedrect>
<x>0</x>
<y>200</y>
<w>100</w>
<h>20</h>
<r>5</r>
<fillcolor>240,30,50</fillcolor>
<bordercolor>30,30,30</bordercolor>
<style>F</style>
</roundedrect>
<text>
<string>I love pdf.</string>
<x>30</x>
<y>40</y>
<color>177,177,177</color>
<fontsize>12</fontsize>
</text>
</page>
<page>
<image>
<path>./pdf_template/chart.jpg</path>
<x>0</x>
<y>0</y>
<w>30</w>
<h>20</h>
</image>
</page>
<page>
<direction></direction>
<size></size>
<roundedrect>
<x>0</x>
<y>0</y>
<w>30</w>
<h>20</h>
<r>5</r>
<style>FD</style>
</roundedrect>
<image>
<path>./pdf_template/info.png</path>
<x>0</x>
<y>0</y>
<w>30</w>
</image>
</page>
<page>
<direction></direction>
<size></size>
<image>
<x>0</x>
<y>0</y>
<w>30</w>
<h>20</h>
</image>
<text>
<string>I love pdf.</string>
<x>30</x>
<y>40</y>
<bgcolor>60,177,240</bgcolor>
<fontsize>30</fontsize>
</text>
</page>
</file>