Module: GOffice::GraphObjectPosition

Defined in:
(unknown)

Constant Summary collapse

AUTO =

automatic.

0 or :auto
N =

north, might be combined with east or west.

1 or :n
S =

south, might be combined with east or west.

2 or :s
E =

east.

4 or :e
W =

west.

8 or :w
COMPASS =

mask of the four previous positions.

15 or :compass
ALIGN_FILL =

fills.

0 or :align_fill
ALIGN_START =

start.

16 or :align_start
ALIGN_END =

end.

32 or :align_end
ALIGN_CENTER =

centered.

48 or :align_center
ALIGNMENT =

mask for start or end.

48 or :alignment
SPECIAL =

special.

64 or :special
MANUAL =

manual.

128 or :manual
MANUAL_X_ABS =

whether the x position is absolute or relative.

256 or :manual_x_abs
MANUAL_Y_ABS =

whether the y position is absolute or relative.

512 or :manual_y_abs
MANUAL_X_END =

x position relative to start or end.

1024 or :manual_x_end
MANUAL_Y_END =

y position relative to start or end.

2048 or :manual_y_end
ANCHOR_NW =

anchored north-west.

0 or :anchor_nw
ANCHOR_N =

anchored north.

4096 or :anchor_n
ANCHOR_NE =

anchored north-east.

8192 or :anchor_ne
ANCHOR_E =

anchored east.

12288 or :anchor_e
ANCHOR_SE =

anchored south-east.

16384 or :anchor_se
ANCHOR_S =

anchored south.

20480 or :anchor_s
ANCHOR_SW =

anchored south-west.

24576 or :anchor_sw
ANCHOR_W =

anchored west.

28672 or :anchor_w
ANCHOR_CENTER =

anchored at center.

32768 or :anchor_center
ANCHOR =

mask for anchors.

126976 or :anchor
ANY_MANUAL =

mask for all manual positions

130944 or :any_manual
PADDING =

padding.

65536 or :padding
MANUAL_W =

relative width.

2097152 or :manual_w
MANUAL_W_ABS =

absolute width.

4194304 or :manual_w_abs
MANUAL_H =

relative height.

8388608 or :manual_h
MANUAL_H_ABS =

absolute height.

16777216 or :manual_h_abs
ANY_MANUAL_SIZE =

mask for manual sizes.

31457280 or :any_manual_size
HEXPAND =

expands in the horizontal direction.

33554432 or :hexpand
VEXPAND =

expands in the vertical direction.

67108864 or :vexpand
EXPAND =

expands in either direction.

100663296 or :expand