! Sets the diagonal border style to the given \a style. */
| 847 | Sets the diagonal border style to the given \a style. |
| 848 | */ |
| 849 | void Format::setDiagonalBorderStyle(BorderStyle style) |
| 850 | { |
| 851 | setProperty(FormatPrivate::P_Border_DiagonalStyle, style, BorderNone); |
| 852 | } |
| 853 | |
| 854 | /*! |
| 855 | Returns the diagonal border type. |