Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members

WPXLLListener Class Reference

#include <WPXLLListener.h>

Inheritance diagram for WPXLLListener:

WPXHLListener WP3HLListener WP42HLListener WP5HLListener WP6HLListener WP3HLStylesListener WP42HLStylesListener WP5HLStylesListener WP6HLContentListener WP6HLStylesListener List of all members.

Public Member Functions

 WPXLLListener ()
virtual ~WPXLLListener ()
virtual void startDocument ()=0
virtual void setAlignmentCharacter (const uint16_t character)=0
virtual void setLeaderCharacter (const uint16_t character, const uint8_t numberOfSpaces)=0
virtual void defineTabStops (const bool isRelative, const std::vector< WPXTabStop > &tabStops, const std::vector< bool > &usePreWP9LeaderMethods)=0
virtual void insertCharacter (const uint16_t character)=0
virtual void insertTab (const uint8_t tabType, const float tabPosition)=0
virtual void handleLineBreak ()=0
virtual void insertEOL ()=0
virtual void insertBreak (const uint8_t breakType)=0
virtual void attributeChange (const bool isOn, const uint8_t attribute)=0
virtual void lineSpacingChange (const float lineSpacing)=0
virtual void spacingAfterParagraphChange (const float spacingRelative, const float spacingAbsolute)=0
virtual void justificationChange (const uint8_t justification)=0
virtual void pageMarginChange (const uint8_t side, const uint16_t margin)=0
virtual void pageFormChange (const uint16_t length, const uint16_t width, const WPXFormOrientation orientation, const bool isPersistent)=0
virtual void marginChange (const uint8_t side, const uint16_t margin)=0
virtual void paragraphMarginChange (const uint8_t side, const int16_t margin)=0
virtual void indentFirstLineChange (const int16_t offset)=0
virtual void columnChange (const WPXTextColumnType columnType, const uint8_t numColumns, const std::vector< float > &columnWidth, const std::vector< bool > &isFixedWidth)=0
virtual void endDocument ()=0
virtual void defineTable (uint8_t position, uint16_t leftOffset)=0
virtual void addTableColumnDefinition (uint32_t width, uint32_t leftGutter, uint32_t rightGutter)=0
virtual void startTable ()=0
virtual void insertRow (const uint16_t rowHeight, const bool isMinimumHeight, const bool isHeaderRow)=0
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)=0
virtual void endTable ()=0

Constructor & Destructor Documentation

WPXLLListener::WPXLLListener  )  [inline]
 

virtual WPXLLListener::~WPXLLListener  )  [inline, virtual]
 


Member Function Documentation

virtual void WPXLLListener::addTableColumnDefinition uint32_t  width,
uint32_t  leftGutter,
uint32_t  rightGutter
[pure virtual]
 

Implemented in WP3HLListener, WP3HLStylesListener, WP42HLListener, WP42HLStylesListener, WP5HLListener, WP5HLStylesListener, WP6HLContentListener, and WP6HLStylesListener.

virtual void WPXLLListener::attributeChange const bool  isOn,
const uint8_t  attribute
[pure virtual]
 

Implemented in WP3HLListener, WP3HLStylesListener, WP42HLListener, WP42HLStylesListener, WP5HLListener, WP5HLStylesListener, WP6HLContentListener, and WP6HLStylesListener.

virtual void WPXLLListener::columnChange const WPXTextColumnType  columnType,
const uint8_t  numColumns,
const std::vector< float > &  columnWidth,
const std::vector< bool > &  isFixedWidth
[pure virtual]
 

Implemented in WP3HLListener, WP3HLStylesListener, WP42HLListener, WP42HLStylesListener, WP5HLListener, WP5HLStylesListener, WP6HLContentListener, and WP6HLStylesListener.

virtual void WPXLLListener::defineTable uint8_t  position,
uint16_t  leftOffset
[pure virtual]
 

Implemented in WP3HLListener, WP3HLStylesListener, WP42HLListener, WP42HLStylesListener, WP5HLListener, WP5HLStylesListener, WP6HLContentListener, and WP6HLStylesListener.

virtual void WPXLLListener::defineTabStops const bool  isRelative,
const std::vector< WPXTabStop > &  tabStops,
const std::vector< bool > &  usePreWP9LeaderMethods
[pure virtual]
 

Implemented in WP3HLListener, WP3HLStylesListener, WP42HLListener, WP42HLStylesListener, WP5HLListener, WP5HLStylesListener, WP6HLContentListener, and WP6HLStylesListener.

virtual void WPXLLListener::endDocument  )  [pure virtual]
 

Implemented in WP3HLListener, WP3HLStylesListener, WP42HLListener, WP42HLStylesListener, WP5HLListener, WP5HLStylesListener, WP6HLContentListener, and WP6HLStylesListener.

virtual void WPXLLListener::endTable  )  [pure virtual]
 

Implemented in WP3HLListener, WP3HLStylesListener, WP42HLListener, WP42HLStylesListener, WP5HLListener, WP5HLStylesListener, WP6HLContentListener, and WP6HLStylesListener.

virtual void WPXLLListener::handleLineBreak  )  [pure virtual]
 

Implemented in WP3HLListener, WP42HLListener, WP5HLListener, WP6HLContentListener, and WP6HLStylesListener.

virtual void WPXLLListener::indentFirstLineChange const int16_t  offset  )  [pure virtual]
 

Implemented in WP3HLListener, WP3HLStylesListener, WP42HLListener, WP42HLStylesListener, WP5HLListener, WP5HLStylesListener, WP6HLContentListener, and WP6HLStylesListener.

virtual void WPXLLListener::insertBreak const uint8_t  breakType  )  [pure virtual]
 

Implemented in WP3HLStylesListener, WP42HLStylesListener, WP5HLStylesListener, WP6HLStylesListener, and WPXHLListener.

virtual void WPXLLListener::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
[pure virtual]
 

Implemented in WP3HLListener, WP3HLStylesListener, WP42HLListener, WP42HLStylesListener, WP5HLListener, WP5HLStylesListener, WP6HLContentListener, and WP6HLStylesListener.

virtual void WPXLLListener::insertCharacter const uint16_t  character  )  [pure virtual]
 

Implemented in WP3HLListener, WP3HLStylesListener, WP42HLListener, WP42HLStylesListener, WP5HLListener, WP5HLStylesListener, WP6HLContentListener, and WP6HLStylesListener.

virtual void WPXLLListener::insertEOL  )  [pure virtual]
 

Implemented in WP3HLListener, WP3HLStylesListener, WP42HLListener, WP42HLStylesListener, WP5HLListener, WP5HLStylesListener, WP6HLContentListener, and WP6HLStylesListener.

virtual void WPXLLListener::insertRow const uint16_t  rowHeight,
const bool  isMinimumHeight,
const bool  isHeaderRow
[pure virtual]
 

Implemented in WP3HLListener, WP3HLStylesListener, WP42HLListener, WP42HLStylesListener, WP5HLListener, WP5HLStylesListener, WP6HLContentListener, and WP6HLStylesListener.

virtual void WPXLLListener::insertTab const uint8_t  tabType,
const float  tabPosition
[pure virtual]
 

Implemented in WP3HLListener, WP42HLListener, WP42HLStylesListener, WP5HLListener, WP6HLContentListener, and WP6HLStylesListener.

virtual void WPXLLListener::justificationChange const uint8_t  justification  )  [pure virtual]
 

Implemented in WP3HLStylesListener, WP42HLListener, WP42HLStylesListener, WP5HLStylesListener, WP6HLStylesListener, and WPXHLListener.

virtual void WPXLLListener::lineSpacingChange const float  lineSpacing  )  [pure virtual]
 

Implemented in WP3HLStylesListener, WP42HLListener, WP42HLStylesListener, WP5HLStylesListener, WP6HLStylesListener, and WPXHLListener.

virtual void WPXLLListener::marginChange const uint8_t  side,
const uint16_t  margin
[pure virtual]
 

Implemented in WP3HLListener, WP3HLStylesListener, WP42HLListener, WP42HLStylesListener, WP5HLListener, WP5HLStylesListener, WP6HLContentListener, and WP6HLStylesListener.

virtual void WPXLLListener::pageFormChange const uint16_t  length,
const uint16_t  width,
const WPXFormOrientation  orientation,
const bool  isPersistent
[pure virtual]
 

Implemented in WP3HLListener, WP3HLStylesListener, WP42HLListener, WP42HLStylesListener, WP5HLListener, WP5HLStylesListener, WP6HLContentListener, and WP6HLStylesListener.

virtual void WPXLLListener::pageMarginChange const uint8_t  side,
const uint16_t  margin
[pure virtual]
 

Implemented in WP3HLListener, WP3HLStylesListener, WP42HLListener, WP42HLStylesListener, WP5HLListener, WP5HLStylesListener, WP6HLContentListener, and WP6HLStylesListener.

virtual void WPXLLListener::paragraphMarginChange const uint8_t  side,
const int16_t  margin
[pure virtual]
 

Implemented in WP3HLListener, WP3HLStylesListener, WP42HLListener, WP42HLStylesListener, WP5HLListener, WP5HLStylesListener, WP6HLContentListener, and WP6HLStylesListener.

virtual void WPXLLListener::setAlignmentCharacter const uint16_t  character  )  [pure virtual]
 

Implemented in WP3HLListener, WP3HLStylesListener, WP42HLListener, WP42HLStylesListener, WP5HLListener, WP5HLStylesListener, WP6HLContentListener, and WP6HLStylesListener.

virtual void WPXLLListener::setLeaderCharacter const uint16_t  character,
const uint8_t  numberOfSpaces
[pure virtual]
 

Implemented in WP3HLListener, WP3HLStylesListener, WP42HLListener, WP42HLStylesListener, WP5HLListener, WP5HLStylesListener, WP6HLContentListener, and WP6HLStylesListener.

virtual void WPXLLListener::spacingAfterParagraphChange const float  spacingRelative,
const float  spacingAbsolute
[pure virtual]
 

Implemented in WP3HLListener, WP3HLStylesListener, WP42HLListener, WP42HLStylesListener, WP5HLListener, WP5HLStylesListener, WP6HLContentListener, and WP6HLStylesListener.

virtual void WPXLLListener::startDocument  )  [pure virtual]
 

Implemented in WP3HLStylesListener, WP42HLStylesListener, WP5HLStylesListener, WP6HLStylesListener, and WPXHLListener.

virtual void WPXLLListener::startTable  )  [pure virtual]
 

Implemented in WP3HLListener, WP3HLStylesListener, WP42HLListener, WP42HLStylesListener, WP5HLListener, WP5HLStylesListener, WP6HLContentListener, and WP6HLStylesListener.


The documentation for this class was generated from the following file:
Generated on Mon Mar 12 10:11:51 2007 for libwpd by doxygen 1.4.2