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