Class TextUtils


  • public final class TextUtils
    extends Object
    Since:
    0.4
    Author:
    Michiel Meeuwissen
    • Method Detail

      • superscript

        public static String superscript​(long i)
        Returns an integer in 'superscript' notation, using unicode.
      • subscript

        public static String subscript​(long i)
        Returns an integer in 'superscript' notation, using unicode.
      • underLine

        public static String underLine​(CharSequence s)
        Gives a representation of the string which is completely 'underlined' (using unicode control characters)
        Since:
        2.11
      • underLineDouble

        public static String underLineDouble​(CharSequence s)
        Gives a representation of the string which is completely 'double underlined' (using unicode control characters)
      • overLine

        public static String overLine​(CharSequence s)
        Gives a representation of the string which is completely 'overlined' (using unicode control characters)
      • overLineDouble

        public static String overLineDouble​(CharSequence s)
        Gives a representation of the string which is completely 'double overlined' (using unicode control characters)