-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathlayout.xml
40 lines (34 loc) · 1.4 KB
/
layout.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
<Layout xmlns="urn:speedata.de:2009/publisher/en"
xmlns:sd="urn:speedata:2009/publisher/functions/en" version="2.5.14">
<Trace grid="no" />
<SetGrid height="12pt" nx="10"/>
<Pageformat width="180mm" height="90mm"/>
<DefineTextformat name="text" orphan="yes" widow="yes"/>
<LoadFontfile name="RedactedScript" filename="redacted-script-regular.ttf"/>
<DefineFontfamily name="text" fontsize="10" leading="12">
<Regular fontface="RedactedScript"/>
</DefineFontfamily>
<Record element="data">
<PlaceObject column="8" row="1">
<Box width="3" height="7" backgroundcolor="thistle" padding-left="2mm"
padding-bottom="2mm"/>
</PlaceObject>
<PlaceObject column="1" row="11">
<Box width="4" height="7" backgroundcolor="lightgreen" padding-top="2mm"
padding-right="2mm"/>
</PlaceObject>
<PlaceObject column="1" row="1" page="next" keepposition="yes">
<Box width="4" height="7" backgroundcolor="steelblue" padding-top="2mm"
padding-right="2mm"/>
</PlaceObject>
<Output allocate="auto" row="1">
<Text>
<Loop select="5">
<Paragraph>
<Value select="sd:dummytext()"/>
</Paragraph>
</Loop>
</Text>
</Output>
</Record>
</Layout>