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)
SyntaxITextFrame AddTextFrame(
string text
)
Function AddTextFrame (
text As String
) As ITextFrame
ITextFrame^ AddTextFrame(
String^ text
)
abstract AddTextFrame :
text : string -> ITextFrame
Parameters
- text
- Type: SystemString
Default text for a new TextFrame.
Return Value
Type:
ITextFrame
See Also