JPlanner Programmer's Guide
TextFormat.setNoWrap Method
See Also
 






Sets a value indicating whether automatic text wrapping is disabled.

Namespace: com.mindfusion.drawing
Package: com.mindfusion.drawing

 Syntax

Java  Copy Code

public void setNoWrap (
    boolean wrap
)

 Parameters

wrap

true to disable text wrapping; otherwise, false.

 Remarks

If wrapping is enabled, the text automatically wraps to a new line when there is not enough space to fit it in one line. If wrapping is disabled, the text wraps only at new-line characters.

 See Also

TextFormat Members
TextFormat Class
com.mindfusion.drawing Namespace