Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetIsAutoMargin method

ShapeTextAlignment::SetIsAutoMargin method

Indicates whether the margin of the text frame is automatic.

void Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetIsAutoMargin(bool value)

Examples

if (shapeTextAlignment.IsAutoMargin() == false)
{
    shapeTextAlignment.SetIsAutoMargin(true);
}

See Also