System::Drawing::StringTrimming enum
Contents
[
Hide
]StringTrimming enum
Specifies how characters should be trimmed from a string that does not fit the layout shape.
enum class StringTrimming
Values
Name | Value | Description |
---|---|---|
None | 0 | No trimming. |
Character | 1 | Trim to the nearest character. |
Word | 2 | Trim to the nearest word. |
EllipsisCharacter | 3 | Trim to the nearest character and insert ellipsis at the end of the string. |
EllipsisWord | 4 | Trim to the nearest word and insert ellipsis at the end of the string. |
EllipsisPath | 5 | The center is removed from trimmed lines and replaced by an ellipsis. Keep as much of the last slash-delimited segment of the line as possible. |
See Also
- Namespace System::Drawing
- Library Aspose.TeX for C++