IAutoShape
AppendTextFrame Method
|
Adds a new TextFrame to a shape.
If shape already has TextFrame then simply changes its text.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
void AppendTextFrame(
string text
)
Sub AppendTextFrame (
text As String
)
void AppendTextFrame(
String^ text
)
abstract AppendTextFrame :
text : string -> unit
Parameters
-
text
-
Type:
System
String
Default text for a new TextFrame.
See Also