KPIMTextedit Library
21 #ifndef KPIMTEXTEDIT_TABLECELLFORMATDIALOG_H
22 #define KPIMTEXTEDIT_TABLECELLFORMATDIALOG_H
24 #include "kpimtextedit_export.h"
26 #include <KDE/KDialog>
28 #include <QTextCharFormat>
30 namespace KPIMTextEdit {
32 class KPIMTEXTEDIT_EXPORT TableCellFormatDialog :
public KDialog
35 explicit TableCellFormatDialog(
QWidget *parent );
36 ~TableCellFormatDialog();
42 QColor tableCellBackgroundColor()
const;
48 void setTableCellBackgroundColor(
const QColor &color );
54 QTextCharFormat::VerticalAlignment verticalAlignment()
const;
60 void setVerticalAlignment( QTextCharFormat::VerticalAlignment vertical );
66 bool useBackgroundColor()
const;
69 class TableCellFormatDialogPrivate;
70 TableCellFormatDialogPrivate *
const d;
75 #endif // KPIMTEXTEDIT_TABLECELLFORMATDIALOG_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:23 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.