- priority: 5 --> 4
In the Clark Lithograph and Van Brackle applications
(among others), the "STATUS OF SUBMISSION" label
(an unenclosed text box) is broken up into two fields,
one being "STATUS" and one being "OFSUBMISSION".
The output should be as follows:
<UNENCLOSED x="21.0" y="628.0">
<TEXT x="55" y="628">
<FONT face="Helvetica-Bold" style="font-
size:8pt">STATUSOFSUBMISSION</FONT>
</TEXT>
</UNENCLOSED>
Instead, the output comes out like this:
<UNENCLOSED x="21.0" y="628.0">
<TEXT x="21" y="628">
<FONT face="Helvetica-Bold" style="font-
size:8pt">STATUS</FONT>
</TEXT>
</UNENCLOSED>
<UNENCLOSED x="55.0" y="628.0">
<TEXT x="55" y="628">
<FONT face="Helvetica-Bold" style="font-
size:8pt">OFSUBMISSION</FONT>
</TEXT>
</UNENCLOSED>