| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > IReportGenerator Interface > IReportGenerator Methods >====== ProcessText (print a text control) ====== | [[processstring print a string control .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[setproperty set a property value .htm|{{btn_next_n.gif|Next page}}]] | | || **ProcessText (**TextFormatQueue txtque//, comment //**)** {{blk2blue.jpg|blk2blue.jpg}} | **ProcessText** | Prints a TEXT control to a target output document. | | //txtque// | A QUEUE structure that holds all of the properties of each line of the target TEXT control, and its contents. | | //comment// | A string constant, variable, EQUATE, or expression containing information necessary for each line of the TEXT control to be properly rendered to the target document. | The **ProcessText **method prints a TEXT control to the appropriate document format. The //comment// parameter is used to send the appropriate formatting information to the target document type, and is limited to 2056 characters. (See [[comment set document formatting .htm|COMMENT]]) **Implementation:** Each //txtque //QUEUE entry contains the position, alignment, styles, character set and other attributes of the TEXT control.