class Hpdf::Row
- Hpdf::Row
- Reference
- Object
Overview
The row is part of a Table and hold multiple
Cell in the same vertical position.
Defined in:
hpdf/table.crConstructors
-
.new
Create a new row
Instance Method Summary
-
#add_cell(cell : Cell)
add the passed cell to the row (at the end)
-
#cell(*, span : Number = 1, &block : Page, Rectangle -> )
creates a cell by capturing the block for the cell and adding the cell to the end of the row
- #cells : Array(Hpdf::Cell)
- #cells=(cells : Array(Hpdf::Cell))
Constructor Detail
Instance Method Detail
creates a cell by capturing the block for the cell and adding the cell to the end of the row