Aspose::Cells::Drawing::Texts::TextBoxOptions::SetShapeTextVerticalAlignment method
TextBoxOptions::SetShapeTextVerticalAlignment method
It corresponds to “Format Shape - Text Options - Text Box - Vertical Alignment” in Excel.
void Aspose::Cells::Drawing::Texts::TextBoxOptions::SetShapeTextVerticalAlignment(ShapeTextVerticalAlignmentType value)
Examples
shape.GetTextBoxOptions().SetShapeTextVerticalAlignment(ShapeTextVerticalAlignmentType::Left);
See Also
- Class Vector
- Enum ShapeTextVerticalAlignmentType
- Class TextBoxOptions
- Namespace Aspose::Cells::Drawing::Texts
- Library Aspose.Cells for C++