|
|||||||||
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 |