TextLineStyle Enumeration
|
Represents the style of a line.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum TextLineStyle
Public Enumeration TextLineStyle
public enum class TextLineStyle
Members
|
|
Member name
|
Value
|
Description
|
|
|
None
|
-1
|
|
|
|
Single
|
0
|
|
|
|
ThinThin
|
1
|
|
|
|
ThinThick
|
2
|
|
|
|
ThickThin
|
3
|
|
|
|
ThickBetweenThin
|
4
|
|
See Also