public final class StringTrimming
extends com.aspose.ms.System.Enum
Specifies how to trim characters from a string that does not completely fit into a layout shape.
Modifier and Type | Field and Description |
---|---|
static int |
Character
Specifies that the text is trimmed to the nearest character.
|
static int |
EllipsisCharacter
Specifies that the text is trimmed to the nearest character, and an ellipsis is inserted at the end of a trimmed line.
|
static int |
EllipsisPath
The center is removed from trimmed lines and replaced by an ellipsis.
|
static int |
EllipsisWord
Specifies that text is trimmed to the nearest word, and an ellipsis is inserted at the end of a trimmed line.
|
static int |
None
Specifies no trimming.
|
static int |
Word
Specifies that text is trimmed to the nearest word.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, parseQuick, parseQuick, register, toObject, toString
public static final int None
Specifies no trimming.
public static final int Character
Specifies that the text is trimmed to the nearest character.
public static final int Word
Specifies that text is trimmed to the nearest word.
public static final int EllipsisCharacter
Specifies that the text is trimmed to the nearest character, and an ellipsis is inserted at the end of a trimmed line.
public static final int EllipsisWord
Specifies that text is trimmed to the nearest word, and an ellipsis is inserted at the end of a trimmed line.
public static final int EllipsisPath
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.