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