Package apple.uikit.enums
Class UITextDragOptions
- java.lang.Object
-
- apple.uikit.enums.UITextDragOptions
-
public final class UITextDragOptions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longOptionsNonestatic longOptionStripTextColorFromPreviewsBy default, previews generated by the system will retain the foreground and background text colors.
-
-
-
Field Detail
-
OptionsNone
public static final long OptionsNone
- See Also:
- Constant Field Values
-
OptionStripTextColorFromPreviews
public static final long OptionStripTextColorFromPreviews
By default, previews generated by the system will retain the foreground and background text colors. Activating this option causes those colors to be stripped away, resulting in a text preview with black text on a clear background. This affects only the preview, not the contents of the drag. Any embedded images in the preview will remain as they are.- See Also:
- Constant Field Values
-
-