enum

Xls::Spreadsheet::Xf::VerticalAlignment

Inherits Enum < Comparable < Value < Object

Constants

Top = 0_u8
Centered = 1_u8
Bottom = 2_u8
Justified = 3_u8
Distributed = 4_u8

Instance methods

bottom?

Returns true if this enum value equals Bottom

Source
centered?

Returns true if this enum value equals Centered

Source
distributed?

Returns true if this enum value equals Distributed

Source
justified?

Returns true if this enum value equals Justified

Source
top?

Returns true if this enum value equals Top

Source