public final class CTUnderlineStyleModifiers
extends java.lang.Object
Underline style modifiers.
Set these bits with the CTUnderlineStyle that you set with the kCTUnderlineStyleAttributeName attribute to modify how the underline will be drawn.
| Modifier and Type | Field and Description |
|---|---|
static int |
Dash |
static int |
DashDot |
static int |
DashDotDot |
static int |
Dot |
static int |
Solid |
public static final int Solid
public static final int Dot
public static final int Dash
public static final int DashDot
public static final int DashDotDot