#include <WP6PageGroup.h>
Public Member Functions | |
WP6PageGroup (librevenge::RVNGInputStream *input, WPXEncryption *encryption) | |
~WP6PageGroup () | |
void | _readContents (librevenge::RVNGInputStream *input, WPXEncryption *encryption) |
void | parse (WP6Listener *listener) |
Private Attributes | |
unsigned short | m_margin |
unsigned char | m_suppressedCode |
unsigned short | m_pageNumberTypefaceDesc |
unsigned char | m_pageNumberUseFlag |
unsigned short | m_pageNumberingFontPIDCopy |
unsigned short | m_pageNumberPointSize |
unsigned char | m_pageNumberPosition |
unsigned short | m_pageNumberMatchedFontIndex |
unsigned short | m_pageNumberMatchedFontPointSize |
unsigned short | m_pageNumberAttributes1 |
unsigned short | m_pageNumberAttributes2 |
RGBSColor | m_pageNumberColor |
unsigned short | m_pageNumberHeight |
unsigned char | m_pageNumberNewPagePosition |
unsigned short | m_formLength |
unsigned short | m_formWidth |
unsigned char | m_formType |
WPXFormOrientation | m_formOrientation |
WP6PageGroup::WP6PageGroup | ( | librevenge::RVNGInputStream * | input, |
WPXEncryption * | encryption | ||
) |
void WP6PageGroup::_readContents | ( | librevenge::RVNGInputStream * | input, |
WPXEncryption * | encryption | ||
) | [virtual] |
Reimplemented from WP6VariableLengthGroup.
void WP6PageGroup::parse | ( | WP6Listener * | listener | ) | [virtual] |
Implements WP6Part.
unsigned short WP6PageGroup::m_formLength [private] |
Referenced by _readContents(), and parse().
Referenced by _readContents(), and parse().
unsigned char WP6PageGroup::m_formType [private] |
Referenced by _readContents().
unsigned short WP6PageGroup::m_formWidth [private] |
Referenced by _readContents(), and parse().
unsigned short WP6PageGroup::m_margin [private] |
Referenced by _readContents(), and parse().
unsigned short WP6PageGroup::m_pageNumberAttributes1 [private] |
Referenced by _readContents().
unsigned short WP6PageGroup::m_pageNumberAttributes2 [private] |
Referenced by _readContents().
RGBSColor WP6PageGroup::m_pageNumberColor [private] |
Referenced by _readContents().
unsigned short WP6PageGroup::m_pageNumberHeight [private] |
Referenced by _readContents().
unsigned short WP6PageGroup::m_pageNumberingFontPIDCopy [private] |
Referenced by _readContents().
unsigned short WP6PageGroup::m_pageNumberMatchedFontIndex [private] |
Referenced by _readContents().
unsigned short WP6PageGroup::m_pageNumberMatchedFontPointSize [private] |
Referenced by _readContents(), and parse().
unsigned char WP6PageGroup::m_pageNumberNewPagePosition [private] |
Referenced by _readContents().
unsigned short WP6PageGroup::m_pageNumberPointSize [private] |
Referenced by _readContents().
unsigned char WP6PageGroup::m_pageNumberPosition [private] |
Referenced by _readContents(), and parse().
unsigned short WP6PageGroup::m_pageNumberTypefaceDesc [private] |
Referenced by _readContents().
unsigned char WP6PageGroup::m_pageNumberUseFlag [private] |
Referenced by _readContents(), and parse().
unsigned char WP6PageGroup::m_suppressedCode [private] |
Referenced by _readContents(), and parse().