Class QBorderStyle
Contains the borders type-names that can be used in the CSS 'border' property of block-type elements
string |
NotSet
No set border |
#
'NotSet'
|
string |
None
No border at all |
#
'none'
|
string |
Dotted
Border made of dots |
#
'dotted'
|
string |
Dashed
BOrder made ofdashes |
#
'dashed'
|
string |
Solid
Solid line border |
#
'solid'
|
string |
Double
Double lined border |
#
'double'
|
string |
Groove
A 3D groove border |
#
'groove'
|
string |
Ridge
A 3D ridged border |
#
'ridge'
|
string |
Inset
A 3D inset border |
#
'inset'
|
string |
Outset
A 3D outset border |
#
'outset'
|