calculate_text_size метод
calculate_text_size()
Пересчитать текстовую область
Возвращает
Размер текста в массиве (ширина и высота).
def calculate_text_size(self):
...
Пример
# The size of the text area is:w=size[0],h=size[1]
size = shape.calculate_text_size()
Смотрите также
- модуль aspose.cells.drawing
- класс RectangleShape