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