EmfPlusStringTrimming Enumeration

The StringTrimming enumeration defines how to trim characters from a string that is too large for the text layout rectangle.

Module: aspose.imaging.fileformats.emf.emfplus.consts

Full Name: aspose.imaging.fileformats.emf.emfplus.consts.EmfPlusStringTrimming

Aspose.Imaging Version: 24.7.0

Members

Member nameDescription
STRING_TRIMMING_CHARACTERSpecifies that the string is broken at the boundary of the last character that is inside the layout rectangle. This is the default.
STRING_TRIMMING_ELLIPSIS_CHARACTERSpecifies that the string is broken at the boundary of the last character that is inside the layout rectangle, and an ellipsis (…) is inserted after the character.
STRING_TRIMMING_ELLIPSIS_PATHSpecifies that the center is removed from the string and replaced by an ellipsis. The algorithm keeps as much of the last portion of the string as possible.
STRING_TRIMMING_ELLIPSIS_WORDSpecifies that the string is broken at the boundary of the last word that is inside the layout rectangle, and an ellipsis (…) is inserted after the word.
STRING_TRIMMING_NONESpecifies that no trimming is done.
STRING_TRIMMING_WORDSpecifies that the string is broken at the boundary of the last word that is inside the layout rectangle.