Schnittstelle TextTransform


public interface TextTransform
  • Feldübersicht Linksymbol

    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 Linksymbol

    • NONE Linksymbol

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

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

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

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