! * Set the \a color of the font. */
| 358 | * Set the \a color of the font. |
| 359 | */ |
| 360 | void Format::setFontColor(const QColor &color) |
| 361 | { |
| 362 | setProperty(FormatPrivate::P_Font_Color, XlsxColor(color), XlsxColor()); |
| 363 | } |
| 364 | |
| 365 | /*! |
| 366 | * Return whether the font is bold. |
no test coverage detected