|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |
java.lang.objectjava.lang.enum<underlinestyle>
com.spire.doc.documents.underlinestyle
public enum underlinestyle
specifies style of the underline.
enum constant summary | |
---|---|
dash
dashed underline. |
|
dash_heavy
heavy dashed underline. |
|
dash_long
long-dash underline. |
|
dash_long_heavy
heavy long-dash underline. |
|
dot_dash
dot-dash underline. |
|
dot_dash_heavy
heavy dot-dash underline. |
|
dot_dot
|
|
dot_dot_dash
dot-dot-dash underline. |
|
dot_dot_dash_heavy
heavy dot-dot-dash underline. |
|
dotted
dotted underline. |
|
dotted_heavy
heavy dotted underline. |
|
double
double underline. |
|
none
no underlining. |
|
single
normal single underline. |
|
thick
heavy underline. |
|
wavy
wavy underline. |
|
wavy_double
wavy double underline. |
|
wavy_heavy
heavy wavy underline. |
|
words
underline words only. |
method summary | |
---|---|
int |
getvalue()
|
enum constant detail |
---|
public static final underlinestyle none
public static final underlinestyle single
public static final underlinestyle words
public static final underlinestyle double
public static final underlinestyle dotted
public static final underlinestyle dot_dot
public static final underlinestyle thick
public static final underlinestyle dash
public static final underlinestyle dot_dash
public static final underlinestyle dot_dot_dash
public static final underlinestyle wavy
public static final underlinestyle dotted_heavy
public static final underlinestyle dash_heavy
public static final underlinestyle dot_dash_heavy
public static final underlinestyle dot_dot_dash_heavy
public static final underlinestyle wavy_heavy
public static final underlinestyle dash_long
public static final underlinestyle wavy_double
public static final underlinestyle dash_long_heavy
method detail |
---|
public int getvalue()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |