Go to the documentation of this file.
23 #ifndef RVNGHTMLTEXT_TABLESTYLE_H
24 #define RVNGHTMLTEXT_TABLESTYLE_H
56 void send(std::ostream &out);
void send(std::ostream &out)
send the data to the stream
Definition: RVNGHTMLTextTableStyle.cpp:121
std::map< std::string, std::string > m_rowContentNameMap
a map row content -> name
Definition: RVNGHTMLTextTableStyle.h:67
~RVNGHTMLTextTableStyleManager()
destructor
Definition: RVNGHTMLTextTableStyle.h:44
#define RVNG_DEBUG_MSG(M)
Definition: librevenge_internal.h:33
RVNGHTMLTextTableStyleManager()
constructor
Definition: RVNGHTMLTextTableStyle.h:40
Definition: RVNGPropertyList.h:38
std::map< std::string, std::string > m_cellContentNameMap
a map cell content -> name
Definition: RVNGHTMLTextTableStyle.h:65
UTF-8 string.
Definition: RVNGString.h:33
Definition: RVNGProperty.h:30
Small class to manage the tables style.
Definition: RVNGHTMLTextTableStyle.h:36
RVNGUnit
Definition: RVNGProperty.h:30
void closeTable()
close a table
Definition: RVNGHTMLTextTableStyle.cpp:56
bool getColumnsWidth(int i, int numSpanned, double &w) const
try to return the col width
Definition: RVNGHTMLTextTableStyle.cpp:66
Definition: RVNGProperty.h:30
std::string getRowClass(RVNGPropertyList const &pList)
returns the class name corresponding to a propertylist
Definition: RVNGHTMLTextTableStyle.cpp:109
void openTable(RVNGPropertyListVector const &colList)
open a table
Definition: RVNGHTMLTextTableStyle.cpp:34
Definition: RVNGPropertyListVector.h:34
RVNGHTMLTextTableStyleManager operator=(RVNGHTMLTextTableStyleManager const &orig)
Definition: RVNGBinaryData.cpp:38
std::string getCellClass(RVNGPropertyList const &pList)
returns the class name corresponding to a propertylist
Definition: RVNGHTMLTextTableStyle.cpp:97
std::vector< std::vector< double > > m_columWitdhsStack
a stack of column width (in inches )
Definition: RVNGHTMLTextTableStyle.h:69
std::string getRowContent(RVNGPropertyList const &pList) const
convert a property list in a html content string
Definition: RVNGHTMLTextTableStyle.cpp:186
Definition: RVNGProperty.h:30
unsigned long count() const
Definition: RVNGPropertyListVector.cpp:146
std::string getCellContent(RVNGPropertyList const &pList) const
convert a property list in a html content string
Definition: RVNGHTMLTextTableStyle.cpp:137
Generated for librevenge by
doxygen 1.8.16