Aspose::Cells::Drawing::Texts::TextBoxOptions::GetShapeTextDirection method

TextBoxOptions::GetShapeTextDirection 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.

TextVerticalType Aspose::Cells::Drawing::Texts::TextBoxOptions::GetShapeTextDirection()

Examples

TextVerticalType type = shape.GetTextBoxOptions().GetShapeTextDirection();

See Also