enum

Tput::Namespace::AlignFlag

Inherits Enum / Comparable / Value / Object

Constants

Left = 1
Leading = 1
Right = 2
Trailing = 2
HCenter = 4
Horizontal_Mask = 7

Justify = 0x0008 Absolute = 0x0010

Top = 32
Bottom = 64
VCenter = 128
Vertical_Mask = 224
Center = 132
None = 0
All = 231

Instance methods

bottom?

Returns true if this enum value contains Bottom

Source
center?

Returns true if this enum value contains Center

Source
h_center?

Returns true if this enum value contains HCenter

Source
horizontal_mask?

Returns true if this enum value contains Horizontal_Mask

Source
leading?

Returns true if this enum value contains Leading

Source
left?

Returns true if this enum value contains Left

Source
none?
Source
right?

Returns true if this enum value contains Right

Source
top?

Returns true if this enum value contains Top

Source
trailing?

Returns true if this enum value contains Trailing

Source
v_center?

Returns true if this enum value contains VCenter

Source
vertical_mask?

Returns true if this enum value contains Vertical_Mask

Source