KReport
KReportScriptText.h
Q_OBJECTQ_OBJECT
Q_SLOTSQ_SLOTS
void setSize(const QSizeF &)
Sets the size of the text-item to the given size in points.
Definition: KReportScriptText.cpp:185
void setSource(const QString &s)
Sets the data source for the text element.
Definition: KReportScriptText.cpp:44
void setBackgroundOpacity(int)
Sets the background opacity of the text-item Valid values are in the range 0-100.
Definition: KReportScriptText.cpp:137
void setHorizonalAlignment(int)
Sets the horizontal alignment Valid values for alignment are left: -1, center: 0, right; 1.
Definition: KReportScriptText.cpp:64
void setPosition(const QPointF &)
Sets the position of the text-item to the given point coordinates.
Definition: KReportScriptText.cpp:176
void setLineStyle(int)
Sets the border line style of the text-item to the given style in the range 0-5.
Definition: KReportScriptText.cpp:164
void setForegroundColor(const QColor &)
Sets the foreground (text) color of the text-item to the given color.
Definition: KReportScriptText.cpp:128
void setLineColor(const QColor &)
Sets the border line color of the text-item to the given color.
Definition: KReportScriptText.cpp:146
void setVerticalAlignment(int)
Sets the vertical alignment Valid values for aligmnt are top: -1, middle: 0, bottom: 1.
Definition: KReportScriptText.cpp:97
bool loadFromFile(const QString &fileName)
Load the contents for the text item from the given file.
Definition: KReportScriptText.cpp:190
void setLineWeight(int)
Sets the border line weight (thickness) of the text-item.
Definition: KReportScriptText.cpp:155
int horizontalAlignment() const
Definition: KReportScriptText.cpp:49
int backgroundOpacity() const
Definition: KReportScriptText.cpp:133
void setBackgroundColor(const QColor &)
Set the background color of the text-item to the given color.
Definition: KReportScriptText.cpp:119
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Nov 28 2023 04:10:24 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Nov 28 2023 04:10:24 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.