filters
LayoutData Class Reference
#include <KWEFStructures.h>
Detailed Description
Paragraph layout.Definition at line 416 of file KWEFStructures.h.
Public Types | |
| enum | { LS_CUSTOM = 0, LS_SINGLE = 10, LS_ONEANDHALF = 15, LS_DOUBLE = 20, LS_ATLEAST = 30, LS_MULTIPLE = 40, LS_FIXED = 50 } |
Public Attributes | |
| QString | styleName |
| QString | styleFollowing |
| QString | alignment |
| CounterData | counter |
| FormatData | formatData |
| double | indentFirst |
| double | indentLeft |
| double | indentRight |
| double | marginTop |
| double | marginBottom |
| int | lineSpacingType |
| double | lineSpacing |
| bool | pageBreakBefore |
| bool | pageBreakAfter |
| bool | keepLinesTogether |
| double | shadowDistance |
| int | shadowDirection |
| QColor | shadowColor |
| BorderData | leftBorder |
| BorderData | rightBorder |
| BorderData | topBorder |
| BorderData | bottomBorder |
| TabulatorList | tabulatorList |
Member Data Documentation
| QString LayoutData::alignment |
| double LayoutData::indentFirst |
indentation correction of first line (can be negative!)
Definition at line 434 of file KWEFStructures.h.
| double LayoutData::indentLeft |
| double LayoutData::indentRight |
| double LayoutData::marginTop |
space before the paragraph (a negative value means invalid)
Definition at line 437 of file KWEFStructures.h.
| double LayoutData::marginBottom |
space after the paragraph (a negative value means invalid)
Definition at line 438 of file KWEFStructures.h.
0=custom, 10=one line, 15=one and half lines, 20= 2 lines
- Todo:
- : document the other values
Definition at line 440 of file KWEFStructures.h.
| double LayoutData::lineSpacing |
| double LayoutData::shadowDistance |
| QColor LayoutData::shadowColor |
The documentation for this class was generated from the following file:

