enum

Xls::Spreadsheet::Font::FontUnderline

Inherits Enum < Comparable < Value < Object

Constants

None = 0_u8
Single = 1_u8
Double = 2_u8
SingleAccounting = 33_u8
DoubleAccounting = 34_u8

Instance methods

double?

Returns true if this enum value equals Double

Source
double_accounting?

Returns true if this enum value equals DoubleAccounting

Source
none?

Returns true if this enum value equals None

Source
single?

Returns true if this enum value equals Single

Source
single_accounting?

Returns true if this enum value equals SingleAccounting

Source