The ItemNo-th item starts a new paragraph, if IsParaStart(ItemNo) returns True. Otherwise, it is added to the same paragraph as the previous item.
(probably, it's better to use IsFromNewLine instead of IsParaStart; it returns true not only when the item starts a paragraph, but also if the item starts a line inside the paragraph (this kind of break may be added with Shift+Enter))