29 #ifndef WP5CONTENTLISTENER_H
30 #define WP5CONTENTLISTENER_H
68 void setTabs(
const std::vector<WPXTabStop> &tabStops, uint16_t tabOffset);
70 void insertTab(uint8_t tabType,
double tabPosition);
71 void insertIndent(uint8_t indentType,
double indentPosition);
100 void defineTable(uint8_t position, uint16_t leftOffset);
102 uint32_t attributes, uint8_t alignment);
104 void insertRow(uint16_t rowHeight,
bool isMinimumHeight,
bool isHeaderRow);
105 void insertCell(uint8_t colSpan, uint8_t rowSpan, uint8_t borderBits,
108 bool useCellAttributes, uint32_t cellAttributes);
118 void boxOn(uint8_t positionAndType, uint8_t alignment, uint16_t width, uint16_t height, uint16_t x, uint16_t y);