TextUnderlineType Enumeration
|
Represents the type of text underline.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum TextUnderlineType
Public Enumeration TextUnderlineType
public enum class TextUnderlineType
Members
|
|
Member name
|
Value
|
Description
|
|
|
UnDefined
|
-1
|
|
|
|
None
|
0
|
|
|
|
Words
|
1
|
|
|
|
Single
|
2
|
|
|
|
Double
|
3
|
|
|
|
Heavy
|
4
|
|
|
|
Dotted
|
5
|
|
|
|
HeavyDotted
|
6
|
|
|
|
Dashed
|
7
|
|
|
|
HeavyDashed
|
8
|
|
|
|
LongDashed
|
9
|
|
|
|
HeavyLongDashed
|
10
|
|
|
|
DotDash
|
11
|
|
|
|
HeavyDotDash
|
12
|
|
|
|
DotDotDash
|
13
|
|
|
|
HeavyDotDotDash
|
14
|
|
|
|
Wavy
|
15
|
|
|
|
HeavyWavy
|
16
|
|
|
|
DoubleWavy
|
17
|
|
See Also