AddTextFrame

IAutoShape.AddTextFrame 方法

向形状添加新的 TextFrame。如果形状已经有 TextFrame,则仅更改其文本。

public ITextFrame AddTextFrame(string text)
参数类型描述
textString新 TextFrame 的默认文本。

返回值

新的 ITextFrame 对象。

另见