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
属性

注釈

改行は語句に基づいており、意味のある単語にのみテキストを折り返します。

この改行ワード スタイルのサポートは、ロケールによって異なります。 現在のロケールでフレーズ ベースのテキストの折り返しがサポートされていない場合、この設定は無効です。

の Java ドキュメントandroid.graphics.text.LineBreakConfig.LINE_BREAK_WORD_STYLE_PHRASE

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象