Schnittstelle TabAlign


public interface TabAlign
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    the text is centered at the tab stop position
    until the available space is filled.
    static final int
    text before the first occurrence of the decimal point
    character appears to the left of the tab stop position (until the available
    space is filled), the rest to the right.
    static final int
    the text appears to the right of the tab stop position
    static final int
    the text appears to the left of the tab stop position
    until the available space is filled.
  • Felddetails

    • LEFT

      static final int LEFT
      the text appears to the right of the tab stop position
      Siehe auch:
    • CENTER

      static final int CENTER
      the text is centered at the tab stop position
      until the available space is filled. Since: 1.50
      Siehe auch:
    • DECIMAL

      static final int DECIMAL
      text before the first occurrence of the decimal point
      character appears to the left of the tab stop position (until the available
      space is filled), the rest to the right. Since: 1.50
      Siehe auch: