! Sets the diagonal border type to the given \a style */
| 863 | Sets the diagonal border type to the given \a style |
| 864 | */ |
| 865 | void Format::setDiagonalBorderType(DiagonalBorderType style) |
| 866 | { |
| 867 | setProperty(FormatPrivate::P_Border_DiagonalType, style, DiagonalBorderNone); |
| 868 | } |
| 869 | |
| 870 | /*! |
| 871 | Returns the diagonal border color. |