Sample script: element FIELD
Example of two FIELD elements: in the first the coordinates are taken from an EE file, in the second the coordinates are taken from the IDF file itself.
The TEXT elements demonstrate the use of different SYMBOLSETs.
<IDF UNITS="INCHES"> <PAGE> <FIELD NAME="Field1" LEFT= "1" TOP="1" WIDTH="4" HEIGHT="2" DEFINE="AUTO" SHAPE="BOX"> <FIELD NAME="Field2" LEFT= "1" TOP="4" WIDTH="4" HEIGHT="2" DEFINE="YES" SHAPE="BOX"> </PAGE> </IDF> |
Links: