#include <WPSPageSpan.h>
Public Member Functions | |
WPSHeaderFooter (const WPSHeaderFooter &headerFooter) | |
~WPSHeaderFooter () | |
libwps::HeaderFooterType | getType () const |
libwps::HeaderFooterOccurence | getOccurence () const |
uint8_t | getInternalType () const |
Private Attributes | |
libwps::HeaderFooterType | m_type |
libwps::HeaderFooterOccurence | m_occurence |
uint8_t | m_internalType |
WPSHeaderFooter::WPSHeaderFooter | ( | const WPSHeaderFooter & | headerFooter | ) |
uint8_t WPSHeaderFooter::getInternalType | ( | ) | const [inline] |
Referenced by operator==().
libwps::HeaderFooterOccurence WPSHeaderFooter::getOccurence | ( | ) | const [inline] |
Referenced by operator==().
libwps::HeaderFooterType WPSHeaderFooter::getType | ( | ) | const [inline] |
Referenced by operator==().
uint8_t WPSHeaderFooter::m_internalType [private] |
Referenced by getInternalType().
Referenced by getOccurence().
Referenced by getType().