Method: Axlsx::CellAlignment#shrinkToFit

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

#shrinkToFitBoolean

Indicate if the text should be shrunk to the fit in the cell.

Returns:

  • (Boolean)


53
54
55
# File 'lib/axlsx/stylesheet/cell_alignment.rb', line 53

def shrinkToFit
  @shrinkToFit
end