Aspose::Cells::Drawing::Texts::ShapeTextAlignment::IsAutoMargin method

ShapeTextAlignment::IsAutoMargin method

Indicates whether the margin of the text frame is automatic.

bool Aspose::Cells::Drawing::Texts::ShapeTextAlignment::IsAutoMargin()

Examples

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

See Also