Class: PdfTempura::Document::Table::TextColumn

Inherits:
Column
  • Object
show all
Defined in:
lib/pdf_tempura/document/table/text_column.rb

Instance Attribute Summary

Attributes inherited from Column

#height, #name, #options, #width

Instance Method Summary collapse

Methods inherited from Column

#generates_field?, #initialize

Constructor Details

This class inherits a constructor from PdfTempura::Document::Table::Column

Instance Method Details

#field_at(coordinates) ⇒ Object



4
5
6
# File 'lib/pdf_tempura/document/table/text_column.rb', line 4

def field_at(coordinates)
  PdfTempura::Document::TextField.new(name, coordinates, [width, height], options)
end