Microsoft SDK for Java

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()).

© 1999 Microsoft Corporation. All rights reserved. Terms of use.