-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathlayout.xml
28 lines (25 loc) · 897 Bytes
/
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
<Layout xmlns:sd="urn:speedata:2009/publisher/functions/en"
xmlns="urn:speedata.de:2009/publisher/en"
version="2.9.5">
<SetGrid height="12pt" nx="42"/>
<Trace grid="no" gridallocation="no"/>
<Pagetype name="all" test="true()">
<Margin left="1cm" right="1cm" top="1cm" bottom="1cm"/>
<PositioningArea name="text">
<PositioningFrame width="20" height="30" row="1" column="1"/>
<PositioningFrame width="20" height="30" row="1" column="22"/>
</PositioningArea>
</Pagetype>
<Record element="data">
<PlaceObject column="67mm" row="2.1cm" frame="without" allocate="yes">
<Image file="vase.jpg" width="16" imageshape="yes"/>
</PlaceObject>
<Output area="text" row="1" allocate="auto">
<Text>
<Paragraph>
<Value select="sd:dummytext(3)"></Value>
</Paragraph>
</Text>
</Output>
</Record>
</Layout>