class HexaPDF::Layout::ColumnBox

def empty?

Returns +true+ if no box was fitted into the columns.
def empty?
  super && (!@box_fitter || @box_fitter.fit_results.empty?)
end