Method: PDF::SimpleTable#position
- Defined in:
- lib/extensions/pdf-writer/pdf/simpletable.rb
#position ⇒ Object
The x position of the table. This will be one of:
:left-
Aligned with the left margin.
:right-
Aligned with the right margin.
:center-
Centered between the margins. Default.
- offset
-
The absolute position of the table, relative from the left margin.
183 184 185 |
# File 'lib/extensions/pdf-writer/pdf/simpletable.rb', line 183 def position @position end |