Paper/Scan Add-on > XML export > XML export schema > position element
 
position element
All elements that have a position on the page contain a position element, which gives the coordinates for the element on the page in points (1 point is 1/72nd of an inch).
Attributes for position
height
Use: Required
Valid values: Any
width
Use: Required
Valid values: Any
x
Use: Required
Valid values: Any
y
Use: Required
Valid values: Any
XML representation
<xs:element name="position">
  <xs:attribute name="x" use="required"/>
  <xs:attribute name="y" use="required"/>
  <xs:attribute name="width" use="required"/>
  <xs:attribute name="height" use="required"/>
</xs:element>
Parent elements
adjustmentfield element
markfield element
numericfield element
recognitionfield element
textfield element
See
XML export schema