Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::IsWordWrapped method

TextBoxActiveXControl::IsWordWrapped method

Indicates whether the contents of the control automatically wrap at the end of a line.

bool Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::IsWordWrapped()

Examples

if (!activeXControl.IsWordWrapped())
{
    activeXControl.SetIsWordWrapped(true);
}

See Also