# Print output for @column tags ?> AutoText - Android SDK | Android Developers

Most visited


Recently visited


AutoText

public class AutoText
extends Object

java.lang.Object
   ↳ android.text.AutoText


This class accesses a dictionary of corrections to frequent misspellings.

Summary


Public methods

static String get(CharSequence src, int start, int end, View view)

Retrieves a possible spelling correction for the specified range of text.

static int getSize(View view)

Returns the size of the auto text dictionary.

Inherited methods

Public methods


get

public static String get (CharSequence src, 
                int start, 
                int end, 
                View view)

Retrieves a possible spelling correction for the specified range of text. Returns null if no correction can be found. The View is used to get the current Locale and Resources.

Parameters
src CharSequence

start int

end int

view View

Returns
String

getSize

public static int getSize (View view)

Returns the size of the auto text dictionary. The return value can be zero if there is no auto correction data available for the current locale.

Parameters
view View: used to retrieve the current Locale and Resources.

Returns
int the number of entries in the auto text dictionary

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.