kspread
KSpread::FormatManipulator Class Reference
#include <manipulator.h>
Inheritance diagram for KSpread::FormatManipulator:

Detailed Description
FormatManipulator.
Definition at line 119 of file manipulator.h.
Public Member Functions | |
| FormatManipulator () | |
| virtual | ~FormatManipulator () |
| void | setProperty (Format::Properties property) |
| bool | isEmpty () |
| void | setFontFamily (const QString &font) |
| void | setFontSize (int size) |
| void | setFontBold (uint bold) |
| void | setFontItalic (uint italic) |
| void | setFontStrike (uint strike) |
| void | setFontUnderline (uint underline) |
| void | setAngle (int angle) |
| void | setTextColor (const QColor &textColor) |
| void | setBackgroundColor (const QColor &bgColor) |
| void | setTopBorderPen (const QPen &pen) |
| void | setBottomBorderPen (const QPen &pen) |
| void | setLeftBorderPen (const QPen &pen) |
| void | setRightBorderPen (const QPen &pen) |
| void | setHorizontalPen (const QPen &pen) |
| void | setVerticalPen (const QPen &pen) |
| void | setFallDiagonalPen (const QPen &pen) |
| void | setGoUpDiagonalPen (const QPen &pen) |
| void | setHorizontalAlignment (Format::Align align) |
| void | setVerticalAlignment (Format::AlignY align) |
| void | setBackgroundBrush (const QBrush &brush) |
| void | setIndent (double indent) |
| void | setMultiRow (bool multiRow) |
| void | setVerticalText (bool verticalText) |
| void | setDontPrintText (bool dontPrintText) |
| void | setNotProtected (bool notProtected) |
| void | setHideAll (bool hideAll) |
| void | setHideFormula (bool hideFormula) |
| void | setComment (const QString &comment) |
| void | setPrefix (const QString &prefix) |
| void | setPostfix (const QString &postfix) |
| void | setPrecision (int precision) |
| void | setFloatFormat (Format::FloatFormat floatFormat) |
| void | setFloatColor (Format::FloatColor floatColor) |
| void | setFormatType (FormatType formatType) |
| void | setCurrency (int type, const QString &symbol) |
Protected Member Functions | |
| virtual QString | name () const |
| virtual bool | preProcessing () |
| virtual bool | process (Element *) |
| void | copyFormat (QValueList< layoutCell > &list, QValueList< layoutColumn > &listCol, QValueList< layoutRow > &listRow) |
| bool | testCondition (RowFormat *) |
| void | doWork (Format *, bool isTop, bool isBottom, bool isLeft, bool isRight) |
| void | prepareCell (Cell *) |
The documentation for this class was generated from the following files:

