DASC e-doc xml Print File v1.1 Reference Manual

 e-doc page
 
e-doc page <e-doc>
<page> contains all the presentation elements in a document page. This is where assigning of position locations and measurements of all elements take place. The id attribute refers to an account number. The p attribute refers to the page number and the total number of pages of a particular account number. The sequences of elements are arranged by the T (Top) attributes first and then the L (Left) attributes of the presentation elements. A sample format of <page> element is shown below.

Attribute Meaning
id This attribute is the account number, which in the case of the sample below; it is A5475-8110-6094-0009.
p This attribute corresponds to the page number and the total number of pages of the above account number, which in this case; it is 1,1.

<d id='D6807' L='0,0,508,792'/>
.
.
.
<t L='94,73,198,9,9,L,N' F='F45'>Word or sentence</t>
.
.
.
<n L='402,116,73,9,16' F='F45'>78.75</n>
.
.
.
<l L='145,337,344,3'/>
.
.
.
<b L='26,525,473,14,1'/>
.
.
.
<m L='27,527,471,9,9,C'>
<mt F='F4946' U='N'>Normal font</mt>
<mt F='F4961' U='N'>to italic</mt>
<mt F='F4946' U='Y'>and back to normal with underline.</mt>
</m>
.
.
.
<g id='G36' L='30,590,249,25'/>
.
.
.
</page>
7