Aspose::Cells::Drawing::Texts::ShapeTextAlignment::SetBottomMarginPt method

ShapeTextAlignment::SetBottomMarginPt method

Returns the bottom margin in unit of Points.

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

Examples

if (shapeTextAlignment.GetBottomMarginPt() == 1.0)
{
    shapeTextAlignment.SetBottomMarginPt(2.0);
}

See Also