Aspose::Cells::Drawing::Shape::CalculateTextSize method

Shape::CalculateTextSize method

Recalculate the text area.

Vector<int32_t> Aspose::Cells::Drawing::Shape::CalculateTextSize()

ReturnValue

Text’s Size in an array(width and height).

Examples

//The size of the text area is:w=size[0],h=size[1]
Vector<int> size = shape.CalculateTextSize();

See Also