! * Return whether the font is strikeout. */
| 332 | * Return whether the font is strikeout. |
| 333 | */ |
| 334 | bool Format::fontStrikeOut() const |
| 335 | { |
| 336 | return boolProperty(FormatPrivate::P_Font_StrikeOut); |
| 337 | } |
| 338 | |
| 339 | /*! |
| 340 | * Turn on/off the strikeOut font based on \a strikeOut. |
no outgoing calls
no test coverage detected