StringTrimming Enumeration |
Specifies how to trim characters from a string that does not completely fit into a layout shape.
Namespace: Aspose.PSDAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntaxpublic enum StringTrimming
Public Enumeration StringTrimming
public enum class StringTrimming
Members
| Member name | Value | Description |
---|
| None | 0 |
Specifies no trimming.
|
| Character | 1 |
Specifies that the text is trimmed to the nearest character.
|
| Word | 2 |
Specifies that text is trimmed to the nearest word.
|
| EllipsisCharacter | 3 |
Specifies that the text is trimmed to the nearest character, and an ellipsis is inserted at the end of a trimmed line.
|
| EllipsisWord | 4 |
Specifies that text is trimmed to the nearest word, and an ellipsis is inserted at the end of a trimmed line.
|
| EllipsisPath | 5 |
The 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.
|
See Also