! Sets the top border style to the given \a style. */
| 783 | Sets the top border style to the given \a style. |
| 784 | */ |
| 785 | void Format::setTopBorderStyle(BorderStyle style) |
| 786 | { |
| 787 | setProperty(FormatPrivate::P_Border_TopStyle, style, BorderNone); |
| 788 | } |
| 789 | |
| 790 | /*! |
| 791 | Returns the top border color. |