Search
TextFormat.getWrapOverflowingSingleWordLines Method
See Also
 






Gets whether a single-word line should wrap when overflowing.

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

 Syntax

Java  Copy Code

public boolean getWrapOverflowingSingleWordLines ()

 Return Value

true if long word should wrap when it cannot fit on a line, or false if it should be drawn clipped.

 See Also