Aspose::Cells::Drawing::Texts::TextBoxOptions::SetResizeToFitText method

TextBoxOptions::SetResizeToFitText method

Indicates whether to resize the shape to fit the text.

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

Examples

shape.GetTextBoxOptions().SetResizeToFitText(false);

See Also