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