#include <WPSTable.h>
|  | 
| float | m_width | 
|  | the column width, if known 
 | 
|  | 
| bool | m_isPercentWidth | 
|  | a flag to know if the width is in percent (or in point) 
 | 
|  | 
| bool | m_useOptimalWidth | 
|  | a flag to know if we need to see use-optimal column width 
 | 
|  | 
| bool | m_isHeader | 
|  | a flag to know if the column is a header column 
 | 
|  | 
| int | m_numRepeat | 
|  | the number times a column is repeated 
 | 
|  | 
◆ WPSColumnFormat()
  
  | 
        
          | WPSColumnFormat::WPSColumnFormat | ( | float | width = -1 | ) |  |  | inlineexplicit | 
 
 
◆ addTo()
      
        
          | void WPSColumnFormat::addTo | ( | librevenge::RVNGPropertyList & | propList | ) | const | 
      
 
 
◆ compare()
◆ operator!=()
◆ operator<()
◆ operator==()
◆ operator<<
  
  | 
        
          | std::ostream & operator<< | ( | std::ostream & | o, |  
          |  |  | WPSColumnFormat const & | col |  
          |  | ) |  |  |  | friend | 
 
 
◆ m_isHeader
      
        
          | bool WPSColumnFormat::m_isHeader | 
      
 
a flag to know if the column is a header column 
Referenced by addTo(), and compare().
 
 
◆ m_isPercentWidth
      
        
          | bool WPSColumnFormat::m_isPercentWidth | 
      
 
a flag to know if the width is in percent (or in point) 
Referenced by addTo(), and compare().
 
 
◆ m_numRepeat
      
        
          | int WPSColumnFormat::m_numRepeat | 
      
 
 
◆ m_useOptimalWidth
      
        
          | bool WPSColumnFormat::m_useOptimalWidth | 
      
 
 
◆ m_width
      
        
          | float WPSColumnFormat::m_width | 
      
 
 
The documentation for this struct was generated from the following files: