Method: Axlsx::Col#phonetic

Defined in:
lib/axlsx/workbook/worksheet/col.rb

#phoneticBoolean

Flag indicating if the phonetic information should be displayed by default for the affected column(s) of the worksheet.

Returns:

  • (Boolean)


63
64
65
# File 'lib/axlsx/workbook/worksheet/col.rb', line 63

def phonetic
  @phonetic
end