the KSEN structure a structure related to paragraph and cell style More...
#include <ClarisWksStyleManager.hxx>
Public Member Functions | |
KSEN () | |
constructor | |
Public Attributes | |
int | m_valign |
the vertical alignment | |
MWAWBorder::Style | m_lineType |
the line type | |
MWAWBorder::Type | m_lineRepeat |
the line repetition | |
int | m_lines |
an int used to add some oblique line ( or cross ) | |
std::string | m_extra |
extra data | |
Friends | |
std::ostream & | operator<< (std::ostream &o, KSEN const &ksen) |
operator<< | |
the KSEN structure a structure related to paragraph and cell style
|
inline |
constructor
|
friend |
operator<<
std::string ClarisWksStyleManager::KSEN::m_extra |
extra data
Referenced by ClarisWksStyleManager::readKSEN().
MWAWBorder::Type ClarisWksStyleManager::KSEN::m_lineRepeat |
the line repetition
Referenced by ClarisWksStyleManager::readKSEN(), and ClarisWksTableInternal::TableCell::update().
int ClarisWksStyleManager::KSEN::m_lines |
an int used to add some oblique line ( or cross )
Referenced by ClarisWksStyleManager::readKSEN(), and ClarisWksTable::readTableCells().
MWAWBorder::Style ClarisWksStyleManager::KSEN::m_lineType |
the line type
Referenced by ClarisWksStyleManager::readKSEN(), and ClarisWksTableInternal::TableCell::update().
int ClarisWksStyleManager::KSEN::m_valign |
the vertical alignment
Referenced by ClarisWksStyleManager::readKSEN(), and ClarisWksTable::readTableCells().