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
- Class Vector
- Class ShapeTextAlignment
- Namespace Aspose::Cells::Drawing::Texts
- Library Aspose.Cells for C++