Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
OutFileHTML::writeCellHeading Method (std::string&)

Writes the html for a string as the contents of one heading in a table.

C++
void writeCellHeading(
    const std::string& heading
);
Parameters 
Description 
const std::string& heading 
The heading in the table. 

The cell does not span columns or rows. 

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!