StringTrimming

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class StringTrimming extends System.Enum

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

Fields

FieldDescription
NoneSpecifies no trimming.
CharacterSpecifies that the text is trimmed to the nearest character.
WordSpecifies that text is trimmed to the nearest word.
EllipsisCharacterSpecifies that the text is trimmed to the nearest character, and an ellipsis is inserted at the end of a trimmed line.
EllipsisWordSpecifies that text is trimmed to the nearest word, and an ellipsis is inserted at the end of a trimmed line.
EllipsisPathThe center is removed from trimmed lines and replaced by an ellipsis.

None

public static final int None

Specifies no trimming.

Character

public static final int Character

Specifies that the text is trimmed to the nearest character.

Word

public static final int Word

Specifies that text is trimmed to the nearest word.

EllipsisCharacter

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.

EllipsisWord

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.

EllipsisPath

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.