Aspose::Cells::Drawing::Shape::GetTextOrientationType method
Shape::GetTextOrientationType method
Gets and sets the text orientation type of the shape.
TextOrientationType Aspose::Cells::Drawing::Shape::GetTextOrientationType()
Examples
if (shape.GetTextOrientationType() == TextOrientationType::NoRotation)
shape.SetTextOrientationType(TextOrientationType::TopToBottom);
See Also
- Enum TextOrientationType
- Class Shape
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++