! Sets the fill pattern to the given \a pattern. */
| 965 | Sets the fill pattern to the given \a pattern. |
| 966 | */ |
| 967 | void Format::setFillPattern(FillPattern pattern) |
| 968 | { |
| 969 | setProperty(FormatPrivate::P_Fill_Pattern, pattern, PatternNone); |
| 970 | } |
| 971 | |
| 972 | /*! |
| 973 | Returns the foreground color of the pattern. |
no outgoing calls
no test coverage detected