class HexaPDF::Layout::ListBox

def supports_position_flow?

Returns +true+ as the 'position' style property value :flow is supported.
def supports_position_flow?
  true
end