#include <WP5HLListener.h>
Inheritance diagram for WP5HLListener:
Public Member Functions | |
WP5HLListener (std::vector< WPXPageSpan * > *pageList, WPXHLListenerImpl *listenerImpl) | |
virtual | ~WP5HLListener () |
virtual void | setAlignmentCharacter (const uint16_t character) |
virtual void | setLeaderCharacter (const uint16_t character, const uint8_t numberOfSpaces) |
virtual void | defineTabStops (const bool isRelative, const std::vector< WPXTabStop > &tabStops, const std::vector< bool > &usePreWP9LeaderMethods) |
virtual void | insertCharacter (const uint16_t character) |
virtual void | insertTab (const uint8_t tabType, const float tabPosition) |
virtual void | handleLineBreak () |
virtual void | insertEOL () |
virtual void | attributeChange (const bool isOn, const uint8_t attribute) |
virtual void | spacingAfterParagraphChange (const float spacingRelative, const float spacingAbsolute) |
virtual void | pageMarginChange (const uint8_t side, const uint16_t margin) |
virtual void | pageFormChange (const uint16_t length, const uint16_t width, const WPXFormOrientation orientation, const bool isPersistent) |
virtual void | marginChange (const uint8_t side, const uint16_t margin) |
virtual void | paragraphMarginChange (const uint8_t side, const int16_t margin) |
virtual void | indentFirstLineChange (const int16_t offset) |
virtual void | columnChange (const WPXTextColumnType columnType, const uint8_t numColumns, const std::vector< float > &columnWidth, const std::vector< bool > &isFixedWidth) |
virtual void | endDocument () |
virtual void | defineTable (uint8_t position, uint16_t leftOffset) |
virtual void | addTableColumnDefinition (uint32_t width, uint32_t leftGutter, uint32_t rightGutter) |
virtual void | startTable () |
virtual void | insertRow (const uint16_t rowHeight, const bool isMinimumHeight, const bool isHeaderRow) |
virtual void | insertCell (const uint8_t colSpan, const uint8_t rowSpan, const bool boundFromLeft, const bool boundFromAbove, const uint8_t borderBits, const RGBSColor *cellFgColor, const RGBSColor *cellBgColor, const RGBSColor *cellBorderColor, const WPXVerticalAlignment cellVerticalAlignment, const uint32_t cellAttributes) |
virtual void | endTable () |
Protected Member Functions | |
virtual void | _handleSubDocument (uint16_t textPID, const bool isHeaderFooter, WPXTableList tableList, int nextTableIndice=0) |
Private Member Functions | |
void | _flushText (const bool fakeText=false) |
void | _flushList () |
Private Attributes | |
WPXString | m_textBuffer |
WP5ParsingState * | m_parseState |
|
|
|
|
|
Implements WPXHLListener. |
|
Implements WPXHLListener. |
|
Implements WPXHLListener. |
|
Implements WPXLLListener. Reimplemented in WP5HLStylesListener. |
|
Implements WPXLLListener. Reimplemented in WP5HLStylesListener. |
|
Implements WPXLLListener. Reimplemented in WP5HLStylesListener. |
|
Implements WPXLLListener. Reimplemented in WP5HLStylesListener. |
|
Implements WPXLLListener. Reimplemented in WP5HLStylesListener. |
|
Implements WPXLLListener. Reimplemented in WP5HLStylesListener. |
|
Implements WPXLLListener. Reimplemented in WP5HLStylesListener. |
|
Implements WPXLLListener. |
|
Implements WPXLLListener. Reimplemented in WP5HLStylesListener. |
|
Implements WPXLLListener. Reimplemented in WP5HLStylesListener. |
|
Implements WPXLLListener. Reimplemented in WP5HLStylesListener. |
|
Implements WPXLLListener. Reimplemented in WP5HLStylesListener. |
|
Implements WPXLLListener. Reimplemented in WP5HLStylesListener. |
|
Implements WPXLLListener. |
|
Implements WPXLLListener. Reimplemented in WP5HLStylesListener. |
|
Implements WPXLLListener. Reimplemented in WP5HLStylesListener. |
|
Implements WPXLLListener. Reimplemented in WP5HLStylesListener. |
|
Implements WPXLLListener. Reimplemented in WP5HLStylesListener. |
|
Implements WPXLLListener. Reimplemented in WP5HLStylesListener. |
|
Implements WPXLLListener. Reimplemented in WP5HLStylesListener. |
|
Implements WPXLLListener. Reimplemented in WP5HLStylesListener. |
|
Implements WPXLLListener. Reimplemented in WP5HLStylesListener. |
|
|
|
|