Class: PdfTempura::Document::Table::Spacer

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

Instance Attribute Summary

Attributes inherited from Column

#height, #name, #options, #width

Instance Method Summary collapse

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

Returns:

  • (Boolean)


8
9
10
# File 'lib/pdf_tempura/document/table/spacer.rb', line 8

def generates_field?
  false
end