kpresenter
KPrTextObjectIface Class Reference
Inheritance diagram for KPrTextObjectIface:

Detailed Description
Definition at line 32 of file KPrTextObjectIface.h.
DCOP Member Functions | |
| DCOPRef | startEditing () |
| bool | hasSelection () const |
| QString | selectedText () const |
| void | selectAll (bool select) |
| void | recalcPageNum () |
| void | setBoldText (bool b) |
| void | setItalicText (bool b) |
| void | setUnderlineText (bool b) |
| void | setStrikeOutText (bool b) |
| void | setTextColor (const QColor &col) |
| void | setTextPointSize (int s) |
| void | setTextSubScript (bool b) |
| void | setTextSuperScript (bool b) |
| void | setTextDefaultFormat () |
| void | setTextBackgroundColor (const QColor &col) |
| void | setTextFamilyFont (const QString &font) |
| void | changeCaseOfText (const QString &caseType) |
| void | setDoubleUnderlineText (bool on) |
| void | setUnderlineColor (const QColor &color) |
| QColor | textColor () const |
| QFont | textFont () const |
| QString | textFontFamily () const |
| QColor | textBackgroundColor () const |
| QColor | textUnderlineColor () const |
| bool | textItalic () const |
| bool | textBold () const |
| bool | textUnderline () const |
| bool | textStrikeOut () const |
| bool | textSubScript () const |
| bool | textSuperScript () const |
| void | extendTextContentsToHeight () |
| void | extendTextObjectToContents () |
| void | setProtectContent (bool _protect) |
| bool | isProtectContent () const |
| bool | textDoubleUnderline () const |
| double | ptMarginLeft () const |
| double | ptMarginRight () const |
| double | ptMarginTop () const |
| double | ptMarginBottom () const |
| void | setPtMarginLeft (double val) |
| void | setPtMarginRight (double val) |
| void | setPtMarginTop (double val) |
| void | setPtMarginBottom (double val) |
| void | setVerticalAligment (const QString &type) |
| QString | verticalAlignment () const |
| double | relativeTextSize () const |
| void | setRelativeTextSize (double _size) |
| bool | wordByWord () const |
| void | setWordByWord (bool _b) |
| QString | fontAttribute () const |
| QString | underlineLineStyle () const |
| QString | strikeOutLineStyle () const |
Public Member Functions | |
| KPrTextObjectIface (KPrTextObject *_textobject) | |
The documentation for this class was generated from the following files:

