Module: GOffice::GradientDirection

Defined in:
(unknown)

Constant Summary collapse

N_TO_S =

top to bottom.

0 or :n_to_s
S_TO_N =

bottom to top.

1 or :s_to_n
N_TO_S_MIRRORED =

top to bottom, mirrored.

2 or :n_to_s_mirrored
S_TO_N_MIRRORED =

bottom to top, mirrored.

3 or :s_to_n_mirrored
W_TO_E =

left to right.

4 or :w_to_e
E_TO_W =

right to left.

5 or :e_to_w
W_TO_E_MIRRORED =

left to right, mirrored.

6 or :w_to_e_mirrored
E_TO_W_MIRRORED =

right to left, mirrored.

7 or :e_to_w_mirrored
NW_TO_SE =

top left to bottom right.

8 or :nw_to_se
SE_TO_NW =

bottom right to top left.

9 or :se_to_nw
NW_TO_SE_MIRRORED =

top left to bottom right, mirrored.

10 or :nw_to_se_mirrored
SE_TO_NW_MIRRORED =

bottom right to top left, mirrored.

11 or :se_to_nw_mirrored
NE_TO_SW =

top right to bottom left.

12 or :ne_to_sw
SW_TO_NE =

bottom left to top right.

13 or :sw_to_ne
SW_TO_NE_MIRRORED =

top right to bottom left, mirrored.

14 or :sw_to_ne_mirrored
NE_TO_SW_MIRRORED =

bottom left to top right, mirrored.

15 or :ne_to_sw_mirrored
MAX =

maximum value, should not occur. } ;

16 or :max