KDEUI
krichtextwidget.h
Go to the documentation of this file.
61 DisableRichText = 0x00,
69 SupportBold = 0x01,
77 SupportItalic = 0x02,
85 SupportUnderline = 0x04,
93 SupportStrikeOut = 0x08,
103 SupportFontFamily = 0x10,
112 SupportFontSize = 0x20,
120 SupportTextForegroundColor = 0x40,
128 SupportTextBackgroundColor = 0x80,
134 FullTextFormattingSupport = 0xff,
143 SupportChangeListStyle = 0x100,
149 SupportIndentLists = 0x200,
154 SupportDedentLists = 0x400,
160 FullListSupport = 0xf00,
179 SupportAlignment = 0x100000,
186 SupportRuleLine = 0x400000,
193 SupportHyperlinks = 0x800000,
200 SupportFormatPainting = 0x1000000,
206 SupportToPlainText = 0x2000000,
214 SupportSuperScriptAndSubScript = 0x4000000,
221 SupportDirection = 0x8000000,
227 };
312 RichTextSupport richTextSupport() const;
The KRichTextEdit class provides a widget to edit and display rich text.
Definition: krichtextedit.h:66
RichTextSupportValues
These flags describe what actions will be created by createActions() after passing a combination of t...
Definition: krichtextwidget.h:56
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.