Enum ShapeTextVerticalAlignmentType
Enum ShapeTextVerticalAlignmentType
Namespace: Aspose.Cells.Drawing.Texts
Assembly: Aspose.Cells.dll (25.2.0)
It corresponds to “Format Shape - Text Options - Text Box - Vertical Alignment” in Excel.
public enum ShapeTextVerticalAlignmentType
Fields
Bottom = 2
BottomCentered = 5
Center = 7
CenterMiddle = 10
Left = 6
LeftMiddle = 9
Middle = 1
MiddleCentered = 4
Right = 8
RightMiddle = 11
Top = 0
TopCentered = 3