1. GroupDocs.Search
  2. /
  3. GroupDocs.Search for Java
  4. /
  5. com.groupdocs.search.options
  6. /
  7. KeyboardLayoutCorrectorOptions

KeyboardLayoutCorrectorOptions

Inheritance: java.lang.Object

public abstract class KeyboardLayoutCorrectorOptions

Provides options for the keyboard layout corrector.

Learn more

Constructors

Constructor Description
KeyboardLayoutCorrectorOptions()

Methods

Method Description
getEnabled() Gets a value indicating whether the keyboard layout corrector is enabled.
setEnabled(boolean value) Sets a value indicating whether the keyboard layout corrector is enabled.

KeyboardLayoutCorrectorOptions()

public KeyboardLayoutCorrectorOptions()

getEnabled()

public abstract boolean getEnabled()

Gets a value indicating whether the keyboard layout corrector is enabled. The default value is false .

Returns: boolean - A value indicating whether the keyboard layout corrector is enabled.

setEnabled(boolean value)

public abstract void setEnabled(boolean value)

Sets a value indicating whether the keyboard layout corrector is enabled. The default value is false .

Parameters:

Parameter Type Description
value boolean A value indicating whether the keyboard layout corrector is enabled.