Partager via


UITextGranularity Énumération

Définition

Énumération de valeurs qui spécifient la granularité d’une plage de texte .

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UITextGranularity
type UITextGranularity = 
Héritage
UITextGranularity
Attributs

Champs

Character 0

L’unité de texte est un caractère.

Document 5

L’unité de texte est un document.

Line 4

L’unité de texte est une ligne.

Paragraph 3

L’unité de texte est un paragraphe.

Sentence 2

L’unité de texte est une phrase.

Word 1

L’unité de texte est un mot.

S’applique à

Voir aussi