Module: GOffice::StyleFlag
- Defined in:
- (unknown)
Constant Summary collapse
- OUTLINE =
outline.
1 or :outline
- FILL =
fill.
2 or :fill
- LINE =
line.
4 or :line
- MARKER =
marker.
8 or :marker
- FONT =
font.
16 or :font
- TEXT_LAYOUT =
text orientaiton.
32 or :text_layout
- INTERPOLATION =
curve interpolation.
64 or :interpolation
- MARKER_NO_COLOR =
marker with no color.
128 or :marker_no_color
- ALL =
all elements
31 or :all