DhText.setDisplayMode

Overview | Methods | This Package | All Packages

DhText.setDisplayMode

Sets the current display mode as one of the DhTextMode constants.

Syntax

public void setDisplayMode( int mode )

Parameters

mode

The desired text mode (one of the DhTextMode fields: FLOW, RESPECT_SPACE, or NO_BREAK).

Remarks

DhTextMode.FLOW is the default display mode if this method is not called.

See Also   getDisplayMode