Returns the last paragraph into the document.
paragraph
Paragraph? getLast({Paragraph Function()? orElse}) { return paragraphs.lastOrNull ?? orElse?.call(); }