TextBox |
ยท TextBox( [<aStart>], [<aEnd>], <cText>, [<lBox>], [nLType] ) => The method TextBox() writes a string to the PDF and then draws a box around it.
Parameters are :
<aStart>
<aStart> specifies the starting position for the text, it will also be the lower left corner of the box.
<aEnd>
<aEnd> specifies the upper right corner for the box
<cText>
<cText> is the string of characters to be placed in the PDF.
<lBox>
<lBox> is a logic value (True or False) to draw or not the box around the text.
<nLType>
<nLType> is the line type to be used, valid line types are GRA_AL values from GraSetAttrLine