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