Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetBottomMarginPt method
ShapeTextAlignment::GetBottomMarginPt method
Returns the bottom margin in unit of Points.
double Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetBottomMarginPt()
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++