|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.aspose.imaging.StringTrimming
public final class StringTrimming
Specifies how to trim characters from a string that does not completely fit into a layout shape.
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 |
---|
public static final int Character
Specifies that the text is trimmed to the nearest character.
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 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.
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 None
Specifies no trimming.
public static final int Word
Specifies that text is trimmed to the nearest word.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |