Class: PdfTempura::Document::Table::CheckboxColumn

Inherits:
Column
  • Object
show all
Defined in:
lib/pdf_tempura/document/table/checkbox_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/checkbox_column.rb', line 4

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