Aspose::Cells::Drawing::Texts::TextBoxOptions::SetLeftMarginPt method

TextBoxOptions::SetLeftMarginPt method

Gets and sets the left margin in unit of Points.

void Aspose::Cells::Drawing::Texts::TextBoxOptions::SetLeftMarginPt(double value)

Examples

shape.GetTextBoxOptions().SetLeftMarginPt(0.2);

See Also