Home » Community » Newbie corner » QTFStr
QTFStr [message #40318] |
Thu, 18 July 2013 10:43  |
idkfa46
Messages: 155 Registered: December 2011
|
Experienced Member |
|
|
How can I set the background color of a line in tables with QTFStr class ?
I have found:
QTFStr &ForeColor(String col = "") { format.foreColor = (col == "" ? "0" : col); return *this; }
QTFStr &BackColor(String col = "") { format.backColor = (col == "" ? "2" : col); return *this; }
but allow me to color the text or the text background, not the table background.
Regards,
Matteo
|
|
|
Goto Forum:
Current Time: Thu May 01 02:58:48 CEST 2025
Total time taken to generate the page: 0.02001 seconds
|