forked from fugerit-org/fj-doc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdoc_test_01.xml
56 lines (56 loc) · 1.6 KB
/
doc_test_01.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
49
50
51
52
53
54
55
56
<doc xmlns="http://javacoredoc.fugerit.org"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://javacoredoc.fugerit.org https://www.fugerit.org/data/java/doc/xsd/doc-2-1.xsd">
<metadata>
<info name="margins">10;10;10;30</info>
<info name="excel-table-id">excel-table=print</info>
<info name="excel-width-multiplier">450</info>
<footer-ext>
<para align="center">Page ${currentPage}</para>
</footer-ext>
</metadata>
<body>
<phrase>Test phrase 01</phrase>
<phrase>Test phrase 02</phrase>
<phrase>Test phrase 03</phrase>
<phrase>Test phrase 04</phrase>
<image scaling="100" url="cl://test/img_test_red.png"/>
<image scaling="50" url="cl://test/img_test_green.png"/>
<image scaling="25" url="cl://test/img_test_blue.png"/>
<table columns="3" colwidths="30;30;40" id="excel-table" padding="2" width="100">
<row>
<cell align="center" border-color="#000000" border-width="1">
<para>Name</para>
</cell>
<cell align="center">
<para>Surname</para>
</cell>
<cell align="center">
<para>Title</para>
</cell>
</row>
<row>
<cell>
<para>Luthien</para>
</cell>
<cell>
<para>Tinuviel</para>
</cell>
<cell>
<para>Queen</para>
</cell>
</row>
<row>
<cell>
<para>Thorin</para>
</cell>
<cell>
<para>Oakshield</para>
</cell>
<cell>
<para>King</para>
</cell>
</row>
</table>
</body>
</doc>