Search
TextFormat.setWrapAtCharacter Method
See Also
 






Sets a value indicating whether text can be wrapped to a new line at an arbitrary character, or only after a whole word.

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

 Syntax

Java  Copy Code

public void setWrapAtCharacter (
    boolean value
)

 Parameters

value

true if text can be wrapped at an arbitrary character, otherwise false.

 See Also