! * Sets the left border style to \a style */
| 719 | * Sets the left border style to \a style |
| 720 | */ |
| 721 | void Format::setLeftBorderStyle(BorderStyle style) |
| 722 | { |
| 723 | setProperty(FormatPrivate::P_Border_LeftStyle, style, BorderNone); |
| 724 | } |
| 725 | |
| 726 | /*! |
| 727 | * Returns the left border color |