Module: GOffice::GraphManualSizeMode
- Defined in:
- (unknown)
Constant Summary collapse
- AUTO =
auto size, can't be changed.
0 or :auto
- WIDTH =
the width can be changed.
1 or :width
- HEIGHT =
the height can be changed.
2 or :height
- FULL =
both height and width can be changed.
3 or :full