class OpenXml::Docx::Properties::TextAlignment

Public Instance Methods

ok_values() click to toggle source
# File lib/openxml/docx/properties/text_alignment.rb, line 6
def ok_values
  %i(auto baseline bottom center top)
end