Package apple.coretext.enums
Class CTUnderlineStyleModifiers
- java.lang.Object
-
- apple.coretext.enums.CTUnderlineStyleModifiers
-
public final class CTUnderlineStyleModifiers extends java.lang.Object[@enum] CTUnderlineStyleModifiers Underline style modifiers. Set these bits with the CTUnderlineStyle that you set with the kCTUnderlineStyleAttributeName attribute to modify how the underline will be drawn.
-
-
Field Summary
Fields Modifier and Type Field Description static intDashstatic intDashDotstatic intDashDotDotstatic intDotstatic intSolid
-
-
-
Field Detail
-
Solid
public static final int Solid
- See Also:
- Constant Field Values
-
Dot
public static final int Dot
- See Also:
- Constant Field Values
-
Dash
public static final int Dash
- See Also:
- Constant Field Values
-
DashDot
public static final int DashDot
- See Also:
- Constant Field Values
-
DashDotDot
public static final int DashDotDot
- See Also:
- Constant Field Values
-
-