MCPcopy Create free account
hub / github.com/KDE/labplot / fontStrikeOut

Method fontStrikeOut

src/3rdparty/QXlsx/source/xlsxformat.cpp:334–337  ·  view source on GitHub ↗

! * Return whether the font is strikeout. */

Source from the content-addressed store, hash-verified

332 * Return whether the font is strikeout.
333 */
334bool 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.

Callers 4

writeFontMethod · 0.80
charFormatChangedMethod · 0.80
loadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected