com.aspose.cells

Class TextFontAlignType

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

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

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

    • Field Detail

      • AUTOMATIC

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

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

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

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

        public static final int TOP
        The letters are anchored to the top baseline of a single dline.