Aspose::Cells::Drawing::Texts::TextBoxOptions::SetAllowTextToOverflow method

TextBoxOptions::SetAllowTextToOverflow method

Whether allow text to overflow shape.

void Aspose::Cells::Drawing::Texts::TextBoxOptions::SetAllowTextToOverflow(bool value)

Examples

shape.GetTextBoxOptions().SetAllowTextToOverflow(true);

See Also