Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetLeftMarginPt method

ShapeTextAlignment::SetLeftMarginPt method

Returns the left margin in unit of Points.

void Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetLeftMarginPt(double value)

Examples

if (shapeTextAlignment.GetLeftMarginPt() == 1.0)
{
    shapeTextAlignment.SetLeftMarginPt(2.0);
}

See Also