When Defining fields and tags, the field's 'Type' attribute defaults to Any content. Other options, used for special purposes, may be chosen from the drop-down List of field data types.
Option |
TYPE attribute |
Any content |
ANY |
Alphabetic |
ALPH |
Alphanumeric |
ALNUM |
Numeric |
NUM |
Decimal |
DEC |
Currency |
CUR |
DateDMY |
DMY |
DateMDY |
MDY |
DateYMD |
YMD |
Phone |
TEL |
EML |
|
URL |
URL |
GRA |
|
Text |
TEXT |
Text aligned right |
TEXTR |
Text centered |
TEXTC |
Text justified |
TEXTF |
META |
Fields of type Meta data do not contain data to be printed on the page like most fields, but information about the page. The information does not affect the printed appearance but may be used by a post-processor, e.g. for indexing.
In PDF and AFP documents, EscapeE uses the Meta data field type to specify that the field is to be included as a 'name, value' pair. AFP treats the field as a "TLE" (Tag Logical Element) which will be added as a tag to the start of any page on which it is found. In an HTML document, it may supply information such as the document title and keywords relating to the document content. |
When exporting a field of type 'Graphic' to XML, you may choose to output the field as an image in PNG format, see Outputting to XML. The attributes for such a field are: TYPE="GRA" ENCODING="BASE64" FILETYPE="PNG" X="x coordinate" Y="y coordinate" BITS="color depth" WIDTH="image width" HEIGHT="image height" |