AddTextFrame()
IAutoShape::AddTextFrame(System::String) method
Adds a new TextFrame to a shape. If shape already has TextFrame then simply changes its text.
virtual System::SharedPtr<ITextFrame> Aspose::Slides::IAutoShape::AddTextFrame(System::String text)=0
Arguments
Parameter | Type | Description |
---|---|---|
text | System::String | Default text for a new TextFrame. |
Return Value
New ITextFrame object.
See Also
- Typedef SharedPtr
- Class ITextFrame
- Class String
- Class IAutoShape
- Namespace Aspose::Slides
- Library Aspose.Slides