#include <WP6ColumnGroup.h>
Public Member Functions | |
WP6ColumnGroup (WPXInputStream *input, WPXEncryption *encryption) | |
void | _readContents (WPXInputStream *input, WPXEncryption *encryption) |
void | parse (WP6Listener *listener) |
![]() | |
WP6VariableLengthGroup () | |
virtual | ~WP6VariableLengthGroup () |
![]() | |
virtual | ~WP6Part () |
Private Attributes | |
uint16_t | m_margin |
uint8_t | m_colType |
uint8_t | m_numColumns |
double | m_rowSpacing |
std::vector< bool > | m_isFixedWidth |
std::vector< double > | m_columnWidth |
Additional Inherited Members | |
![]() | |
static WP6VariableLengthGroup * | constructVariableLengthGroup (WPXInputStream *input, WPXEncryption *encryption, const uint8_t groupID) |
static bool | isGroupConsistent (WPXInputStream *input, WPXEncryption *encryption, const uint8_t groupID) |
![]() | |
void | _read (WPXInputStream *input, WPXEncryption *encryption) |
uint8_t | getSubGroup () const |
uint16_t | getSize () const |
uint8_t | getFlags () const |
uint8_t | getNumPrefixIDs () const |
const uint16_t * | getPrefixIDs () const |
uint16_t | getSizeNonDeletable () const |
uint16_t | getSizeDeletable () const |
WP6ColumnGroup::WP6ColumnGroup | ( | WPXInputStream * | input, |
WPXEncryption * | encryption | ||
) |
|
virtual |
Reimplemented from WP6VariableLengthGroup.
|
virtual |
Implements WP6Part.
|
private |
Referenced by _readContents(), and parse().
|
private |
Referenced by _readContents(), and parse().
|
private |
Referenced by _readContents(), and parse().
|
private |
Referenced by _readContents(), and parse().
|
private |
Referenced by _readContents(), and parse().
|
private |
Referenced by _readContents().