WP5PageFormatGroup Class Reference

#include <WP5PageFormatGroup.h>

Inheritance diagram for WP5PageFormatGroup:
WP5VariableLengthGroup WP5Part

Public Member Functions

 WP5PageFormatGroup (WPXInputStream *input, WPXEncryption *encryption)
 
 ~WP5PageFormatGroup ()
 
void _readContents (WPXInputStream *input, WPXEncryption *encryption)
 
void parse (WP5Listener *listener)
 
- Public Member Functions inherited from WP5VariableLengthGroup
 WP5VariableLengthGroup ()
 
virtual ~WP5VariableLengthGroup ()
 
- Public Member Functions inherited from WP5Part
virtual ~WP5Part ()
 

Private Attributes

uint16_t m_leftMargin
 
uint16_t m_rightMargin
 
double m_lineSpacing
 
std::vector< WPXTabStopm_tabStops
 
uint16_t m_marginOffset
 
uint16_t m_topMargin
 
uint16_t m_bottomMargin
 
uint8_t m_justification
 
uint8_t m_suppressCode
 
uint16_t m_formLength
 
uint16_t m_formWidth
 
WPXFormOrientation m_formOrientation
 

Additional Inherited Members

- Static Public Member Functions inherited from WP5VariableLengthGroup
static WP5VariableLengthGroupconstructVariableLengthGroup (WPXInputStream *input, WPXEncryption *encryption, const uint8_t group)
 
static bool isGroupConsistent (WPXInputStream *input, WPXEncryption *encryption, const uint8_t group)
 
- Protected Member Functions inherited from WP5VariableLengthGroup
void _read (WPXInputStream *input, WPXEncryption *encryption)
 
uint8_t getSubGroup () const
 
uint16_t getSize () const
 

Constructor & Destructor Documentation

WP5PageFormatGroup::WP5PageFormatGroup ( WPXInputStream input,
WPXEncryption encryption 
)
WP5PageFormatGroup::~WP5PageFormatGroup ( )

Member Function Documentation

void WP5PageFormatGroup::_readContents ( WPXInputStream input,
WPXEncryption encryption 
)
virtual

Reimplemented from WP5VariableLengthGroup.

void WP5PageFormatGroup::parse ( WP5Listener listener)
virtual

Implements WP5Part.

Member Data Documentation

uint16_t WP5PageFormatGroup::m_bottomMargin
private

Referenced by _readContents(), and parse().

uint16_t WP5PageFormatGroup::m_formLength
private

Referenced by _readContents(), and parse().

WPXFormOrientation WP5PageFormatGroup::m_formOrientation
private

Referenced by _readContents(), and parse().

uint16_t WP5PageFormatGroup::m_formWidth
private

Referenced by _readContents(), and parse().

uint8_t WP5PageFormatGroup::m_justification
private

Referenced by _readContents(), and parse().

uint16_t WP5PageFormatGroup::m_leftMargin
private

Referenced by _readContents(), and parse().

double WP5PageFormatGroup::m_lineSpacing
private

Referenced by _readContents(), and parse().

uint16_t WP5PageFormatGroup::m_marginOffset
private

Referenced by _readContents(), and parse().

uint16_t WP5PageFormatGroup::m_rightMargin
private

Referenced by _readContents(), and parse().

uint8_t WP5PageFormatGroup::m_suppressCode
private

Referenced by _readContents(), and parse().

std::vector<WPXTabStop> WP5PageFormatGroup::m_tabStops
private

Referenced by _readContents(), and parse().

uint16_t WP5PageFormatGroup::m_topMargin
private

Referenced by _readContents(), and parse().


The documentation for this class was generated from the following files:

Generated for libwpd by doxygen 1.8.3.1