aspose.cells

Class TextFontAlignType

Utility class containing constants. Represents the different types of font alignment.

Field Summary
const  NumberAUTOMATIC
When the text flow is horizontal or simple vertical same as fontBaseline but for other vertical modes same as fontCenter.
const  NumberBOTTOM
The letters are anchored to the very bottom of a single line.
const  NumberBASELINE
The letters are anchored to the bottom baseline of a single line.
const  NumberCENTER
The letters are anchored between the two baselines of a single line.
const  NumberTOP
The letters are anchored to the top baseline of a single line.
 

    • Field Detail

      • AUTOMATIC

        const Number AUTOMATIC
        When the text flow is horizontal or simple vertical same as fontBaseline but for other vertical modes same as fontCenter.
      • BOTTOM

        const Number BOTTOM
        The letters are anchored to the very bottom of a single line.
      • BASELINE

        const Number BASELINE
        The letters are anchored to the bottom baseline of a single line.
      • CENTER

        const Number CENTER
        The letters are anchored between the two baselines of a single line.
      • TOP

        const Number TOP
        The letters are anchored to the top baseline of a single line.