The template element is a top-level element that defines a template.
The template name is used by the ADD command TEMPLATE keyword.
Element | Attributes | Value | Notes for Element/Attribute/Value |
|---|---|---|---|
template | name | string | |
width | integer | width | |
height | integer | height |
<template name="logo" width="200" height="300">
<image x1="0" y1="300" file="logo.jpg" scale="80"/>
</template>