Method: PDF::SimpleTable#orientation

Defined in:
lib/extensions/pdf-writer/pdf/simpletable.rb

#orientationObject

The orientation of the table relative to #position.

:left

The table is to the left of #position.

:right

The table is to the right of #position.

:center

The table is centred at #position.

offset

The left of the table is offset from #position.



190
191
192
# File 'lib/extensions/pdf-writer/pdf/simpletable.rb', line 190

def orientation
  @orientation
end