Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

ControlTextTrimming Enumeration

Show in webframe
Specifies how to trim characters from a string that does not completely fit into a layout shape.
Syntax
Leadtools.Controls.ControlTextTrimming = function() { };
Leadtools.Controls.ControlTextTrimming.prototype = {
	none = 0,
	character = 1,
	word = 2,
	ellipsisCharacter = 3,
	ellipsisWord = 4,
	ellipsisPath = 5,
	
 };
Members
ValueMemberDescription
0none Specifies no trimming.
1character Specifies that the text is trimmed to the nearest character.
2word Specifies that text is trimmed to the nearest word.
3ellipsisCharacter Specifies that the text is trimmed to the nearest character, and an ellipsis is inserted at the end of a trimmed line.
4ellipsisWord Specifies that text is trimmed to the nearest word, and an ellipsis is inserted at the end of a trimmed line.
5ellipsisPath 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.
Remarks

Use by ImageViewer.ItemTextTrimming property.

See Also

Reference

Leadtools.Controls Namespace

Error processing SSI file