! Sets the right border style to the given \a style. */
| 751 | Sets the right border style to the given \a style. |
| 752 | */ |
| 753 | void Format::setRightBorderStyle(BorderStyle style) |
| 754 | { |
| 755 | setProperty(FormatPrivate::P_Border_RightStyle, style, BorderNone); |
| 756 | } |
| 757 | |
| 758 | /*! |
| 759 | Returns the right border color. |