#include <WP42MarginResetGroup.h>
Public Member Functions | |
WP42MarginResetGroup (librevenge::RVNGInputStream *input, WPXEncryption *encryption, unsigned char group) | |
~WP42MarginResetGroup () | |
void | _readContents (librevenge::RVNGInputStream *input, WPXEncryption *encryption) |
void | parse (WP42Listener *listener) |
Private Attributes | |
unsigned char | m_leftMargin |
unsigned char | m_rightMargin |
WP42MarginResetGroup::WP42MarginResetGroup | ( | librevenge::RVNGInputStream * | input, |
WPXEncryption * | encryption, | ||
unsigned char | group | ||
) |
void WP42MarginResetGroup::_readContents | ( | librevenge::RVNGInputStream * | input, |
WPXEncryption * | encryption | ||
) | [virtual] |
Implements WP42MultiByteFunctionGroup.
void WP42MarginResetGroup::parse | ( | WP42Listener * | listener | ) | [virtual] |
Implements WP42Part.
unsigned char WP42MarginResetGroup::m_leftMargin [private] |
Referenced by _readContents(), and parse().
unsigned char WP42MarginResetGroup::m_rightMargin [private] |
Referenced by _readContents(), and parse().