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
- Class Vector
- Class TextBoxActiveXControl
- Namespace Aspose::Cells::Drawing::ActiveXControls
- Library Aspose.Cells for C++