Enum TextOverflow

Enum TextOverflow

Namespace: Aspose.Svg.Builder
Assembly: Aspose.SVG.dll (25.5.0)

Specifies how overflowed content inside a text element is handled.

[ComVisible(true)]
public enum TextOverflow

Fields

Clip = 0

Overflowed content is clipped.

Ellipsis = 1

Overflowed content is represented with an ellipsis.

 English