Method: Axlsx::CellAlignment#wrap_text

Defined in:
lib/axlsx/stylesheet/cell_alignment.rb

#wrap_textBoolean Also known as: wrapText

Indicate if the text of the cell should wrap

Returns:



63
64
65
# File 'lib/axlsx/stylesheet/cell_alignment.rb', line 63

def wrap_text
  @wrap_text
end