Enum ShapeTextVerticalAlignmentType
ShapeTextVerticalAlignmentType enumeration
It corresponds to “Format Shape - Text Options - Text Box - Vertical Alignment” in Excel.
public enum ShapeTextVerticalAlignmentType
Values
Name | Value | Description |
---|---|---|
Top | 0 | |
Middle | 1 | |
Bottom | 2 | |
TopCentered | 3 | |
MiddleCentered | 4 | |
BottomCentered | 5 | |
Left | 6 | |
Center | 7 | |
Right | 8 | |
LeftMiddle | 9 | |
CenterMiddle | 10 | |
RightMiddle | 11 |
See Also
- namespace Aspose.Cells.Drawing.Texts
- assembly Aspose.Cells