enum

Hpdf::TextAlignment

Inherits Enum / Comparable / Value / Object

Constants

Left = 0
Right = 1
Center = 2
Justify = 3

Instance methods

center?

Returns true if this enum value equals Center

Source
justify?

Returns true if this enum value equals Justify

Source
left?

Returns true if this enum value equals Left

Source
right?

Returns true if this enum value equals Right

Source