Search
EditComponent.setTextWrapping Method
See Also
 

Sets the wrapping of of the text in the edit component.

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

 Syntax

Java  Copy Code

public void setTextWrapping (
    TextWrapping value
)

 Parameters

value

A member of the TextWrapping enumeration.

 See Also