ASP.NET Pack Programmer's Guide
TextFormat.setNoWrap Method
See Also
 






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

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void setNoWrap (
    boolean wrap
)

 Parameters

wrap

true to disable text wrapping, otherwise false.

 See Also

TextFormat Members
TextFormat Class
com.mindfusion.diagramming Namespace