enum

GSDL::Anchor

Inherits Enum < Comparable < Value < Object

Constants

TopLeft = 0
TopCenter = 1
TopRight = 2
CenterLeft = 3
Center = 4
CenterRight = 5
BottomLeft = 6
BottomCenter = 7
BottomRight = 8

Instance methods

bottom_center?

Returns true if this enum value equals BottomCenter

Source
bottom_left?

Returns true if this enum value equals BottomLeft

Source
bottom_right?

Returns true if this enum value equals BottomRight

Source
center?

Returns true if this enum value equals Center

Source
center_left?

Returns true if this enum value equals CenterLeft

Source
center_right?

Returns true if this enum value equals CenterRight

Source
top_center?

Returns true if this enum value equals TopCenter

Source
top_left?

Returns true if this enum value equals TopLeft

Source
top_right?

Returns true if this enum value equals TopRight

Source