KoTabulator Struct Reference
Struct: KoTabulator Defines the position of a tabulation (in pt), and its type. More...
#include <koRuler.h>
Public Member Functions | |
bool | operator== (const KoTabulator &t) const |
bool | operator!= (const KoTabulator &t) const |
bool | operator< (const KoTabulator &t) const |
bool | operator<= (const KoTabulator &t) const |
bool | operator> (const KoTabulator &t) const |
Public Attributes | |
double | ptPos |
KoTabulators | type |
KoTabulatorFilling | filling |
double | ptWidth |
QChar | alignChar |
Detailed Description
Struct: KoTabulator Defines the position of a tabulation (in pt), and its type.
Definition at line 42 of file koRuler.h.
Member Data Documentation
|
Position of the tab in pt.
Definition at line 46 of file koRuler.h. Referenced by KoParagLayout::loadParagLayout(). |
|
Type of tab (left/center/right/decimalpoint).
Definition at line 50 of file koRuler.h. Referenced by KoParagLayout::loadParagLayout(). |
|
Type of tab filling.
Definition at line 54 of file koRuler.h. Referenced by KoParagLayout::loadParagLayout(). |
|
Width of the tab filling line.
Definition at line 58 of file koRuler.h. Referenced by KoParagLayout::loadParagLayout(). |
|
Alignment character.
Definition at line 62 of file koRuler.h. Referenced by KoParagLayout::loadParagLayout(). |
The documentation for this struct was generated from the following file: