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