|
Public Member Functions |
| WP3ContentListener (std::list< WPXPageSpan > &pageList, std::vector< WP3SubDocument * > &subDocuments, WPXHLListenerImpl *listenerImpl) |
| ~WP3ContentListener () |
void | startDocument () |
void | insertCharacter (const uint16_t character) |
void | insertTab () |
void | insertTab (const uint8_t tabType, const float tabPosition) |
void | insertBreak (const uint8_t breakType) |
void | insertEOL () |
void | attributeChange (const bool isOn, const uint8_t attribute) |
void | lineSpacingChange (const float lineSpacing) |
void | pageMarginChange (const uint8_t, const uint16_t) |
void | pageFormChange (const uint16_t, const uint16_t, const WPXFormOrientation) |
void | marginChange (const uint8_t side, const uint16_t margin) |
void | indentFirstLineChange (const int16_t offset) |
void | setTabs (const bool isRelative, const std::vector< WPXTabStop > tabStops) |
void | columnChange (const WPXTextColumnType columnType, const uint8_t numColumns, const std::vector< float > &columnWidth, const std::vector< bool > &isFixedWidth) |
void | endDocument () |
void | defineTable (const uint8_t position, const uint16_t leftOffset) |
void | addTableColumnDefinition (const uint32_t width, const uint32_t leftGutter, const uint32_t rightGutter, const uint32_t attributes, const uint8_t alignment) |
void | startTable () |
void | insertRow () |
void | insertCell () |
void | closeCell () |
void | closeRow () |
void | setTableCellSpan (const uint16_t colSpan, const uint16_t rowSpan) |
void | setTableCellFillColor (const RGBSColor *cellFillColor) |
void | endTable () |
void | undoChange (const uint8_t undoType, const uint16_t undoLevel) |
void | justificationChange (const uint8_t justification) |
void | setTextColor (const RGBSColor *fontColor) |
void | setTextFont (const WPXString &fontName) |
void | setFontSize (const uint16_t fontSize) |
void | insertPageNumber (const WPXString &pageNumber) |
void | insertNoteReference (const WPXString ¬eReference) |
void | insertNote (const WPXNoteType noteType, WP3SubDocument *subDocument) |
void | headerFooterGroup (const uint8_t headerFooterType, const uint8_t occurenceBits, WP3SubDocument *subDocument) |
void | suppressPage (const uint16_t) |
void | backTab () |
void | leftIndent () |
void | leftIndent (const float offset) |
void | leftRightIndent () |
void | leftRightIndent (const float offset) |
Protected Member Functions |
void | _handleSubDocument (const WPXSubDocument *subDocument, const bool isHeaderFooter, WPXTableList tableList, int nextTableIndice=0) |
void | _openParagraph () |
void | _flushText () |
void | _changeList () |
Private Member Functions |
| WP3ContentListener (const WP3ContentListener &) |
WP3ContentListener & | operator= (const WP3ContentListener &) |
Private Attributes |
WP3ContentParsingState * | m_parseState |
std::vector< WP3SubDocument * > & | m_subDocuments |