libs/kotext
KoText Namespace Reference
Generic namespace of the KOffice Text library for helper methods and data. More...
Classes | |
| struct | Tab |
| For paragraphs each tab definition is represented by this struct. More... | |
Enumerations | |
| enum | Direction { AutoDirection, LeftRightTopBottom, RightLeftTopBottom, TopBottomRightLeft, PerhapsLeftRightTopBottom, PerhapsRightLeftTopBottom, InheritDirection } |
| enum | Options { ShowTextFrames = 278622039, ShowSpaces, ShowTabs, ShowEnters, ShowSpecialCharacters, CurrentTextDocument = 382490375, CurrentTextPosition = 183523, CurrentTextAnchor = 341899485, SelectedTextPosition = 21314576, SelectedTextAnchor = 3344189 } |
Functions | |
| KOTEXT_EXPORT Qt::Alignment | alignmentFromString (const QString &align) |
| KOTEXT_EXPORT QString | alignmentToString (Qt::Alignment align) |
| KOTEXT_EXPORT Direction | directionFromString (const QString &direction) |
| KOTEXT_EXPORT QStringList | underlineStyleList () |
| KOTEXT_EXPORT QStringList | underlineTypeList () |
Detailed Description
Generic namespace of the KOffice Text library for helper methods and data.
Enumeration Type Documentation
| enum KoText::Direction |
Text in this object will be positioned according to the direction.
- Enumerator:
| enum KoText::Options |
This enum contains values to be used as keys in the KoCanvasResourceProvider.
- Enumerator:
Function Documentation
| Qt::Alignment KoText::alignmentFromString | ( | const QString & | align | ) |
Definition at line 67 of file KoText.cpp.
| QString KoText::alignmentToString | ( | Qt::Alignment | align | ) |
Definition at line 87 of file KoText.cpp.
| KoText::Direction KoText::directionFromString | ( | const QString & | direction | ) |
convert the string version of directions (as specified in XSL and ODF) to the Direction enum
Definition at line 105 of file KoText.cpp.
| QStringList KoText::underlineStyleList | ( | ) |
Definition at line 35 of file KoText.cpp.
| QStringList KoText::underlineTypeList | ( | ) |
Definition at line 26 of file KoText.cpp.
