Method: PDF::SimpleTable::Column#width

Defined in:
lib/pdf/simpletable.rb

#widthObject

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