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 Member Functions | |
LayoutData () | |
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
|
left, right, center, justify
Definition at line 431 of file KWEFStructures.h. |
|
indentation correction of first line (can be negative!)
Definition at line 434 of file KWEFStructures.h. |
|
left indentation (a negative value means invalid)
Definition at line 435 of file KWEFStructures.h. |
|
right indentation (a negative value means invalid)
Definition at line 436 of file KWEFStructures.h. |
|
Space between lines in pt, if lineSpacingType==0.
Definition at line 441 of file KWEFStructures.h. |
|
0=custom, 10=one line, 15=one and half lines, 20= 2 lines
Definition at line 440 of file KWEFStructures.h. |
|
space after the paragraph (a negative value means invalid)
Definition at line 438 of file KWEFStructures.h. |
|
space before the paragraph (a negative value means invalid)
Definition at line 437 of file KWEFStructures.h. |
|
red, green, blue of <SHADOW>
Definition at line 449 of file KWEFStructures.h. |
|
direction of <SHADOW>
Definition at line 448 of file KWEFStructures.h. |
|
distance of <SHADOW>
Definition at line 447 of file KWEFStructures.h. |
|
List of tabulators.
Definition at line 454 of file KWEFStructures.h. |
The documentation for this class was generated from the following file: