StringTrimming Enumeration

Specifies how to trim characters from a string that does not completely fit into a layout shape.

Module: aspose.imaging

Full Name: aspose.imaging.StringTrimming

Aspose.Imaging Version: 24.5.0

Members

Member nameDescription
CHARACTERSpecifies that the text is trimmed to the nearest character.
ELLIPSIS_CHARACTERSpecifies that the text is trimmed to the nearest character, and an ellipsis is inserted at the end of a trimmed line.
ELLIPSIS_PATHThe center is removed from trimmed lines and replaced by an ellipsis. The algorithm keeps as much of the last slash-delimited segment of the line as possible.
ELLIPSIS_WORDSpecifies that text is trimmed to the nearest word, and an ellipsis is inserted at the end of a trimmed line.
NONESpecifies no trimming.
WORDSpecifies that text is trimmed to the nearest word.