Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetTextVerticalType method

ShapeTextAlignment::GetTextVerticalType method

Gets and sets the text direction.

TextVerticalType Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetTextVerticalType()

Examples

if (shapeTextAlignment.GetTextVerticalType() == TextVerticalType::Vertical)
{
    shapeTextAlignment.SetTextVerticalType(TextVerticalType::Horizontal);
}

See Also