enum

Xls::Spreadsheet::Xf::LineStyle

Inherits Enum < Comparable < Value < Object

Constants

NoLine = 0_u8
Thin = 1_u8
Medium = 2_u8
Dashed = 3_u8
Dotted = 4_u8
Thick = 5_u8
Double = 6_u8
Hair = 7_u8
MediumDashed = 8_u8
ThinDashDotted = 9_u8
MediumDashDotted = 10_u8
ThinDashDotDotted = 11_u8
MediumDashDotDotted = 12_u8
SlantedMediumDashDotted = 13_u8

Instance methods

dashed?

Returns true if this enum value equals Dashed

Source
dotted?

Returns true if this enum value equals Dotted

Source
double?

Returns true if this enum value equals Double

Source
hair?

Returns true if this enum value equals Hair

Source
medium?

Returns true if this enum value equals Medium

Source
medium_dash_dot_dotted?

Returns true if this enum value equals MediumDashDotDotted

Source
medium_dash_dotted?

Returns true if this enum value equals MediumDashDotted

Source
medium_dashed?

Returns true if this enum value equals MediumDashed

Source
no_line?

Returns true if this enum value equals NoLine

Source
slanted_medium_dash_dotted?

Returns true if this enum value equals SlantedMediumDashDotted

Source
thick?

Returns true if this enum value equals Thick

Source
thin?

Returns true if this enum value equals Thin

Source
thin_dash_dot_dotted?

Returns true if this enum value equals ThinDashDotDotted

Source
thin_dash_dotted?

Returns true if this enum value equals ThinDashDotted

Source