AddTextFrame
IAutoShape.AddTextFrame method
Adds a new TextFrame to a shape. If shape already has TextFrame then simply changes its text.
public ITextFrame AddTextFrame(string text)
Parameter | Type | Description |
---|---|---|
text | String | Default text for a new TextFrame. |
Return Value
New ITextFrame
object.
See Also
- interface ITextFrame
- interface IAutoShape
- namespace Aspose.Slides
- assembly Aspose.Slides