23#ifndef RVNGHTMLTEXT_TABLESTYLE_H
24#define RVNGHTMLTEXT_TABLESTYLE_H
56 void send(std::ostream &out);
std::map< std::string, std::string > m_rowContentNameMap
a map row content -> name
Definition RVNGHTMLTextTableStyle.h:67
RVNGHTMLTextTableStyleManager(RVNGHTMLTextTableStyleManager const &orig)
bool getColumnsWidth(int i, int numSpanned, double &w) const
try to return the col width
Definition RVNGHTMLTextTableStyle.cpp:66
void send(std::ostream &out)
send the data to the stream
Definition RVNGHTMLTextTableStyle.cpp:121
RVNGHTMLTextTableStyleManager()
constructor
Definition RVNGHTMLTextTableStyle.h:40
std::string getCellContent(RVNGPropertyList const &pList) const
convert a property list in a html content string
Definition RVNGHTMLTextTableStyle.cpp:137
void closeTable()
close a table
Definition RVNGHTMLTextTableStyle.cpp:56
void openTable(RVNGPropertyListVector const &colList)
open a table
Definition RVNGHTMLTextTableStyle.cpp:34
RVNGHTMLTextTableStyleManager operator=(RVNGHTMLTextTableStyleManager const &orig)
std::string getRowClass(RVNGPropertyList const &pList)
returns the class name corresponding to a propertylist
Definition RVNGHTMLTextTableStyle.cpp:109
~RVNGHTMLTextTableStyleManager()
destructor
Definition RVNGHTMLTextTableStyle.h:44
static std::string getRowContent(RVNGPropertyList const &pList)
convert a property list in a html content string
Definition RVNGHTMLTextTableStyle.cpp:186
std::map< std::string, std::string > m_cellContentNameMap
a map cell content -> name
Definition RVNGHTMLTextTableStyle.h:65
std::vector< std::vector< double > > m_columWitdhsStack
a stack of column width (in inches )
Definition RVNGHTMLTextTableStyle.h:69
std::string getCellClass(RVNGPropertyList const &pList)
returns the class name corresponding to a propertylist
Definition RVNGHTMLTextTableStyle.cpp:97
Definition RVNGPropertyListVector.h:35
Definition RVNGPropertyList.h:39
Definition RVNGBinaryData.cpp:40