lib/openxml/docx/properties/text_direction.rb in openxml-docx-0.10.1 vs lib/openxml/docx/properties/text_direction.rb in openxml-docx-0.10.2
- old
+ new
@@ -2,10 +2,10 @@
module Docx
module Properties
class TextDirection < ValueProperty
def ok_values
- %i(lr lrV rl rlV tb tbV)
+ %i(lr lrV rl rlV tb tbV btLr)
end
end
end
end