Schnittstelle InscriptionOverflow


public interface InscriptionOverflow
  • Feldübersicht

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

    • CLIP

      static final int CLIP
      Clip the remaining text
      Siehe auch:
    • ELLIPSIZE_START

      static final int ELLIPSIZE_START
      Omit characters at the start of the text
      Siehe auch:
    • ELLIPSIZE_MIDDLE

      static final int ELLIPSIZE_MIDDLE
      Omit characters at the middle of the text
      Siehe auch:
    • ELLIPSIZE_END

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