enum

Xls::Spreadsheet::Xf::HorizontalAlignment

Inherits Enum < Comparable < Value < Object

Constants

General = 0_u8
Left = 1_u8
Centered = 2_u8
Right = 3_u8
Filled = 4_u8
Justified = 5_u8
CenteredAcrossSelection = 6_u8
Distributed = 7_u8

Instance methods

centered?

Returns true if this enum value equals Centered

Source
centered_across_selection?

Returns true if this enum value equals CenteredAcrossSelection

Source
distributed?

Returns true if this enum value equals Distributed

Source
filled?

Returns true if this enum value equals Filled

Source
general?

Returns true if this enum value equals General

Source
justified?

Returns true if this enum value equals Justified

Source
left?

Returns true if this enum value equals Left

Source
right?

Returns true if this enum value equals Right

Source