enum

GSDL::VerticalAlign

Inherits Enum < Comparable < Value < Object

Constants

Top = 0
Center = 1
Bottom = 2

Instance methods

bottom?

Returns true if this enum value equals Bottom

Source
center?

Returns true if this enum value equals Center

Source
top?

Returns true if this enum value equals Top

Source