#include <WP1StylesListener.h>
Inheritance diagram for WP1StylesListener:
Public Member Functions | |
WP1StylesListener (std::list< WPXPageSpan > &pageList, std::vector< WP1SubDocument * > &subDocuments) | |
~WP1StylesListener () | |
void | startDocument () |
void | insertCharacter (const uint16_t) |
void | insertExtendedCharacter (const uint8_t) |
void | insertTab () |
void | insertEOL () |
void | insertBreak (const uint8_t breakType) |
void | insertNote (const WPXNoteType, WP1SubDocument *) |
void | attributeChange (const bool, const uint8_t) |
void | fontPointSize (const uint8_t) |
void | fontId (const uint16_t) |
void | marginReset (const uint16_t leftMargin, const uint16_t rightMargin) |
void | topMarginSet (const uint16_t topMargin) |
void | bottomMarginSet (const uint16_t bottomMargin) |
void | leftIndent (const uint16_t) |
void | leftRightIndent (const uint16_t) |
void | leftMarginRelease (const uint16_t) |
void | setTabs (const std::vector< WPXTabStop >) |
void | headerFooterGroup (const uint8_t headerFooterDefinition, WP1SubDocument *subDocument) |
void | suppressPageCharacteristics (const uint8_t suppressCode) |
void | justificationChange (const uint8_t) |
void | lineSpacingChange (const uint8_t) |
void | flushRightOn () |
void | flushRightOff () |
void | centerOn () |
void | centerOff () |
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< WP1SubDocument * > & | m_subDocuments |
float | m_tempMarginLeft |
float | m_tempMarginRight |
bool | m_currentPageHasContent |
bool | m_isSubDocument |
std::list< WPXPageSpan >::iterator | m_pageListHardPageMark |
|
|
|
|
|
|
|
Implements WP1Listener. |
|
Implements WP1Listener. |
|
Implements WP1Listener. |
|
Implements WP1Listener. |
|
Implements WP1Listener. |
|
Implements WP1Listener. |
|
Implements WP1Listener. |
|
Implements WP1Listener. |
|
Implements WP1Listener. |
|
Implements WP1Listener. |
|
Implements WP1Listener. |
|
Implements WP1Listener. |
|
Implements WP1Listener. |
|
Implements WP1Listener. |
|
Implements WP1Listener. |
|
Implements WP1Listener. |
|
Implements WP1Listener. |
|
Implements WP1Listener. |
|
Implements WP1Listener. |
|
Implements WP1Listener. |
|
Implements WP1Listener. |
|
Implements WP1Listener. |
|
Implements WP1Listener. |
|
Implements WP1Listener. |
|
Implements WP1Listener. |
|
Implements WP1Listener. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|