Method: HexaPDF::Layout::BoxFitter#remaining_boxes
- Defined in:
- lib/hexapdf/layout/box_fitter.rb
#remaining_boxes ⇒ Object (readonly)
The boxes that could not be fitted into the frames.
68 69 70 |
# File 'lib/hexapdf/layout/box_fitter.rb', line 68 def remaining_boxes @remaining_boxes end |