Sets the current display mode as one of the DhTextMode constants.
public void setDisplayMode( int mode )
mode
The desired text mode (one of the DhTextMode fields: FLOW, RESPECT_SPACE, or NO_BREAK).
DhTextMode.FLOW is the default display mode if this method is not called.
See Also getDisplayMode