28 #ifndef __TERRALIB_LAYOUT_INTERNAL_TEXTGRID_SETTINGS_CONFIG_PROPERTIES_H 
   29 #define __TERRALIB_LAYOUT_INTERNAL_TEXTGRID_SETTINGS_CONFIG_PROPERTIES_H 
   32 #include "../Config.h" 
   49         std::string getName();
 
   50         std::string getTitle();
 
   51         std::string getSpacing();
 
   52         std::string getPadding();
 
   53         std::string getTableColor();
 
   54         std::string getWidthConstraints();
 
   55         std::string getWidth();
 
   57         std::string getAddRow();
 
   58         std::string getRowNumber();
 
   59         std::string getEvenRow();
 
   60         std::string getOddRow();
 
   62         std::string getAddColunm();
 
   63         std::string getColumnNumber();
 
   64         std::string getColumnWidth();
 
   65         std::string getColumnWidthConstraints();
 
   67         std::string getBorderWidth();
 
   68         std::string getBorderGridColor();
 
   69         std::string getBorderStyle();
 
   71         std::string getHeaderAlignment();
 
   72         std::string getHeaderHorizontalColor();
 
   73         std::string getHeaderVerticalColor();
 
   75         std::string getCellAlignment();
 
#define TELAYOUTEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
std::string m_headerVerticalColor
 
std::string m_columnWidth
 
std::string m_borderWidth
 
std::string m_borderStyle
 
std::string m_cellAlignment
 
std::string m_borderGridColor
 
std::string m_headerAlignment
 
std::string m_widthConstraints
 
std::string m_columnNumber
 
std::string m_headerHorizontalColor
 
std::string m_columnWidthConstraints