lib/openxml/docx/properties/alignment.rb in openxml-docx-0.9.0 vs lib/openxml/docx/properties/alignment.rb in openxml-docx-0.10.0
- old
+ new
@@ -3,10 +3,10 @@
module Properties
class Alignment < ValueProperty
tag :jc
def ok_values
- [:both, :center, :distribute, :end, :highKashida, :lowKashida, :mediumKashida, :numTab, :start, :thaiDistribute]
+ %i(both center distribute end highKashida lowKashida mediumKashida numTab start thaiDistribute left right)
end
end
end
end