class OpenXml::Docx::Properties::Alignment
Public Instance Methods
ok_values()
click to toggle source
# File lib/openxml/docx/properties/alignment.rb, line 7 def ok_values %i(both center distribute end highKashida lowKashida mediumKashida numTab start thaiDistribute left right) end