com.aspose.imaging
Class StringTrimming

java.lang.Object
  extended by java.lang.Enum
      extended by com.aspose.imaging.StringTrimming
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class StringTrimming
extends java.lang.Enum

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

See Also:
Serialized Form

Field Summary
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.
 
Method Summary
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

Character

public static final int Character

Specifies that the text is trimmed to the nearest character.

See Also:
Constant Field Values

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.

See Also:
Constant Field Values

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.

See Also:
Constant Field Values

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.

See Also:
Constant Field Values

None

public static final int None

Specifies no trimming.

See Also:
Constant Field Values

Word

public static final int Word

Specifies that text is trimmed to the nearest word.

See Also:
Constant Field Values