Package ilcd
Class Control

Public Method setAutoLinefeedEnabled

static void setAutoLinefeedEnabled(boolean enabled)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Parameter Range Description
enabled false ... true sets auto-linefeed on (true) or off (false)

Enables/Disables auto-linefeed.

Note

Example

Control.setAutoLinefeedEnabled(true);

Activates auto-linefeed.

See also:

Control.setTextAlignment(int, int, int)
Control.setTabSpacing(int)
Control.setWrapMode(boolean, boolean)