Class | PDF::SimpleTable::Column::Heading |
In: |
lib/pdf/simpletable.rb
|
Parent: | Object |
Formatting options for heading rows. Each column can have a separate heading value.
bold | [RW] | Indicates that the heading should be rendered bold. |
justification | [RW] | The justification of the heading of the column. May be :left, :center, :right, or :full. |
title | [RW] | The title of the heading. If nothing is present, the name of the column will be used when headings are displayed. |