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