Aspose::Cells::Drawing::Texts::TextBoxOptions::GetResizeToFitText method

TextBoxOptions::GetResizeToFitText method

Indicates whether to resize the shape to fit the text.

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

Examples

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

See Also