OROTextBox
OROTextBox Class Reference
#include <KReportRenderObjects.h>
Inheritance diagram for OROTextBox:

Public Member Functions | |
bool | canGrow () const |
OROPrimitive * | clone () const override |
int | flags () const |
KReportLineStyle | lineStyle () const |
bool | requiresPostProcessing () const |
void | setCanGrow (bool grow) |
void | setFlags (int flags) |
void | setFont (const QFont &font) |
void | setLineStyle (const KReportLineStyle &) |
void | setRequiresPostProcessing (bool pp) |
void | setText (const QString &text) |
void | setTextStyle (const KReportTextStyleData &) |
void | setWordWrap (bool ww) |
QString | text () const |
KReportTextStyleData | textStyle () const |
bool | wordWrap () const |
![]() | |
OROPage * | page () |
const OROPage * | page () const |
QPointF | position () const |
void | setPage (OROPage *page) |
void | setPosition (const QPointF &pos) |
void | setSize (const QSizeF &s) |
QSizeF | size () const |
Detailed Description
A text box primitive it defines a box region and text that will be rendered inside that region, it also contains information for font and positioning of the text.
Definition at line 263 of file KReportRenderObjects.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Jun 4 2023 04:07:39 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Jun 4 2023 04:07:39 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.