Method: PDF::SimpleTable#shade_heading_color
- Defined in:
- lib/extensions/pdf-writer/pdf/simpletable.rb
#shade_heading_color ⇒ Object
Defines the colour of the background shading for the heading if #shade_headings is true. Default is Color::RGB::Grey90.
158 159 160 |
# File 'lib/extensions/pdf-writer/pdf/simpletable.rb', line 158 def shade_heading_color @shade_heading_color end |