#include <WP5TableEOLGroup.h>
Public Member Functions | |
WP5TableEOLGroup (librevenge::RVNGInputStream *input, WPXEncryption *encryption) | |
~WP5TableEOLGroup () | |
void | _readContents (librevenge::RVNGInputStream *input, WPXEncryption *encryption) |
void | parse (WP5Listener *listener) |
Private Attributes | |
unsigned char | m_cellVerticalAlignment |
bool | m_useCellAttributes |
bool | m_useCellJustification |
unsigned char | m_columnNumber |
unsigned char | m_colSpan |
unsigned char | m_rowSpan |
bool | m_spannedFromAbove |
unsigned short | m_cellAttributes |
unsigned char | m_cellJustification |
WP5TableEOLGroup::WP5TableEOLGroup | ( | librevenge::RVNGInputStream * | input, |
WPXEncryption * | encryption | ||
) |
void WP5TableEOLGroup::_readContents | ( | librevenge::RVNGInputStream * | input, |
WPXEncryption * | encryption | ||
) | [virtual] |
Reimplemented from WP5VariableLengthGroup.
void WP5TableEOLGroup::parse | ( | WP5Listener * | listener | ) | [virtual] |
Implements WP5Part.
unsigned short WP5TableEOLGroup::m_cellAttributes [private] |
Referenced by _readContents(), and parse().
unsigned char WP5TableEOLGroup::m_cellJustification [private] |
Referenced by _readContents().
unsigned char WP5TableEOLGroup::m_cellVerticalAlignment [private] |
Referenced by _readContents().
unsigned char WP5TableEOLGroup::m_colSpan [private] |
Referenced by _readContents(), and parse().
unsigned char WP5TableEOLGroup::m_columnNumber [private] |
Referenced by _readContents().
unsigned char WP5TableEOLGroup::m_rowSpan [private] |
Referenced by _readContents(), and parse().
bool WP5TableEOLGroup::m_spannedFromAbove [private] |
Referenced by _readContents(), and parse().
bool WP5TableEOLGroup::m_useCellAttributes [private] |
Referenced by _readContents(), and parse().
bool WP5TableEOLGroup::m_useCellJustification [private] |
Referenced by _readContents().