Module: GOffice::LineDashType
- Defined in:
- (unknown)
Constant Summary collapse
- NONE =
No line displayed.
0 or :none
- SOLID =
Solid line.
1 or :solid
- S_DOT =
Line with dot pattern.
2 or :s_dot
- S_DASH_DOT =
Line with dash-dot pattern.
3 or :s_dash_dot
- S_DASH_DOT_DOT =
Line with dash-dot-dot pattern.
4 or :s_dash_dot_dot
- DASH_DOT_DOT_DOT =
Line with dash-dot-dot-dot pattern.
5 or :dash_dot_dot_dot
- DOT =
Dotted line.
6 or :dot
- S_DASH =
Line with short dashes.
7 or :s_dash
- DASH =
Line with dash pattern
8 or :dash
- LONG_DASH =
Line with long dashes.
9 or :long_dash
- DASH_DOT =
Line with dash-dot pattern.
10 or :dash_dot
- DASH_DOT_DOT =
Line with dash-dot-dot pattern.
11 or :dash_dot_dot
- MAX =
Number of line dash types
12 or :max