Package apple.uikit.enums
Class NSUnderlineStyle
- java.lang.Object
-
- apple.uikit.enums.NSUnderlineStyle
-
public final class NSUnderlineStyle extends java.lang.ObjectAttribute values *********************** This defines currently supported values for NSUnderlineStyleAttributeName and NSStrikethroughStyleAttributeName. These values are or'ed together to produce an underline style. Underlines will be drawn with a solid pattern by default, so NSUnderlineStylePatternSolid does not need to be specified.
-
-
Field Summary
Fields Modifier and Type Field Description static longByWordstatic longDoublestatic longNonestatic longPatternDashstatic longPatternDashDotstatic longPatternDashDotDotstatic longPatternDotstatic longPatternSolidstatic longSinglestatic longThick
-
-
-
Field Detail
-
PatternSolid
public static final long PatternSolid
- See Also:
- Constant Field Values
-
PatternDot
public static final long PatternDot
- See Also:
- Constant Field Values
-
PatternDash
public static final long PatternDash
- See Also:
- Constant Field Values
-
PatternDashDot
public static final long PatternDashDot
- See Also:
- Constant Field Values
-
PatternDashDotDot
public static final long PatternDashDotDot
- See Also:
- Constant Field Values
-
ByWord
public static final long ByWord
- See Also:
- Constant Field Values
-
None
public static final long None
- See Also:
- Constant Field Values
-
Single
public static final long Single
- See Also:
- Constant Field Values
-
Thick
public static final long Thick
- See Also:
- Constant Field Values
-
Double
public static final long Double
- See Also:
- Constant Field Values
-
-