|
Protected Member Functions |
| WPXContentListener (std::list< WPXPageSpan > &pageList, WPXHLListenerImpl *listenerImpl) |
virtual | ~WPXContentListener () |
void | startDocument () |
void | endDocument () |
void | handleSubDocument (const WPXSubDocument *subDocument, const bool isHeaderFooter, WPXTableList tableList, int nextTableIndice) |
| Creates an new document state.
|
void | insertBreak (const uint8_t breakType) |
void | lineSpacingChange (const float lineSpacing) |
void | justificationChange (const uint8_t justification) |
virtual void | _handleSubDocument (const WPXSubDocument *subDocument, const bool isHeaderFooter, WPXTableList tableList, int nextTableIndice)=0 |
virtual void | _flushText ()=0 |
virtual void | _changeList ()=0 |
void | _openSection () |
void | _closeSection () |
void | _openPageSpan () |
void | _closePageSpan () |
void | _appendParagraphProperties (WPXPropertyList &propList, const bool isListElement=false) |
void | _getTabStops (WPXPropertyListVector &tabStops) |
void | _appendJustification (WPXPropertyList &propList, int justification) |
void | _resetParagraphState (const bool isListElement=false) |
virtual void | _openParagraph () |
void | _closeParagraph () |
void | _openListElement () |
void | _closeListElement () |
void | _openSpan () |
void | _closeSpan () |
void | _openTable () |
void | _closeTable () |
void | _openTableRow (const float height, const bool isMinimumHeight, const bool isHeaderRow) |
void | _closeTableRow () |
void | _openTableCell (const uint8_t colSpan, const uint8_t rowSpan, const uint8_t borderBits, const RGBSColor *cellFgColor, const RGBSColor *cellBgColor, const RGBSColor *cellBorderColor, const WPXVerticalAlignment cellVerticalAlignment) |
void | _closeTableCell () |
float | _movePositionToFirstColumn (float position) |
const float | _getNextTabStop () const |
const float | _getPreviousTabStop () const |
void | _insertBreakIfNecessary (WPXPropertyList &propList) |
Protected Attributes |
WPXContentParsingState * | m_ps |
WPXHLListenerImpl * | m_listenerImpl |
WPXPropertyList | m_metaData |
Private Member Functions |
| WPXContentListener (const WPXContentListener &) |
WPXContentListener & | operator= (const WPXContentListener &) |
WPXString | _colorToString (const RGBSColor *color) |
WPXString | _mergeColorsToString (const RGBSColor *fgColor, const RGBSColor *bgColor) |