Method: PDF::SimpleTable::Column#width
- Defined in:
- lib/pdf/simpletable.rb
#width ⇒ Object
The width of the column. If this value is set, the column will be exactly this number of units wide.
42 43 44 |
# File 'lib/pdf/simpletable.rb', line 42 def width @width end |