|
Anypia Programmer's Documentation
|
Writes the html for the start of a table, with a caption.
void writeBeginTable( const std::string& width, const std::string& captionClass, const std::string& theTitle );
|
Parameters |
Description |
|
const std::string& width |
Width of table (e.g. "95%"). |
|
const std::string& captionClass |
Class of paragraph for table caption. |
|
const std::string& theTitle |
Title of table. |
|
Copyright (c) 2010. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|