! * Returns the number format string. * \note for built-in number formats, this may * return an empty string. */
| 214 | * return an empty string. |
| 215 | */ |
| 216 | QString Format::numberFormat() const |
| 217 | { |
| 218 | return stringProperty(FormatPrivate::P_NumFmt_FormatCode); |
| 219 | } |
| 220 | |
| 221 | /*! |
| 222 | * Set number \a format. |