class OpenXml::Docx::Properties::TextboxTightWrap

Public Instance Methods

ok_values() click to toggle source
# File lib/openxml/docx/properties/textbox_tight_wrap.rb, line 6
def ok_values
  %i(allLines firstAndLastLine firstLineOnly lastLineOnly none)
end