AutoShapeAddTextFrame Method

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

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

Parameters

text
Type: SystemString
Default text for a new TextFrame.

Return Value

Type: ITextFrame

Implements

IAutoShapeAddTextFrame(String)
See Also