CalculateTextSize
Shape.CalculateTextSize method
重新计算文本区域
public int[] CalculateTextSize()
返回值
数组中文本的大小(宽度和高度)。
例子
[C#]
//文本区域的大小为:w=size[0],h=size[1]
int[] size = shape.CalculateTextSize();
也可以看看
- class Shape
- 命名空间 Aspose.Cells.Drawing
- 部件 Aspose.Cells