Aspose::Cells::Drawing::Texts::TextBoxOptions::GetShapeTextVerticalAlignment method

TextBoxOptions::GetShapeTextVerticalAlignment method

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

ShapeTextVerticalAlignmentType Aspose::Cells::Drawing::Texts::TextBoxOptions::GetShapeTextVerticalAlignment()

Examples

ShapeTextVerticalAlignmentType type = shape.GetTextBoxOptions().GetShapeTextVerticalAlignment();

See Also