#include <WP1MarginResetGroup.h>
Public Member Functions | |
WP1MarginResetGroup (librevenge::RVNGInputStream *input, WPXEncryption *encryption, unsigned char group) | |
~WP1MarginResetGroup () | |
void | _readContents (librevenge::RVNGInputStream *input, WPXEncryption *encryption) |
void | parse (WP1Listener *listener) |
Private Attributes | |
unsigned short | m_leftMargin |
unsigned short | m_rightMargin |
WP1MarginResetGroup::WP1MarginResetGroup | ( | librevenge::RVNGInputStream * | input, |
WPXEncryption * | encryption, | ||
unsigned char | group | ||
) |
void WP1MarginResetGroup::_readContents | ( | librevenge::RVNGInputStream * | input, |
WPXEncryption * | encryption | ||
) | [virtual] |
Reimplemented from WP1FixedLengthGroup.
void WP1MarginResetGroup::parse | ( | WP1Listener * | listener | ) | [virtual] |
Implements WP1Part.
unsigned short WP1MarginResetGroup::m_leftMargin [private] |
Referenced by _readContents(), and parse().
unsigned short WP1MarginResetGroup::m_rightMargin [private] |
Referenced by _readContents(), and parse().