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

Writes the html for a string as the contents of one cell in a table, right-justified.

C++
void writeCellBodyRight(
    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!