Class: PdfTempura::Document::Table::Spacer
- Defined in:
- lib/pdf_tempura/document/table/spacer.rb
Instance Attribute Summary
Attributes inherited from Column
#height, #name, #options, #width
Instance Method Summary collapse
- #generates_field? ⇒ Boolean
-
#initialize(width, height) ⇒ Spacer
constructor
A new instance of Spacer.
Constructor Details
#initialize(width, height) ⇒ Spacer
Returns a new instance of Spacer.
4 5 6 |
# File 'lib/pdf_tempura/document/table/spacer.rb', line 4 def initialize(width, height) super nil, width, height end |
Instance Method Details
#generates_field? ⇒ Boolean
8 9 10 |
# File 'lib/pdf_tempura/document/table/spacer.rb', line 8 def generates_field? false end |