Package apple.uikit.enums
Class UIAccessibilityCustomSystemRotorType
- java.lang.Object
-
- apple.uikit.enums.UIAccessibilityCustomSystemRotorType
-
public final class UIAccessibilityCustomSystemRotorType extends java.lang.ObjectUIAccessibilityCustomSystemRotorType should be used when you want to allow searching for one of the following types. This will allow VoiceOver to use appropriate gestures and keyboard commands for these specific search types.
-
-
Field Summary
Fields Modifier and Type Field Description static longBoldTextstatic longHeadingstatic longHeadingLevel1static longHeadingLevel2static longHeadingLevel3static longHeadingLevel4static longHeadingLevel5static longHeadingLevel6static longImagestatic longItalicTextstatic longLandmarkstatic longLinkstatic longListstatic longMisspelledWordstatic longNonestatic longTablestatic longTextFieldstatic longUnderlineTextstatic longVisitedLink
-
-
-
Field Detail
-
None
public static final long None
- See Also:
- Constant Field Values
-
Link
public static final long Link
- See Also:
- Constant Field Values
-
VisitedLink
public static final long VisitedLink
- See Also:
- Constant Field Values
-
Heading
public static final long Heading
- See Also:
- Constant Field Values
-
HeadingLevel1
public static final long HeadingLevel1
- See Also:
- Constant Field Values
-
HeadingLevel2
public static final long HeadingLevel2
- See Also:
- Constant Field Values
-
HeadingLevel3
public static final long HeadingLevel3
- See Also:
- Constant Field Values
-
HeadingLevel4
public static final long HeadingLevel4
- See Also:
- Constant Field Values
-
HeadingLevel5
public static final long HeadingLevel5
- See Also:
- Constant Field Values
-
HeadingLevel6
public static final long HeadingLevel6
- See Also:
- Constant Field Values
-
BoldText
public static final long BoldText
- See Also:
- Constant Field Values
-
ItalicText
public static final long ItalicText
- See Also:
- Constant Field Values
-
UnderlineText
public static final long UnderlineText
- See Also:
- Constant Field Values
-
MisspelledWord
public static final long MisspelledWord
- See Also:
- Constant Field Values
-
Image
public static final long Image
- See Also:
- Constant Field Values
-
TextField
public static final long TextField
- See Also:
- Constant Field Values
-
Table
public static final long Table
- See Also:
- Constant Field Values
-
List
public static final long List
- See Also:
- Constant Field Values
-
Landmark
public static final long Landmark
- See Also:
- Constant Field Values
-
-