#include <WPGXParser.h>
◆ WPGTextDataHandler() [1/2]
◆ ~WPGTextDataHandler()
WPGTextDataHandler::~WPGTextDataHandler |
( |
| ) |
|
|
inline |
◆ WPGTextDataHandler() [2/2]
◆ closeComment()
void WPGTextDataHandler::closeComment |
( |
| ) |
|
|
inline |
◆ closeEndnote()
void WPGTextDataHandler::closeEndnote |
( |
| ) |
|
|
inline |
◆ closeFooter()
void WPGTextDataHandler::closeFooter |
( |
| ) |
|
|
inline |
◆ closeFootnote()
void WPGTextDataHandler::closeFootnote |
( |
| ) |
|
|
inline |
◆ closeFrame()
void WPGTextDataHandler::closeFrame |
( |
| ) |
|
|
inline |
◆ closeHeader()
void WPGTextDataHandler::closeHeader |
( |
| ) |
|
|
inline |
◆ closeListElement()
void WPGTextDataHandler::closeListElement |
( |
| ) |
|
◆ closeOrderedListLevel()
void WPGTextDataHandler::closeOrderedListLevel |
( |
| ) |
|
|
inline |
◆ closePageSpan()
void WPGTextDataHandler::closePageSpan |
( |
| ) |
|
|
inline |
◆ closeParagraph()
void WPGTextDataHandler::closeParagraph |
( |
| ) |
|
◆ closeSection()
void WPGTextDataHandler::closeSection |
( |
| ) |
|
|
inline |
◆ closeSpan()
void WPGTextDataHandler::closeSpan |
( |
| ) |
|
◆ closeTable()
void WPGTextDataHandler::closeTable |
( |
| ) |
|
|
inline |
◆ closeTableCell()
void WPGTextDataHandler::closeTableCell |
( |
| ) |
|
|
inline |
◆ closeTableRow()
void WPGTextDataHandler::closeTableRow |
( |
| ) |
|
|
inline |
◆ closeTextBox()
void WPGTextDataHandler::closeTextBox |
( |
| ) |
|
|
inline |
◆ closeUnorderedListLevel()
void WPGTextDataHandler::closeUnorderedListLevel |
( |
| ) |
|
|
inline |
◆ defineCharacterStyle()
void WPGTextDataHandler::defineCharacterStyle |
( |
const WPXPropertyList & |
| ) |
|
|
inline |
◆ defineOrderedListLevel()
void WPGTextDataHandler::defineOrderedListLevel |
( |
const WPXPropertyList & |
| ) |
|
|
inline |
◆ definePageStyle()
void WPGTextDataHandler::definePageStyle |
( |
const WPXPropertyList & |
| ) |
|
|
inline |
◆ defineParagraphStyle()
void WPGTextDataHandler::defineParagraphStyle |
( |
const WPXPropertyList & |
, |
|
|
const WPXPropertyListVector & |
|
|
) |
| |
|
inline |
◆ defineSectionStyle()
void WPGTextDataHandler::defineSectionStyle |
( |
const WPXPropertyList & |
, |
|
|
const WPXPropertyListVector & |
|
|
) |
| |
|
inline |
◆ defineUnorderedListLevel()
void WPGTextDataHandler::defineUnorderedListLevel |
( |
const WPXPropertyList & |
| ) |
|
|
inline |
◆ endDocument()
void WPGTextDataHandler::endDocument |
( |
| ) |
|
|
inline |
◆ endSubDocument()
void WPGTextDataHandler::endSubDocument |
( |
| ) |
|
◆ insertBinaryObject()
void WPGTextDataHandler::insertBinaryObject |
( |
const WPXPropertyList & |
, |
|
|
const WPXBinaryData & |
|
|
) |
| |
|
inline |
◆ insertCoveredTableCell()
void WPGTextDataHandler::insertCoveredTableCell |
( |
const WPXPropertyList & |
| ) |
|
|
inline |
◆ insertEquation()
void WPGTextDataHandler::insertEquation |
( |
const WPXPropertyList & |
, |
|
|
const WPXString & |
|
|
) |
| |
|
inline |
◆ insertField()
void WPGTextDataHandler::insertField |
( |
const WPXString & |
, |
|
|
const WPXPropertyList & |
|
|
) |
| |
|
inline |
◆ insertLineBreak()
void WPGTextDataHandler::insertLineBreak |
( |
| ) |
|
◆ insertSpace()
void WPGTextDataHandler::insertSpace |
( |
| ) |
|
◆ insertTab()
void WPGTextDataHandler::insertTab |
( |
| ) |
|
◆ insertText()
void WPGTextDataHandler::insertText |
( |
const WPXString & |
text | ) |
|
◆ openComment()
void WPGTextDataHandler::openComment |
( |
const WPXPropertyList & |
| ) |
|
|
inline |
◆ openEndnote()
void WPGTextDataHandler::openEndnote |
( |
const WPXPropertyList & |
| ) |
|
|
inline |
◆ openFooter()
void WPGTextDataHandler::openFooter |
( |
const WPXPropertyList & |
| ) |
|
|
inline |
◆ openFootnote()
void WPGTextDataHandler::openFootnote |
( |
const WPXPropertyList & |
| ) |
|
|
inline |
◆ openFrame()
void WPGTextDataHandler::openFrame |
( |
const WPXPropertyList & |
| ) |
|
|
inline |
◆ openHeader()
void WPGTextDataHandler::openHeader |
( |
const WPXPropertyList & |
| ) |
|
|
inline |
◆ openListElement()
void WPGTextDataHandler::openListElement |
( |
const WPXPropertyList & |
propList, |
|
|
const WPXPropertyListVector & |
tabStops |
|
) |
| |
◆ openOrderedListLevel()
void WPGTextDataHandler::openOrderedListLevel |
( |
const WPXPropertyList & |
| ) |
|
|
inline |
◆ openPageSpan()
void WPGTextDataHandler::openPageSpan |
( |
const WPXPropertyList & |
| ) |
|
|
inline |
◆ openParagraph()
void WPGTextDataHandler::openParagraph |
( |
const WPXPropertyList & |
propList, |
|
|
const WPXPropertyListVector & |
tabStops |
|
) |
| |
◆ openSection()
void WPGTextDataHandler::openSection |
( |
const WPXPropertyList & |
, |
|
|
const WPXPropertyListVector & |
|
|
) |
| |
|
inline |
◆ openSpan()
void WPGTextDataHandler::openSpan |
( |
const WPXPropertyList & |
propList | ) |
|
◆ openTable()
void WPGTextDataHandler::openTable |
( |
const WPXPropertyList & |
, |
|
|
const WPXPropertyListVector & |
|
|
) |
| |
|
inline |
◆ openTableCell()
void WPGTextDataHandler::openTableCell |
( |
const WPXPropertyList & |
| ) |
|
|
inline |
◆ openTableRow()
void WPGTextDataHandler::openTableRow |
( |
const WPXPropertyList & |
| ) |
|
|
inline |
◆ openTextBox()
void WPGTextDataHandler::openTextBox |
( |
const WPXPropertyList & |
| ) |
|
|
inline |
◆ openUnorderedListLevel()
void WPGTextDataHandler::openUnorderedListLevel |
( |
const WPXPropertyList & |
| ) |
|
|
inline |
◆ operator=()
◆ setDocumentMetaData()
void WPGTextDataHandler::setDocumentMetaData |
( |
const WPXPropertyList & |
| ) |
|
|
inline |
◆ startDocument()
void WPGTextDataHandler::startDocument |
( |
| ) |
|
|
inline |
◆ startSubDocument()
void WPGTextDataHandler::startSubDocument |
( |
| ) |
|
|
inline |
◆ m_fontName
::WPXString WPGTextDataHandler::m_fontName |
|
private |
◆ m_painter
◆ m_paragraphStyle
::WPXPropertyList WPGTextDataHandler::m_paragraphStyle |
|
private |
◆ m_textStyle
::WPXPropertyList WPGTextDataHandler::m_textStyle |
|
private |
The documentation for this class was generated from the following files: