-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtemplate_file_group_test.xml
48 lines (48 loc) · 1.74 KB
/
template_file_group_test.xml
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
<!--?xml version="1.0" encoding="UTF-8"?-->
<template>
<config>
<border>1</border>
<align>C</align>
<fill>0</fill>
<fontFamily>Arial</fontFamily>
<fontSizePt>20</fontSizePt>
<groupSpacing>2</groupSpacing>
</config>
<body>
<group1>
<group>
<lineWidth>250</lineWidth>
<border>1</border>
<line1>
<line>
<cell1>
<cell fieldName="Model.field1">
<title fieldName="Model.field2"></title>
</cell>
</cell1>
<cell2>
<digit>
<text>6</text>
</digit>
</cell2>
<cell3>
<cell>
<text>Some text line 1 cell 3</text>
</cell>
</cell3>
</line>
</line1>
<line2>
<line>
<lineHeight>20</lineHeight>
<border>1</border>
<title><text>Line title</text></title>
<cell1><cell><text>Some text line 2 cell 1</text></cell></cell1>
<cell2><cell><text>Some text line 2 cell 2</text><lineHeight>10</lineHeight></cell></cell2>
<cell3><cell><text>Some text line 2 cell 3</text></cell></cell3>
</line>
</line2>
</group>
</group1>
</body>
</template>