TextOverflow Enum
TextOverflow enumeration
Specifies how overflowed content inside a text element is handled.
public enum TextOverflow
Values
Name | Value | Description |
---|---|---|
Clip | 0 | Overflowed content is clipped. |
Ellipsis | 1 | Overflowed content is represented with an ellipsis. |
See Also
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG