Поделиться через


TextUtils.SafeStringFlagFirstLine Поле

Определение

Внимание!

This constant will be removed in the future version. Use Android.Text.SafeStringFlagMode enum directly instead of this field.

Возвращает только первую строку текста (усечение в первой строке).

[Android.Runtime.Register("SAFE_STRING_FLAG_FIRST_LINE", ApiSince=29)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Text.SafeStringFlagMode enum directly instead of this field.", true)]
public const Android.Text.SafeStringFlagMode SafeStringFlagFirstLine = 4;
[<Android.Runtime.Register("SAFE_STRING_FLAG_FIRST_LINE", ApiSince=29)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Text.SafeStringFlagMode enum directly instead of this field.", true)>]
val mutable SafeStringFlagFirstLine : Android.Text.SafeStringFlagMode

Значение поля

Value = 4
Атрибуты

Комментарии

Возвращает только первую строку текста (усечение в первой строке). Не удается задать одновременно с параметром #SAFE_STRING_FLAG_SINGLE_LINE.

Документация по Java для android.text.TextUtils.SAFE_STRING_FLAG_FIRST_LINE.

Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.

Применяется к