Method: IsoDoc::Function::Cleanup#remove_bottom_border
- Defined in:
- lib/isodoc/function/cleanup.rb
#remove_bottom_border(cell) ⇒ Object
133 134 135 136 |
# File 'lib/isodoc/function/cleanup.rb', line 133 def remove_bottom_border(cell) cell["style"] = cell["style"].gsub(/border-bottom:[^;]+;/, "border-bottom:0pt;") end |