diff --git a/src/gui/text/qtextformat.cpp b/src/gui/text/qtextformat.cpp index 48106ab31e3..161cfb1abad 100644 --- a/src/gui/text/qtextformat.cpp +++ b/src/gui/text/qtextformat.cpp @@ -658,9 +658,11 @@ Q_GUI_EXPORT QDataStream &operator>>(QDataStream &stream, QTextTableCellFormat & \omitvalue LastFontProperty \value TextUnderlineColor Specifies the color to draw underlines, overlines and strikeouts. - \value TextVerticalAlignment - \value TextOutline - \value TextUnderlineStyle + \value TextVerticalAlignment Specifies the type of text vertical alignment according to + the values of the QTextCharFormat::VerticalAlignment enum. + \value TextOutline Specifies a \l QPen used to draw the text outline. + \value TextUnderlineStyle Specifies the style of text underline according to + the values of the QTextCharFormat::UnderlineStyle enum. \value TextToolTip Specifies the (optional) tool tip to be displayed for a fragment of text. \value TextSuperScriptBaseline Specifies the baseline (in % of height) of superscript texts. \value TextSubScriptBaseline Specifies the baseline (in % of height) of subscript texts.