Method: PDF::SimpleTable#show_lines

Defined in:
lib/extensions/pdf-writer/pdf/simpletable.rb

#show_linesObject

Whether to display the lines on the table or not. Valid values are:

:none

Displays no lines.

:outer

Displays outer lines only. Default

:inner

Displays inner lines only.

:all

Displays all lines, inner and outer.



133
134
135
# File 'lib/extensions/pdf-writer/pdf/simpletable.rb', line 133

def show_lines
  @show_lines
end