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)


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

def shrinkToFit
  @shrinkToFit
end