aspose.cells

Class TextTabAlignmentType

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

Field Summary
const  NumberCENTER
The text at this tab stop is center aligned.
const  NumberDECIMAL
At this tab stop, the decimals are lined up.
const  NumberLEFT
The text at this tab stop is left aligned.
const  NumberRIGHT
The text at this tab stop is right aligned.
 

    • Field Detail

      • CENTER

        const Number CENTER
        The text at this tab stop is center aligned.
      • DECIMAL

        const Number DECIMAL
        At this tab stop, the decimals are lined up.
      • LEFT

        const Number LEFT
        The text at this tab stop is left aligned.
      • RIGHT

        const Number RIGHT
        The text at this tab stop is right aligned.