class OpenXml::Docx::Properties::LevelAlignment

Public Instance Methods

ok_values() click to toggle source
# File lib/openxml/docx/properties/level_alignment.rb, line 7
def ok_values
  %i(both center distribute end highKashida lowKashida mediumKashida numTab start thaiDistribute left right)
end