asposecells.api

Class TextTabAlignmentType

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

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

    • Field Detail

      • CENTER

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

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

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

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