MindFusion.Java Package Programmer's Guide
TextWrapping Enumeration
See Also
 






Specifies the type of text wrapping.

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

 Syntax

Java  Copy Code

public enum TextWrapping

 Members

  Member name Description

Character

Indicates wrapping at the nearest character.

None

Indicates that text wrapping is disabled.

Word

Indicates wrapping at the nearest word.

 See Also

com.mindfusion.diagramming.components Namespace