Click or drag to resize

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
)

Parameters

text
Type: System String
Default text for a new TextFrame.
See Also