Enum ShapeTextVerticalAlignmentType

ShapeTextVerticalAlignmentType enumeration

It corresponds to “Format Shape - Text Options - Text Box - Vertical Alignment” in Excel.

public enum ShapeTextVerticalAlignmentType

Values

NameValueDescription
Top0
Middle1
Bottom2
TopCentered3
MiddleCentered4
BottomCentered5
Left6
Center7
Right8
LeftMiddle9
CenterMiddle10
RightMiddle11

See Also