XFA Specification
Chapter 2, Template Features for Designing Static Forms
Basic Composition
36
HAND-2
—
Border handedness
In the above diagram, note how even-handed borders avoid the doubly thick line between the two
bordered objects.
The elements that produce the above diagram are:
<field
name="field1" x="1in" y="1in" w="1.5in" h="1in">
<border
hand="right">
<edge
thickness="0.125in">
<color
value="128,128,255"/>
</edge>
</border>
<value>
<text/>
</value>
</field>
<field
name="field2" x="2.5in" y="1in" w="1.5in" h="1in">
<border
hand="right">
<edge
thickness="0.125in">
<color
value="128,128,255"/>
</edge>
</border>
<value>
<text>Right-handed borders</text>
</value>
</field>
<field
name="field3" x="1in" y="2.5in" w="1.5in" h="1in">