underlinestyle-ag凯发旗舰厅



com.spire.doc.documents
enum underlinestyle

java.lang.object
  extended by java.lang.enum<underlinestyle>
      extended by com.spire.doc.documents.underlinestyle
all implemented interfaces:
java.lang.comparable<underlinestyle>

public enum underlinestyle
extends java.lang.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

none

public static final underlinestyle none
no underlining.

single

public static final underlinestyle single
normal single underline.

words

public static final underlinestyle words
underline words only.

double

public static final underlinestyle double
double underline.

dotted

public static final underlinestyle dotted
dotted underline.

dot_dot

public static final underlinestyle dot_dot

thick

public static final underlinestyle thick
heavy underline.

dash

public static final underlinestyle dash
dashed underline.

dot_dash

public static final underlinestyle dot_dash
dot-dash underline.

dot_dot_dash

public static final underlinestyle dot_dot_dash
dot-dot-dash underline.

wavy

public static final underlinestyle wavy
wavy underline.

dotted_heavy

public static final underlinestyle dotted_heavy
heavy dotted underline.

dash_heavy

public static final underlinestyle dash_heavy
heavy dashed underline.

dot_dash_heavy

public static final underlinestyle dot_dash_heavy
heavy dot-dash underline.

dot_dot_dash_heavy

public static final underlinestyle dot_dot_dash_heavy
heavy dot-dot-dash underline.

wavy_heavy

public static final underlinestyle wavy_heavy
heavy wavy underline.

dash_long

public static final underlinestyle dash_long
long-dash underline.

wavy_double

public static final underlinestyle wavy_double
wavy double underline.

dash_long_heavy

public static final underlinestyle dash_long_heavy
heavy long-dash underline.
method detail

getvalue

public int getvalue()


网站地图