|
enum | wasSetFlags {
lineSpacingWasSet = 1,
alignmentWasSet = 2,
indentWasSet = 4,
firstIndentWasSet = 8,
spaceAboveWasSet = 16,
spaceBelowWasSet = 32,
tabValueWasSet = 64,
fillShadeWasSet = 128,
dropCapWasSet = 256,
dropCapHeightWasSet = 512,
adjToBaselineWasSet = 1024,
autoLineSpacingWasSet = 2048,
bulletWasSet = 4096,
numWasSet = 8192
} |
|
|
int | getFlags () |
|
bool | isDefaultStyle () |
|
void | setDefaultStyle (bool defStyle) |
|
double | getLineSpacing () |
|
void | setLineSpacing (double newLineSpacing) |
|
bool | getAutoLineSpacing () |
|
void | setAutoLineSpacing (bool newALS) |
|
int | getAlignment () |
|
void | setAlignment (Alignment newAlignment) |
|
void | setAlignment (int newAlignment) |
|
double | getIndent () |
|
void | setIndent (double newIndent) |
|
double | getFirstLineIndent () |
|
void | setFirstLineIndent (double newFirstLineIndent) |
|
double | getSpaceAbove () |
|
void | setSpaceAbove (double newSpaceAbove) |
|
double | getSpaceBelow () |
|
void | setSpaceBelow (double newSpaceBelow) |
|
QList< ParagraphStyle::TabRecord > * | getTabValues () |
|
void | setTabValue (double newTabValue, TabType ttype=LEFT_T) |
|
bool | hasDropCap () |
|
void | setDropCap (bool newDropCap) |
|
void | setDropCap (int newHeight) |
|
int | getDropCapHeight () |
|
void | setDropCapHeight (int newHeight) |
|
bool | isAdjToBaseline () |
|
void | setAdjToBaseline (bool newAdjToBaseline) |
|
void | getStyle (gtStyle *style) |
|
| gtParagraphStyle (QString name) |
|
| gtParagraphStyle (const gtParagraphStyle &p) |
|
| gtParagraphStyle (const gtStyle &s) |
|
QString | target () |
|
bool | hasBullet () |
|
void | setBullet (bool newBullet, QString str) |
|
QString | getBullet () |
|
bool | hasNum () |
|
void | setNum (bool newNum, int format=0, int level=0, int start=1, QString prefix="", QString suffix="") |
|
int | getNumLevel () |
|
int | getNumFormat () |
|
int | getNumStart () |
|
QString | getNumPrefix () |
|
QString | getNumSuffix () |
|
| gtStyle (QString name) |
|
| gtStyle (const gtStyle &s) |
|
void | setFont (gtFont newFont) |
|
gtFont * | getFont () |
|
QString | getName () |
|
void | setName (QString newName) |
|
The documentation for this class was generated from the following files:
- /Users/ale/src/Scribus/scribus/gtparagraphstyle.h
- /Users/ale/src/Scribus/scribus/gtparagraphstyle.cpp