! Returns the diagonal border type. */
| 855 | Returns the diagonal border type. |
| 856 | */ |
| 857 | Format::DiagonalBorderType Format::diagonalBorderType() const |
| 858 | { |
| 859 | return static_cast<DiagonalBorderType>(intProperty(FormatPrivate::P_Border_DiagonalType)); |
| 860 | } |
| 861 | |
| 862 | /*! |
| 863 | Sets the diagonal border type to the given \a style |