Packages

 

com.aspose.cad

Class StringTrimming

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.cad.StringTrimming


  • 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.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      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.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        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
    • Field Detail

      • Character

        public static final int Character

        Specifies that the text is trimmed to the nearest character.

        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
      • 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
      • 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
      • 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