Method: Axlsx::RichTextRun#u
- Defined in:
- lib/axlsx/workbook/worksheet/rich_text_run.rb
#u ⇒ Boolean, String
Note:
true is for backwards compatability and is reassigned to :single
The inline underline property for the cell. It must be one of :none, :single, :double, :singleAccounting, :doubleAccounting, true
119 120 121 |
# File 'lib/axlsx/workbook/worksheet/rich_text_run.rb', line 119 def u @u end |