Schnittstelle EllipsizeMode


public interface EllipsizeMode
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    Omit characters at the end of the text
    static final int
    Omit characters in the middle of the text
    static final int
    No ellipsization
    static final int
    Omit characters at the start of the text
  • Felddetails

    • NONE

      static final int NONE
      No ellipsization
      Siehe auch:
    • START

      static final int START
      Omit characters at the start of the text
      Siehe auch:
    • MIDDLE

      static final int MIDDLE
      Omit characters in the middle of the text
      Siehe auch:
    • END

      static final int END
      Omit characters at the end of the text
      Siehe auch: