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