Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetAutoSize method
ShapeTextAlignment::GetAutoSize method
Indicates if size of shape is adjusted automatically according to its content.
bool Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetAutoSize()
Examples
if (shapeTextAlignment.GetAutoSize() == false)
{
shapeTextAlignment.SetAutoSize(true);
}
See Also
- Class Vector
- Class ShapeTextAlignment
- Namespace Aspose::Cells::Drawing::Texts
- Library Aspose.Cells for C++