AddTextFrame()

IAutoShape::AddTextFrame(System::String) method

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

virtual System::SharedPtr<ITextFrame> Aspose::Slides::IAutoShape::AddTextFrame(System::String text)=0

Arguments

ParameterTypeDescription
textSystem::StringDefault text for a new TextFrame.

Return Value

New ITextFrame object.

See Also