class OpenXml::Docx::Properties::VerticalTextAlignment

Public Instance Methods

ok_values() click to toggle source
# File lib/openxml/docx/properties/vertical_text_alignment.rb, line 7
def ok_values
  %i(both bottom center top)
end