class PdfTempura::Document::Table::Spacer
Public Class Methods
new(width, height)
click to toggle source
Calls superclass method
PdfTempura::Document::Table::Column::new
# File lib/pdf_tempura/document/table/spacer.rb, line 4 def initialize(width, height) super nil, width, height end
Public Instance Methods
generates_field?()
click to toggle source
# File lib/pdf_tempura/document/table/spacer.rb, line 8 def generates_field? false end