Aspose::Cells::Drawing::Texts::TextBoxOptions::SetRightMarginPt method

TextBoxOptions::SetRightMarginPt method

Gets and sets the right margin in unit of Points.

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

Examples

shape.GetTextBoxOptions().SetRightMarginPt(0.2);

See Also