lib/rocx/properties/alignment.rb in rocx-0.5.6 vs lib/rocx/properties/alignment.rb in rocx-0.5.7
- old
+ new
@@ -1,7 +1,7 @@
module Rocx
module Properties
- class Alignment
+ class Alignment < BaseProperty
attr_reader :value
OK_VALUES = [:both, :center, :distribute, :end, :highKashida, :lowKashida, :mediumKashida, :numTab, :start, :thaiDistribute]
def initialize(value)