ITextLayouter.endParagraph

End the current and start a new paragraph. The first paragraph is created implicitly. This is equivalent to writing two newline characters:

writeln(); writeln();

Two or more newline characters separate paragraphs.

interface ITextLayouter
void
endParagraph
()

Meta