次の方法で共有


UITextGranularity 列挙型

定義

テキスト範囲の粒度を指定する値の列挙。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UITextGranularity
type UITextGranularity = 
継承
UITextGranularity
属性

フィールド

Character 0

テキストの単位は文字です。

Document 5

テキストの単位はドキュメントです。

Line 4

テキストの単位は 1 行です。

Paragraph 3

テキストの単位は段落です。

Sentence 2

テキストの単位は文です。

Word 1

テキストの単位は単語です。

適用対象

こちらもご覧ください