Schnittstelle TextTransform


public interface TextTransform
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    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
  • Felddetails

    • NONE

      static final int NONE
      Leave text unchanged
      Siehe auch:
    • LOWERCASE

      static final int LOWERCASE
      Display letters and numbers as lowercase
      Siehe auch:
    • UPPERCASE

      static final int UPPERCASE
      Display letters and numbers as uppercase
      Siehe auch:
    • CAPITALIZE

      static final int CAPITALIZE
      Display the first character of a word
      in titlecase
      Siehe auch: