IAutoShapeAddTextFrame Method

Adds a new TextFrameEx to a shape. If shape already has TextFrameEx then simply changes its text.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
ITextFrame AddTextFrame(
	string text
)

Parameters

text
Type: SystemString
Default text for a new TextFrame.

Return Value

Type: ITextFrame
See Also