LineBreakConfig.LineBreakWordStylePhrase 필드

정의

주의

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

줄 바꿈은 구를 기반으로 하므로 의미 있는 단어에만 텍스트 줄 바꿈이 발생합니다.

[Android.Runtime.Register("LINE_BREAK_WORD_STYLE_PHRASE", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.Text.LineBreakWordStyle enum directly instead of this field.", true)]
public const Android.Graphics.Text.LineBreakWordStyle LineBreakWordStylePhrase = 1;
[<Android.Runtime.Register("LINE_BREAK_WORD_STYLE_PHRASE", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.Text.LineBreakWordStyle enum directly instead of this field.", true)>]
val mutable LineBreakWordStylePhrase : Android.Graphics.Text.LineBreakWordStyle

필드 값

Value = 1

구현

특성

설명

줄 바꿈은 구를 기반으로 하므로 의미 있는 단어에만 텍스트 줄 바꿈이 발생합니다.

이 줄 바꿈 단어 스타일에 대한 지원은 로캘에 따라 달라집니다. 현재 로캘에서 구 기반 텍스트 줄 바꿈을 지원하지 않는 경우 이 설정은 영향을 주지 않습니다.

에 대한 android.graphics.text.LineBreakConfig.LINE_BREAK_WORD_STYLE_PHRASEJava 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상