|
Public Member Functions |
| | WP3StylesListener (std::list< WPXPageSpan > &pageList, WPXTableList tableList, std::vector< WP3SubDocument * > &subDocuments) |
| void | startDocument () |
| void | setAlignmentCharacter (const uint16_t character) |
| void | setLeaderCharacter (const uint16_t character, const uint8_t numberOfSpaces) |
| void | defineTabStops (const bool isRelative, const std::vector< WPXTabStop > &tabStops, const std::vector< bool > &usePreWP9LeaderMethods) |
| void | insertCharacter (const uint16_t character) |
| void | insertTab (const uint8_t tabType, float tabPosition) |
| void | handleLineBreak () |
| void | insertEOL () |
| void | insertBreak (const uint8_t breakType) |
| void | attributeChange (const bool isOn, const uint8_t attribute) |
| void | lineSpacingChange (const float lineSpacing) |
| void | spacingAfterParagraphChange (const float spacingRelative, const float spacingAbsolute) |
| void | justificationChange (const uint8_t justification) |
| void | pageMarginChange (const uint8_t side, const uint16_t margin) |
| void | pageFormChange (const uint16_t length, const uint16_t width, const WPXFormOrientation orientation, const bool isPersistent) |
| void | marginChange (const uint8_t side, const uint16_t margin) |
| void | paragraphMarginChange (const uint8_t side, const int16_t margin) |
| void | indentFirstLineChange (const int16_t offset) |
| 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 | 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 suppressCode) |
Protected Member Functions |
| void | _openPageSpan () |
| void | _handleSubDocument (const WPXSubDocument *subDocument, const bool isHeaderFooter, WPXTableList tableList, int nextTableIndice=0) |
| void | _openParagraph () |
Private Member Functions |
| void | _flushText () |
| void | _changeList () |
Private Attributes |
| WPXPageSpan | m_currentPage |
| WPXTableList | m_tableList |
| WPXTable * | m_currentTable |
| float | m_tempMarginLeft |
| float | m_tempMarginRight |
| bool | m_currentPageHasContent |
| bool | m_isSubDocument |
| std::vector< WP3SubDocument * > & | m_subDocuments |
std::list< WPXPageSpan
>::iterator | m_pageListHardPageMark |