! Return the diagonla border style. */
| 839 | Return the diagonla border style. |
| 840 | */ |
| 841 | Format::BorderStyle Format::diagonalBorderStyle() const |
| 842 | { |
| 843 | return static_cast<BorderStyle>(intProperty(FormatPrivate::P_Border_DiagonalStyle)); |
| 844 | } |
| 845 | |
| 846 | /*! |
| 847 | Sets the diagonal border style to the given \a style. |