TextVerticalOverflowType Enumeration
|
Represents text vertical overflow type.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum TextVerticalOverflowType
Public Enumeration TextVerticalOverflowType
public enum class TextVerticalOverflowType
type TextVerticalOverflowType
Members
|
|
Member name
|
Value
|
Description
|
|
|
None
|
-1
|
|
|
|
Overflow
|
0
|
|
|
|
Ellipsis
|
1
|
|
|
|
Clip
|
2
|
|
See Also