DhDocument.newLine

Overview | Methods | This Package | All Packages

DhDocument.newLine

Appends a new line to the current document.

Syntax

public void newLine()

Remarks

All elements added after this call will be on a new line. This is equivalent to calling add(new DhBreak()).