KReport
KReportScriptText.h
int horizontalAlignment() const
Definition KReportScriptText.cpp:49
void setLineWeight(int)
Sets the border line weight (thickness) of the text-item.
Definition KReportScriptText.cpp:155
void setBackgroundColor(const QColor &)
Set the background color of the text-item to the given color.
Definition KReportScriptText.cpp:119
void setVerticalAlignment(int)
Sets the vertical alignment Valid values for aligmnt are top: -1, middle: 0, bottom: 1.
Definition KReportScriptText.cpp:97
void setPosition(const QPointF &)
Sets the position of the text-item to the given point coordinates.
Definition KReportScriptText.cpp:176
void setHorizonalAlignment(int)
Sets the horizontal alignment Valid values for alignment are left: -1, center: 0, right; 1.
Definition KReportScriptText.cpp:64
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 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 setLineColor(const QColor &)
Sets the border line color of the text-item to the given color.
Definition KReportScriptText.cpp:146
bool loadFromFile(const QString &fileName)
Load the contents for the text item from the given file.
Definition KReportScriptText.cpp:190
void setSize(const QSizeF &)
Sets the size of the text-item to the given size in points.
Definition KReportScriptText.cpp:185
void setForegroundColor(const QColor &)
Sets the foreground (text) color of the text-item to the given color.
Definition KReportScriptText.cpp:128
Q_OBJECTQ_OBJECT
Q_SLOTSQ_SLOTS
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:19:58 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:19:58 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.