class PdfTempura::Document::Table::CheckboxColumn

Public Instance Methods

field_at(coordinates) click to toggle source
# File lib/pdf_tempura/document/table/checkbox_column.rb, line 4
def field_at(coordinates)
  Document::CheckboxField.new(name, coordinates, [width,height], options)
end