#include <WP42StylesListener.h>
Inheritance diagram for WP42StylesListener:
Public Member Functions | |
WP42StylesListener (std::list< WPXPageSpan > &pageList, std::vector< WP42SubDocument * > &subDocuments) | |
void | startDocument () |
void | insertCharacter (const uint16_t) |
void | insertTab (const uint8_t, float) |
void | insertEOL () |
void | insertBreak (const uint8_t breakType) |
void | attributeChange (const bool, const uint8_t) |
void | marginReset (const uint8_t, const uint8_t) |
void | headerFooterGroup (const uint8_t headerFooterDefinition, WP42SubDocument *subDocument) |
void | suppressPageCharacteristics (const uint8_t suppressCode) |
void | endDocument () |
Protected Member Functions | |
void | _handleSubDocument (const WPXSubDocument *subDocument, const bool isHeaderFooter, WPXTableList tableList, int nextTableIndice=0) |
Private Attributes | |
WPXPageSpan | m_currentPage |
WPXPageSpan | m_nextPage |
std::vector< WP42SubDocument * > & | m_subDocuments |
float | m_tempMarginLeft |
float | m_tempMarginRight |
bool | m_currentPageHasContent |
bool | m_isSubDocument |
std::list< WPXPageSpan >::iterator | m_pageListHardPageMark |
|
|
|
|
|
Implements WP42Listener. |
|
Implements WP42Listener. |
|
Implements WP42Listener. |
|
Implements WP42Listener. |
|
Implements WP42Listener. |
|
Implements WP42Listener. |
|
Implements WP42Listener. |
|
Implements WP42Listener. |
|
Implements WP42Listener. |
|
Implements WP42Listener. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|