Lines Matching refs:InputMethod_TextConfig

38 | [InputMethod_TextConfig](#inputmethod_textconfig) | Text box configuration.| 
40 …xtEditorProxy](#inputmethod_texteditorproxy) \*textEditorProxy, [InputMethod_TextConfig](#inputmet…
113 | [InputMethod_TextConfig](#inputmethod_textconfig) \* [OH_TextConfig_Create](#oh_textconfig_create…
114 …](#oh_textconfig_destroy) ([InputMethod_TextConfig](#inputmethod_textconfig) \*config) | Destroys …
115InputMethod_TextConfig](#inputmethod_textconfig) \*config, [InputMethod_TextInputType](#inputmetho…
116InputMethod_TextConfig](#inputmethod_textconfig) \*config, [InputMethod_EnterKeyType](#inputmethod…
117 …pport) ([InputMethod_TextConfig](#inputmethod_textconfig) \*config, bool supported) | Sets the tex…
118 …) ([InputMethod_TextConfig](#inputmethod_textconfig) \*config, int32_t start, int32_t end) | Sets …
119 …owid) ([InputMethod_TextConfig](#inputmethod_textconfig) \*config, int32_t windowId) | Sets the ID…
120InputMethod_TextConfig](#inputmethod_textconfig) \*config, [InputMethod_TextInputType](#inputmetho…
121InputMethod_TextConfig](#inputmethod_textconfig) \*config, [InputMethod_EnterKeyType](#inputmethod…
122 …ted) ([InputMethod_TextConfig](#inputmethod_textconfig) \*config, bool \*supported) | Obtains the …
123InputMethod_TextConfig](#inputmethod_textconfig) \*config, [InputMethod_CursorInfo](#inputmethod_c…
124InputMethod_TextConfig](#inputmethod_textconfig) \*config, [InputMethod_TextAvoidInfo](#inputmetho…
125 …[InputMethod_TextConfig](#inputmethod_textconfig) \*config, int32_t \*start, int32_t \*end) | Obta…
126 …d) ([InputMethod_TextConfig](#inputmethod_textconfig) \*config, int32_t \*windowId) | Obtains the …
311 ### InputMethod_TextConfig subsection
314 typedef struct InputMethod_TextConfig InputMethod_TextConfig
466 …y_GetTextConfigFunc) (InputMethod_TextEditorProxy *textEditorProxy, InputMethod_TextConfig *config)
1836 InputMethod_TextConfig* OH_TextConfig_Create ()
1841 Creates an [InputMethod_TextConfig](#inputmethod_textconfig) instance.
1847 If the operation is successful, a pointer to the created [InputMethod_TextConfig](#inputmethod_text…
1853 void OH_TextConfig_Destroy (InputMethod_TextConfig * config)
1858 Destroys an [InputMethod_TextConfig](#inputmethod_textconfig) instance.
1866 | config | Pointer to the [InputMethod_TextConfig](#inputmethod_textconfig) instance to be destroye…
1872 InputMethod_ErrorCode OH_TextConfig_GetCursorInfo (InputMethod_TextConfig * config, InputMethod_Cur…
1877 Obtains the cursor information of [InputMethod_TextConfig](#inputmethod_textconfig).
1885 | config | Pointer to the [InputMethod_TextConfig](#inputmethod_textconfig) instance whose value is…
1902 InputMethod_ErrorCode OH_TextConfig_GetEnterKeyType (InputMethod_TextConfig * config, InputMethod_E…
1907 Obtains the Enter function type of [InputMethod_TextConfig](#inputmethod_textconfig).
1915 | config | Pointer to the [InputMethod_TextConfig](#inputmethod_textconfig) instance whose value is…
1932 InputMethod_ErrorCode OH_TextConfig_GetInputType (InputMethod_TextConfig * config, InputMethod_Text…
1937 Obtains the text box type of [InputMethod_TextConfig](#inputmethod_textconfig).
1945 | config | Pointer to the [InputMethod_TextConfig](#inputmethod_textconfig) instance whose value is…
1962 InputMethod_ErrorCode OH_TextConfig_GetSelection (InputMethod_TextConfig * config, int32_t * start,…
1967 Obtains the selected text area of [InputMethod_TextConfig](#inputmethod_textconfig).
1975 | config | Pointer to the [InputMethod_TextConfig](#inputmethod_textconfig) instance whose value is…
1992 InputMethod_ErrorCode OH_TextConfig_GetTextAvoidInfo (InputMethod_TextConfig * config, InputMethod_…
1997 Obtains the avoidance information of [InputMethod_TextConfig](#inputmethod_textconfig).
2005 | config | Pointer to the [InputMethod_TextConfig](#inputmethod_textconfig) instance whose value is…
2022 InputMethod_ErrorCode OH_TextConfig_GetWindowId (InputMethod_TextConfig * config, int32_t * windowI…
2027 Obtains the ID of the window to which [InputMethod_TextConfig](#inputmethod_textconfig) belongs.
2035 | config | Pointer to the [InputMethod_TextConfig](#inputmethod_textconfig) instance whose value is…
2052 InputMethod_ErrorCode OH_TextConfig_IsPreviewTextSupported (InputMethod_TextConfig * config, bool *…
2057 Obtains the text preview settings of [InputMethod_TextConfig](#inputmethod_textconfig).
2065 | config | Pointer to the [InputMethod_TextConfig](#inputmethod_textconfig) instance whose value is…
2082 InputMethod_ErrorCode OH_TextConfig_SetEnterKeyType (InputMethod_TextConfig * config, InputMethod_E…
2087 Sets the Enter function type for [InputMethod_TextConfig](#inputmethod_textconfig).
2095 | config | Pointer to the [InputMethod_TextConfig](#inputmethod_textconfig) instance to be set.|
2112 InputMethod_ErrorCode OH_TextConfig_SetInputType (InputMethod_TextConfig * config, InputMethod_Text…
2117 Sets the text box type for [InputMethod_TextConfig](#inputmethod_textconfig).
2125 | config | Pointer to the [InputMethod_TextConfig](#inputmethod_textconfig) instance to be set.|
2142 InputMethod_ErrorCode OH_TextConfig_SetPreviewTextSupport (InputMethod_TextConfig * config, bool su…
2147 Sets the text preview feature for [InputMethod_TextConfig](#inputmethod_textconfig).
2155 | config | Pointer to the [InputMethod_TextConfig](#inputmethod_textconfig) instance to be set.|
2172 InputMethod_ErrorCode OH_TextConfig_SetSelection (InputMethod_TextConfig * config, int32_t start, i…
2177 Sets the selected text area for [InputMethod_TextConfig](#inputmethod_textconfig).
2185 | config | Pointer to the [InputMethod_TextConfig](#inputmethod_textconfig) instance to be set.|
2203 InputMethod_ErrorCode OH_TextConfig_SetWindowId (InputMethod_TextConfig * config, int32_t windowId )
2208 Sets the ID of the window to which [InputMethod_TextConfig](#inputmethod_textconfig) belongs.
2216 | config | Pointer to the [InputMethod_TextConfig](#inputmethod_textconfig) instance to be set.|