[]
Specifies the overflow setting for a text frame.
public enum TextOverflowType
Public Enum TextOverflowType
Name | Description |
---|---|
Clip | Hide text that does not fit in the text frame. |
Ellipsis | Display text with ellipsis if the text overflow the text frame. |
Overflow | Allow text to overflow the text frame. |