Skip to content

Commit

Permalink
RDoc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bradediger committed Sep 22, 2009
1 parent 7b2f1da commit e2ebf0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/prawn/table.rb
Expand Up @@ -103,8 +103,8 @@ class Table
# <tt>:border_style</tt>:: If set to :grid, fills in all borders. If set to :underline_header, underline header only. Otherwise, borders are drawn on columns only, not rows
# <tt>:border_color</tt>:: Sets the color of the borders.
# <tt>:position</tt>:: One of <tt>:left</tt>, <tt>:center</tt> or <tt>n</tt>, where <tt>n</tt> is an x-offset from the left edge of the current bounding box
# <tt>:width:</tt> A set width for the table, defaults to the sum of all column widths
# <tt>:column_widths:</tt> A hash of indices and widths in PDF points. E.g. <tt>{ 0 => 50, 1 => 100 }</tt>
# <tt>:width</tt>:: A set width for the table, defaults to the sum of all column widths
# <tt>:column_widths</tt>:: A hash of indices and widths in PDF points. E.g. <tt>{ 0 => 50, 1 => 100 }</tt>
# <tt>:row_colors</tt>:: An array of row background colors which are used cyclicly.
# <tt>:align</tt>:: Alignment of text in columns, for entire table (<tt>:center</tt>) or by column (<tt>{ 0 => :left, 1 => :center}</tt>)
#
Expand Down

0 comments on commit e2ebf0a

Please sign in to comment.