! Returns the bottom border style. */
| 807 | Returns the bottom border style. |
| 808 | */ |
| 809 | Format::BorderStyle Format::bottomBorderStyle() const |
| 810 | { |
| 811 | return static_cast<BorderStyle>(intProperty(FormatPrivate::P_Border_BottomStyle)); |
| 812 | } |
| 813 | |
| 814 | /*! |
| 815 | Sets the bottom border style to the given \a style. |