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

Writes the html for the start of a table, with a caption.

C++
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!