Module: GOffice::GeometrySide
- Defined in:
- (unknown)
Constant Summary collapse
- LEFT =
left.
1 or :left
- RIGHT =
right.
2 or :right
- LEFT_RIGHT =
left or right.
3 or :left_right
- TOP =
top.
4 or :top
- BOTTOM =
bottom.
8 or :bottom
- TOP_BOTTOM =
top or bottom.
12 or :top_bottom
- AUTO =
auto.
15 or :auto