StringTrimming

StringTrimming enumeration

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

public enum StringTrimming

Values

NameValueDescription
None0Specifies no trimming.
Character1Specifies that the text is trimmed to the nearest character.
Word2Specifies that text is trimmed to the nearest word.
EllipsisCharacter3Specifies that the text is trimmed to the nearest character, and an ellipsis is inserted at the end of a trimmed line.
EllipsisWord4Specifies that text is trimmed to the nearest word, and an ellipsis is inserted at the end of a trimmed line.
EllipsisPath5The 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