#include <WP5TableEOLGroup.h>
Public Member Functions | |
WP5TableEOLGroup (WPXInputStream *input, WPXEncryption *encryption) | |
~WP5TableEOLGroup () | |
void | _readContents (WPXInputStream *input, WPXEncryption *encryption) |
void | parse (WP5Listener *listener) |
Private Attributes | |
uint8_t | m_cellVerticalAlignment |
bool | m_useCellAttributes |
bool | m_useCellJustification |
uint8_t | m_columnNumber |
uint8_t | m_colSpan |
uint8_t | m_rowSpan |
bool | m_spannedFromAbove |
uint16_t | m_cellAttributes |
uint8_t | m_cellJustification |
WP5TableEOLGroup::WP5TableEOLGroup | ( | WPXInputStream * | input, | |
WPXEncryption * | encryption | |||
) |
WP5TableEOLGroup::~WP5TableEOLGroup | ( | ) |
void WP5TableEOLGroup::_readContents | ( | WPXInputStream * | input, | |
WPXEncryption * | encryption | |||
) | [virtual] |
Reimplemented from WP5VariableLengthGroup.
void WP5TableEOLGroup::parse | ( | WP5Listener * | listener | ) | [virtual] |
Implements WP5Part.
uint16_t WP5TableEOLGroup::m_cellAttributes [private] |
Referenced by _readContents(), and parse().
uint8_t WP5TableEOLGroup::m_cellJustification [private] |
Referenced by _readContents().
uint8_t WP5TableEOLGroup::m_cellVerticalAlignment [private] |
Referenced by _readContents().
uint8_t WP5TableEOLGroup::m_colSpan [private] |
Referenced by _readContents(), and parse().
uint8_t WP5TableEOLGroup::m_columnNumber [private] |
Referenced by _readContents().
uint8_t 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().