Method: Axlsx::CellAlignment#justifyLastLine

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

#justifyLastLineBoolean

Indicate if the last line should be justified.

Returns:

  • (Boolean)


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

def justifyLastLine
  @justifyLastLine
end