asposecells.api

Class TextFontAlignType

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

Field Summary
const  intAUTOMATIC
When the text flow is horizontal or simple vertical same as fontBaseline but for other vertical modes same as fontCenter.
const  intBOTTOM
The letters are anchored to the very bottom of a single line.
const  intBASELINE
The letters are anchored to the bottom baseline of a single line.
const  intCENTER
The letters are anchored between the two baselines of a single line.
const  intTOP
The letters are anchored to the top baseline of a single line.
 

    • Field Detail

      • AUTOMATIC

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

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

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

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

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