filters
HtmlCssWorker Class Reference
Inheritance diagram for HtmlCssWorker:

Detailed Description
Definition at line 36 of file ExportCss.h.
Public Member Functions | |
HtmlCssWorker (void) | |
virtual | ~HtmlCssWorker (void) |
virtual bool | doOpenStyles (void) |
virtual bool | doCloseStyles (void) |
virtual bool | doFullDefineStyle (LayoutData &layout) |
virtual bool | doFullPaperFormat (const int format, const double width, const double height, const int orientation) |
virtual bool | doFullPaperBorders (const double top, const double left, const double bottom, const double right) |
Protected Member Functions | |
virtual QString | getStartOfListOpeningTag (const CounterData::Style typeList, bool &ordered) |
virtual void | openParagraph (const QString &strTag, const LayoutData &layout, QChar::Direction direction=QChar::DirL) |
virtual void | closeParagraph (const QString &strTag, const LayoutData &layout) |
virtual void | openSpan (const FormatData &formatOrigin, const FormatData &format) |
virtual void | closeSpan (const FormatData &formatOrigin, const FormatData &format) |
Member Function Documentation
bool HtmlCssWorker::doCloseStyles | ( | void | ) | [virtual] |
bool HtmlCssWorker::doFullDefineStyle | ( | LayoutData & | layout | ) | [virtual] |
Defines a single style.
Reimplemented from KWEFBaseWorker.
Definition at line 683 of file ExportCss.cc.
bool HtmlCssWorker::doFullPaperBorders | ( | const double | top, | |
const double | left, | |||
const double | bottom, | |||
const double | right | |||
) | [virtual] |
Like KWord's <PAPERBORDERS>.
Reimplemented from KWEFBaseWorker.
Definition at line 640 of file ExportCss.cc.
bool HtmlCssWorker::doFullPaperFormat | ( | const int | format, | |
const double | width, | |||
const double | height, | |||
const int | orientation | |||
) | [virtual] |
Like AbiWord's <papersize>.
Reimplemented from KWEFBaseWorker.
Definition at line 609 of file ExportCss.cc.
bool HtmlCssWorker::doOpenStyles | ( | void | ) | [virtual] |
void HtmlCssWorker::openParagraph | ( | const QString & | strTag, | |
const LayoutData & | layout, | |||
QChar::Direction | direction = QChar::DirL | |||
) | [protected, virtual] |
- Note:
- QChar::Direction is needed because the text flow can only be detected from the actual string data
Implements HtmlWorker.
Definition at line 527 of file ExportCss.cc.
The documentation for this class was generated from the following files: