Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetRightMarginPt method

ShapeTextAlignment::SetRightMarginPt method

Returns the right margin in unit of Points.

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

Examples

if (shapeTextAlignment.GetRightMarginPt() == 1.0)
{
    shapeTextAlignment.SetRightMarginPt(2.0);
}

See Also