Aspose::Cells::Drawing::Texts::TextBoxOptions::SetShapeTextDirection method

TextBoxOptions::SetShapeTextDirection method

Gets or sets the text display direction within a given text body. It corresponds to “Format Shape - Text Options - Text Box - Text direction” in Excel.

void Aspose::Cells::Drawing::Texts::TextBoxOptions::SetShapeTextDirection(TextVerticalType value)

Examples

shape.GetTextBoxOptions().SetShapeTextDirection(TextVerticalType::Vertical);

See Also