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
- Enum ShapeTextVerticalAlignmentType
- Class TextBoxOptions
- Namespace Aspose::Cells::Drawing::Texts
- Library Aspose.Cells for C++