Aspose::Cells::Drawing::Texts::TextBoxOptions::GetAllowTextToOverflow method

TextBoxOptions::GetAllowTextToOverflow method

Whether allow text to overflow shape.

bool Aspose::Cells::Drawing::Texts::TextBoxOptions::GetAllowTextToOverflow()

Examples

bool b = shape.GetTextBoxOptions().GetAllowTextToOverflow();

See Also