! Sets the bottom border style to the given \a style. */
| 815 | Sets the bottom border style to the given \a style. |
| 816 | */ |
| 817 | void Format::setBottomBorderStyle(BorderStyle style) |
| 818 | { |
| 819 | setProperty(FormatPrivate::P_Border_BottomStyle, style, BorderNone); |
| 820 | } |
| 821 | |
| 822 | /*! |
| 823 | Returns the bottom border color. |