Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetTopMarginPt method
ShapeTextAlignment::GetTopMarginPt method
Returns the top margin in unit of Points.
double Aspose::Cells::Drawing::Texts::ShapeTextAlignment::GetTopMarginPt()
Examples
if (shapeTextAlignment.GetTopMarginPt() != 2.0)
{
shapeTextAlignment.SetTopMarginPt(2.0);
}
See Also
- Class Vector
- Class ShapeTextAlignment
- Namespace Aspose::Cells::Drawing::Texts
- Library Aspose.Cells for C++