Hpdf::Row
Inherits Reference / Object
The row is part of a Table and hold multiple
Cell in the same vertical position.
Constructors
Instance methods
allow_grow=(allow_grow : Bool)
Sourceallow_grow?
Sourcecell(*, 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
Sourcegrow_height
Sourceheight
Sourceheight=(height : Int32)
Sourcerect
Sourcerect=(rect : Rectangle | Nil)
Sourcetext_cell(text : String, *, span : Number = 1, font : String = Hpdf::Base14::Helvetica, font_size : Number = 11, align : Hpdf::TextAlignment = Hpdf::TextAlignment::Left, bg_gray : Float32 = 0)
creates a new text cell using the passed parameters