Method: Axlsx::CellAlignment#justifyLastLine

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

#justifyLastLineBoolean

Indicate if the last line should be justified.

Returns:

  • (Boolean)


49
50
51
# File 'lib/axlsx/stylesheet/cell_alignment.rb', line 49

def justifyLastLine
  @justifyLastLine
end