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