Method: PDF::SimpleTable#maximum_width
- Defined in:
- lib/extensions/pdf-writer/pdf/simpletable.rb
#maximum_width ⇒ Object
Specifies the maximum width of the table. The table will not grow larger than this width under any circumstances.
Defaults to zero, which indicates that there is no maximum width (aside from the margin size).
207 208 209 |
# File 'lib/extensions/pdf-writer/pdf/simpletable.rb', line 207 def maximum_width @maximum_width end |