ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Developing an application or website / Controls, windows and pages / Controls: Available types / Rich Text Area control
  • Example: Calculating the height required to print a text in RTF
iPrintAreaRTF (Example)
Example: Calculating the height required to print a text in RTF
The following example is used to calculate the height of the area required to print a text in RTF. A border is drawn (according to the height that was previously defined) and the text is printed.
// Retrieve the height of the column
dHeight is real = iZoneHeight(sRTFText, 100, iRTF)
// Draws a border
iBorder(0, 0, dHeight*2, 200)
// Text centered in the border
iPrintZoneRTF(sRTFText, 0, 0, dHeight*2, 200)
iEndPrinting()
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 12/08/2023

Send a report | Local help