com.aspose.cells

Class TextTabAlignmentType

  • java.lang.Object
    • com.aspose.cells.TextTabAlignmentType
public class TextTabAlignmentType 
extends java.lang.Object

Utility class containing constants. Represents the text tab alignment types.

Field Summary
static final intCENTER
The text at this tab stop is center aligned.
static final intDECIMAL
At this tab stop, the decimals are lined up.
static final intLEFT
The text at this tab stop is left aligned.
static final intRIGHT
The text at this tab stop is right aligned.
 

    • Field Detail

      • CENTER

        public static final int CENTER
        The text at this tab stop is center aligned.
      • DECIMAL

        public static final int DECIMAL
        At this tab stop, the decimals are lined up.
      • LEFT

        public static final int LEFT
        The text at this tab stop is left aligned.
      • RIGHT

        public static final int RIGHT
        The text at this tab stop is right aligned.