|
Anypia Programmer's Documentation
|
Writes the html for a string as the contents of one cell in a table, left-justified.
void writeCellBody( const std::string& contents );
|
Parameters |
Description |
|
const std::string& contents |
The contents of the cell in the table. |
There are multiple versions of this function. Each version uses the inserter to put the argument into the output stream, surrounded by the appropriate tags.
|
Copyright (c) 2010. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|