Sha256: 5fb0c45eb5d618a6f09c65607c8ded236b6512c9cbb04520f69852ea7fc5fa74

Contents?: true

Size: 234 Bytes

Versions: 5

Compression:

Stored size: 234 Bytes

Contents

# coding: utf-8

example :hidden_shapes, 'Generate PDF that contains hidden shapes' do |t|
  Thinreports::Report.generate(filename: t.output_filename) do
    use_layout t.layout_filename

    2.times { list(:List).add_row }
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
thinreports-0.9.1 examples/hidden_shapes/hidden_shapes.rb
thinreports-0.9.0 examples/hidden_shapes/hidden_shapes.rb
thinreports-0.8.2 examples/hidden_shapes/hidden_shapes.rb
thinreports-0.8.1 examples/hidden_shapes/hidden_shapes.rb
thinreports-0.8.0 examples/hidden_shapes/hidden_shapes.rb