#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.
uint8_t WP5TableEOLGroup::m_cellVerticalAlignment [private] |
bool WP5TableEOLGroup::m_useCellAttributes [private] |
bool WP5TableEOLGroup::m_useCellJustification [private] |
uint8_t WP5TableEOLGroup::m_columnNumber [private] |
uint8_t WP5TableEOLGroup::m_colSpan [private] |
uint8_t WP5TableEOLGroup::m_rowSpan [private] |
bool WP5TableEOLGroup::m_spannedFromAbove [private] |
uint16_t WP5TableEOLGroup::m_cellAttributes [private] |
uint8_t WP5TableEOLGroup::m_cellJustification [private] |