Interface TextTransform


public interface TextTransform
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Display the first character of a word
    in titlecase
    static final int
    Display letters and numbers as lowercase
    static final int
    Leave text unchanged
    static final int
    Display letters and numbers as uppercase
  • Field Details

    • NONE

      static final int NONE
      Leave text unchanged
      See Also:
    • LOWERCASE

      static final int LOWERCASE
      Display letters and numbers as lowercase
      See Also:
    • UPPERCASE

      static final int UPPERCASE
      Display letters and numbers as uppercase
      See Also:
    • CAPITALIZE

      static final int CAPITALIZE
      Display the first character of a word
      in titlecase
      See Also: