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