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