Method: Axlsx::CellAlignment#wrapText

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

#wrapTextBoolean

Indicate if the text of the cell should wrap

Returns:

  • (Boolean)


37
38
39
# File 'lib/axlsx/stylesheet/cell_alignment.rb', line 37

def wrapText
  @wrapText
end