Fixed field sample – Avery Dennison Pathfinder 6057 LNT Programmer Manual using XML User Manual
Page 66

A-2 LNT Programmer’s Manual
F i x ed F i el d S a mp l e
This sample defines all fixed fields (two text fields and a UPCA bar code field) and prints
immediately when copied into the Mobile Device’s (printer’s)
Temp\Print folder.
<?
xml
version
=
"1.0"
?>
<Job>
<Quantity>
1
</Quantity>
<LabelSize
units
=
"Inches"
length
=
"2.00"
width
=
"2.00"
/>
<Image
id
=
"pretzels"
version
=
"1"
>
<ImageSize
units
=
"Inches"
x
=
"0.0"
y
=
"0.0"
height
=
"2.00"
width
=
"2.00"
origin
=
"TopLeft"
/>
<Fields
count
=
"3"
>
<TextField
id
=
"item"
>
<Volatile>
0
</Volatile>
<
BoundingBox
units
=
"Inches"
x
=
"0.35"
y
=
"0.25"
height
=
"0"
width
=
"0.75"
/>
<Font
pointsizeheight
=
"11"
pointsizewidth
=
"8"
weight
=
"500"
>
Arial
</Font>
<VerticalJustification>
Bottom
</VerticalJustification>
<HorizontalJustification>
Left
</HorizontalJustification>
<Data>
PRETZELS
</Data>
</TextField>
<BarcodeField
id
=
"upca"
>
<Volatile>
0
</Volatile>
<Origin
units
=
"Inches"
justification
=
"Left"
x
=
"0.400"
y
=
"1.050"
/>
<BarHeight
units
=
"Inches"
>
0.50
</BarHeight>
<Type>
upca
</Type>
<Options
density
=
"4"
humanreadable
=
"1"
/>
<Data>
123456789012
</Data>
</BarcodeField>
<TextField
id
=
"price"
>
<Volatile>
0
</Volatile>
<BoundingBox
units
=
"Inches"
x
=
"0.70"
y
=
"1.35"
height
=
"0"
width
=
"0"
/>
<Font
pointsizeheight
=
"11"
pointsizewidth
=
"11"
weight
=
"600"
>
Arial Bold
</Font>
<VerticalJustification>
Bottom
</VerticalJustification>
<HorizontalJustification>
Left
</HorizontalJustification>
<Data>
$0.79
</Data>
</TextField>
</Fields>
</Image>
</Job>