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

Method isHtmlToRichStringEnabled

src/3rdparty/QXlsx/source/xlsxworkbook.cpp:121–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121bool Workbook::isHtmlToRichStringEnabled() const
122{
123 Q_D(const Workbook);
124 return d->html_to_richstring_enabled;
125}
126
127QString Workbook::defaultDateFormat() const
128{

Callers 1

writeStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected