Module: GOffice::PatternType

Defined in:
(unknown)

Constant Summary collapse

SOLID =

solid using background color.

0 or :solid
GREY75 =

75% background color.

1 or :grey75
GREY50 =

50% background color.

2 or :grey50
GREY25 =

25% background color.

3 or :grey25
GREY125 =

12.5% background color.

4 or :grey125
GREY625 =

6.25% background color.

5 or :grey625
HORIZ =

horizontal stripe.

6 or :horiz
VERT =

vertical stripe.

7 or :vert
REV_DIAG =

reverse diagonal stripe.

8 or :rev_diag
DIAG =

diagonal stripe.

9 or :diag
DIAG_CROSS =

diagonal crosshatch.

10 or :diag_cross
THICK_DIAG_CROSS =

thick diagonal crosshatch.

11 or :thick_diag_cross
THIN_HORIZ =

thin horizontal stripe.

12 or :thin_horiz
THIN_VERT =

thin vertical stripe.

13 or :thin_vert
THIN_REV_DIAG =

thin reverse diagonal stripe.

14 or :thin_rev_diag
THIN_DIAG =

thin diagonal stripe.

15 or :thin_diag
THIN_HORIZ_CROSS =

thin horizontal crosshatch.

16 or :thin_horiz_cross
THIN_DIAG_CROSS =

thin diagonal crosshatch.

17 or :thin_diag_cross
FOREGROUND_SOLID =

solid using foreground color.

18 or :foreground_solid
SMALL_CIRCLES =

small circles.

19 or :small_circles
SEMI_CIRCLES =

semi circles.

20 or :semi_circles
THATCH =

thatch.

21 or :thatch
LARGE_CIRCLES =

large circles.

22 or :large_circles
BRICKS =

bricks.

23 or :bricks
MAX =

maximum value, should not occur.

24 or :max