Method: RubyXL::LegacyCell#text_wrap
- Defined in:
- lib/rubyXL/cell.rb
#text_wrap ⇒ Object
returns cell’s wrap
214 215 216 217 218 219 |
# File 'lib/rubyXL/cell.rb', line 214 def text_wrap() validate_worksheet xf_obj = get_cell_xf return nil if xf_obj.alignment.nil? xf_obj.alignment.wrap_text end |