class PdfTempura::Document::Table::TextColumn

Public Instance Methods

field_at(coordinates) click to toggle source
# 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